vim-vue icon indicating copy to clipboard operation
vim-vue copied to clipboard

Improvement: Sass

Open flippidippi opened this issue 8 years ago • 0 comments

Add sass support with the following,

syntax include @sass syntax/sass.vim
unlet b:current_syntax
syntax region sass keepend start=/<style\( \+scoped\)\? lang="[^"]*sass[^"]*"\( \+scoped\)\?>/ end="</style>" contains=@sass fold

flippidippi avatar Dec 27 '15 21:12 flippidippi