Skip to content

Commit

Permalink
Remove logOperator duplicate & rule and unnecessary escape slash
Browse files Browse the repository at this point in the history
  • Loading branch information
MTDL9 committed Aug 23, 2020
1 parent 3c298ca commit f8b9fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/log.vim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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,}'
Expand Down

0 comments on commit f8b9fc8

Please sign in to comment.