mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-07 21:24:50 +08:00
fix: css indent error
This commit is contained in:
@@ -55,7 +55,7 @@ function! SynsPugish(syns)
|
||||
endfunction
|
||||
|
||||
function! SynsCSSish(syns)
|
||||
let first_syn = get(a:syns, 1)
|
||||
let first_syn = get(a:syns, 0)
|
||||
return first_syn =~? '\v^(vueStyle)'
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user