Fixed //-comments
This commit is contained in:
parent
85e131e0b1
commit
e8dff90d06
@ -67,14 +67,14 @@ hi nomsuVarParens ctermfg=LightCyan
|
||||
syn match nomsuWord /\%([a-zA-Z_]\|[^\x00-\xff]\)\%([a-zA-Z0-9_]\|[^\x00-\xff]\)*/
|
||||
hi def link nomsuWord Function
|
||||
hi nomsuWord ctermfg=White
|
||||
syn match nomsuOpWord ;[`~!|%#@^&*_+=<>?'/-]\+\|\%(^\s*\)\@<!#;
|
||||
syn match nomsuOpWord ;\(\(//\)\@![`~!|%#@^&*_+=<>?'/-]\)\+\|\%(^\s*\)\@<!#;
|
||||
hi def link nomsuOpWord Function
|
||||
hi nomsuOpWord ctermfg=LightYellow
|
||||
|
||||
syn match nomsuVarWord /\%([a-zA-Z_]\|[^\x00-\xff]\)\%([a-zA-Z0-9_]\|[^\x00-\xff]\)*/ contained
|
||||
hi def link nomsuVarWord Function
|
||||
hi nomsuVarWord ctermfg=LightCyan
|
||||
syn match nomsuVarOpWord ;[`~!|%#@^&*_+=<>?'/-]\+\|\%(^\s*\)\@<!#; contained
|
||||
syn match nomsuVarOpWord ;\(\(//\)\@![`~!|%#@^&*_+=<>?'/-]\)\+\|\%(^\s*\)\@<!#; contained
|
||||
hi def link nomsuVarOpWord Function
|
||||
hi nomsuVarOpWord ctermfg=LightCyan
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user