Added //-style comments
This commit is contained in:
parent
82559ecbef
commit
85e131e0b1
@ -12,9 +12,9 @@ syn sync minlines=100
|
||||
|
||||
"hi def link nomsuInterpDelim PreProc
|
||||
hi nomsuInterpDelim ctermfg=Gray
|
||||
"syn region nomsuOneLineComment start=/#/ end=/$/
|
||||
"hi nomsuOneLineComment ctermfg=DarkBlue
|
||||
"hi def link nomsuOneLineComment Comment
|
||||
syn region nomsuLineComment start=;//; end=/$/
|
||||
hi nomsuLineComment ctermfg=DarkBlue
|
||||
hi def link nomsuLineComment Comment
|
||||
|
||||
syn region nomsuList start=/\[/ end=/\]/ contains=@nomsuAll
|
||||
hi nomsuList ctermfg=Blue
|
||||
@ -116,7 +116,7 @@ hi def link nomsuComment Comment
|
||||
syn cluster nomsuExpr contains=nomsuParenGroup,nomsuText,nomsuIndentedText,nomsuVar,
|
||||
\nomsuActionVar,nomsuNumber,nomsuDict,nomsuList,nomsuIndentedBlock
|
||||
|
||||
syn cluster nomsuAll contains=nomsuParenGroup,nomsuText,nomsuIndentedText,nomsuComment,
|
||||
syn cluster nomsuAll contains=nomsuParenGroup,nomsuText,nomsuIndentedText,nomsuComment,nomsuLineComment,
|
||||
\ nomsuVar,nomsuActionVar,nomsuNumber,nomsuDict,nomsuList,nomsuIndentedBlock,
|
||||
\ nomsuColon,nomsuSemicolon,nomsuDotDot,nomsuWord,nomsuOpWord,nomsuComma,nomsuIndex
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user