Fixed //-comments

This commit is contained in:
Bruce Hill 2021-02-07 18:53:48 -08:00
parent 85e131e0b1
commit e8dff90d06

View File

@ -67,14 +67,14 @@ hi nomsuVarParens ctermfg=LightCyan
syn match nomsuWord /\%([a-zA-Z_]\|[^\x00-\xff]\)\%([a-zA-Z0-9_]\|[^\x00-\xff]\)*/ syn match nomsuWord /\%([a-zA-Z_]\|[^\x00-\xff]\)\%([a-zA-Z0-9_]\|[^\x00-\xff]\)*/
hi def link nomsuWord Function hi def link nomsuWord Function
hi nomsuWord ctermfg=White hi nomsuWord ctermfg=White
syn match nomsuOpWord ;[`~!|%#@^&*_+=<>?'/-]\+\|\%(^\s*\)\@<!#; syn match nomsuOpWord ;\(\(//\)\@![`~!|%#@^&*_+=<>?'/-]\)\+\|\%(^\s*\)\@<!#;
hi def link nomsuOpWord Function hi def link nomsuOpWord Function
hi nomsuOpWord ctermfg=LightYellow hi nomsuOpWord ctermfg=LightYellow
syn match nomsuVarWord /\%([a-zA-Z_]\|[^\x00-\xff]\)\%([a-zA-Z0-9_]\|[^\x00-\xff]\)*/ contained syn match nomsuVarWord /\%([a-zA-Z_]\|[^\x00-\xff]\)\%([a-zA-Z0-9_]\|[^\x00-\xff]\)*/ contained
hi def link nomsuVarWord Function hi def link nomsuVarWord Function
hi nomsuVarWord ctermfg=LightCyan hi nomsuVarWord ctermfg=LightCyan
syn match nomsuVarOpWord ;[`~!|%#@^&*_+=<>?'/-]\+\|\%(^\s*\)\@<!#; contained syn match nomsuVarOpWord ;\(\(//\)\@![`~!|%#@^&*_+=<>?'/-]\)\+\|\%(^\s*\)\@<!#; contained
hi def link nomsuVarOpWord Function hi def link nomsuVarOpWord Function
hi nomsuVarOpWord ctermfg=LightCyan hi nomsuVarOpWord ctermfg=LightCyan