Navigation Menu

Skip to content

Commit

Permalink
WIP: Make coffeeInterpDelim stand out from the string
Browse files Browse the repository at this point in the history
  • Loading branch information
summivox committed Nov 7, 2012
1 parent 089506e commit d915bc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion syntax/coffee.vim
Expand Up @@ -140,7 +140,9 @@ hi def link coffeeEmbedDelim Delimiter

syn region coffeeInterp matchgroup=coffeeInterpDelim start=/#{/ end=/}/ contained
\ contains=@coffeeAll
hi def link coffeeInterpDelim PreProc
hi def link coffeeInterpDelim Operator
" TODO
" hi def coffeeInterpDelim term=underline cterm=underline gui=underline

" A string escape sequence
syn match coffeeEscape /\\\d\d\d\|\\x\x\{2\}\|\\u\x\{4\}\|\\./ contained display
Expand Down

0 comments on commit d915bc3

Please sign in to comment.