tv vim: match strings harder!
This commit is contained in:
parent
5ec7cd4ad5
commit
a2a3838e41
@ -80,7 +80,7 @@ let
|
|||||||
hi link SPATH Constant
|
hi link SPATH Constant
|
||||||
hi link URI Constant
|
hi link URI Constant
|
||||||
|
|
||||||
syn match String /"\([^"]\|\\\"\)*"/
|
syn match String /"\([^\\"]\|\\.\)*"/
|
||||||
syn match Comment /\(^\|\s\)#.*/
|
syn match Comment /\(^\|\s\)#.*/
|
||||||
''}
|
''}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user