refact: improve pre-processors syntax

This commit is contained in:
yemai
2019-08-24 22:14:44 +08:00
parent 869991b10a
commit 5a6b508859
2 changed files with 13 additions and 11 deletions

View File

@@ -181,7 +181,7 @@ function! s:SynPug(syn)
endfunction
function! s:SynSASS(syn)
return a:syn ==? 'sassVueStyle'
return a:syn ==? 'cssSassVueStyle'
endfunction
function! s:SynCSS(syn)