mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 14:03:50 -05:00
Update
This commit is contained in:
@@ -48,7 +48,7 @@ syn match stCharacter "$."
|
||||
|
||||
syn case ignore
|
||||
|
||||
" the symols prefixed by a '#'
|
||||
" the symbols prefixed by a '#'
|
||||
syn match stSymbol "\(#\<[a-z_][a-z0-9_]*\>\)"
|
||||
syn match stSymbol "\(#'[^']*'\)"
|
||||
|
||||
@@ -62,7 +62,7 @@ syn match stFloat "\<\d\+e[-+]\=\d\+[fl]\=\>"
|
||||
|
||||
syn case match
|
||||
|
||||
" a try to higlight paren mismatches
|
||||
" a try to highlight paren mismatches
|
||||
syn region stParen transparent start='(' end=')' contains=ALLBUT,stParenError
|
||||
syn match stParenError ")"
|
||||
syn region stBlock transparent start='\[' end='\]' contains=ALLBUT,stBlockError
|
||||
|
||||
Reference in New Issue
Block a user