diff --git a/syntax/nomsu.vim b/syntax/nomsu.vim index 289968b..2d6f51c 100644 --- a/syntax/nomsu.vim +++ b/syntax/nomsu.vim @@ -36,7 +36,8 @@ syn match nomsuTextEscapedBackslash /./ contained hi nomsuTextEscapedBackslash cterm=bold ctermfg=Blue syn match nomsuTextEscape /\\\%(\x\{1,3}\|x\x\{1,2}\|.\)/ contains=nomsuTextEscapedChar contained hi nomsuTextEscape ctermfg=Gray -syn match nomsuInterp /\\\%([[{($:]\)\@=/ nextgroup=nomsuVar,nomsuList,nomsuDict,nomsuParenGroup,nomsuIndentedInterpBlock contained +syn match nomsuInterp /\\\%([[{($:]\)\@=/ +\ nextgroup=nomsuActionVar,nomsuVar,nomsuList,nomsuDict,nomsuParenGroup,nomsuIndentedInterpBlock contained hi nomsuInterp ctermfg=Gray syn region nomsuInterpDotDot matchgroup=nomsuInterpDelim start=/\\\s*$/ end=/\.\./ contained hi nomsuInterpDotDot ctermfg=Gray @@ -45,7 +46,7 @@ syn region nomsuIndentedText matchgroup=nomsuTextQuotes start=/\%(^\z(\(\s*\)\)[ hi def link nomsuIndentedText String hi nomsuTextQuotes ctermfg=DarkMagenta -syn region nomsuText matchgroup=nomsuTextQuotes start=/"\%($\)\@!/ end=/"/ contains=nomsuInterp,nomsuTextEscape +syn region nomsuText matchgroup=nomsuTextQuotes start=/\%((\)\@?'/-]\+\|\%(^\s*\)\@