Skip to content

Instantly share code, notes, and snippets.

@lingceng
Last active February 1, 2016 10:16
Show Gist options
  • Save lingceng/3ed66818f254f00e71bb to your computer and use it in GitHub Desktop.
Save lingceng/3ed66818f254f00e71bb to your computer and use it in GitHub Desktop.
Vim slime embeded coffee sass syntax. Put at ~/.vim/after/syntax/slim/SyntaxInclude.vim
" Require SyntaxRange vim plugin
call SyntaxRange#IncludeEx('matchgroup=NonText keepend start="^sass" end="^\S"he=e-1,re=e-1 containedin=ALL', 'sass')
call SyntaxRange#IncludeEx('matchgroup=NonText keepend start="^coffee" end="^\S"he=e-1,re=e-1 containedin=ALL', 'coffee')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment