From bc3b36088e468a50d0cc515544b8138e622c27b3 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 23 Aug 2020 17:26:30 +0200 Subject: Update --- syntax/log.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'syntax/log.vim') diff --git a/syntax/log.vim b/syntax/log.vim index 40abeb34..1fe7051e 100644 --- a/syntax/log.vim +++ b/syntax/log.vim @@ -3,7 +3,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'log') == -1 " Vim syntax file " Language: Generic log file " Maintainer: MTDL9 -" Latest Revision: 2019-11-24 +" Latest Revision: 2020-08-23 if exists('b:current_syntax') finish @@ -15,7 +15,7 @@ set cpoptions&vim " Operators "--------------------------------------------------------------------------- -syn match logOperator display '[;,\?\:\.\<=\>\~\/\@\&\!$\%\&\+\-\|\^(){}\*#]' +syn match logOperator display '[;,\?\:\.\<=\>\~\/\@\!$\%&\+\-\|\^(){}\*#]' syn match logBrackets display '[\[\]]' syn match logEmptyLines display '-\{3,}' syn match logEmptyLines display '\*\{3,}' @@ -87,7 +87,7 @@ syn match logXmlAttribute contained "\(\n\|\s\)\(\(\w\|-\)\+:\)\?\(\w\|-\)\+\ syn match logXmlNamespace contained "\(\w\|-\)\+:" contains=logOperator syn region logXmlComment start=// syn match logXmlCData // -syn match logXmlEntity /\&\w\+;/ +syn match logXmlEntity /&#\?\w\+;/ " Levels -- cgit v1.2.3