We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399cedc commit 1433a0aCopy full SHA for 1433a0a
vim/after/syntax/coffee.vim
@@ -0,0 +1,6 @@
1
+unlet b:current_syntax
2
+syntax include @HTML $VIMRUNTIME/syntax/html.vim
3
+syntax region coffeeHtmlString matchgroup=coffeeHeredoc
4
+\ start=+'''\\(\\_\\s*<\\w\\)\\@=+ end=+\\(\\w>\\_\\s*\\)\\@<='''+
5
+\ contains=@HTML
6
+syn sync minlines=300
0 commit comments