Skip to content

Commit

Permalink
Make coffeeInterpDelim stand out from String
Browse files Browse the repository at this point in the history
`coffeeInterpDelim` now links to `Operator` instead of `PreProc`. In this way it's more likely to be colored differently from `String` in a variety of color schemes.
  • Loading branch information
summivox committed Nov 7, 2012
1 parent d915bc3 commit 6fe1098
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions syntax/coffee.vim
Expand Up @@ -141,8 +141,6 @@ hi def link coffeeEmbedDelim Delimiter
syn region coffeeInterp matchgroup=coffeeInterpDelim start=/#{/ end=/}/ contained
\ contains=@coffeeAll
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 6fe1098

Please sign in to comment.