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