mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 21:54:46 +08:00
Load full syntax for stylus
This commit is contained in:
@@ -125,7 +125,7 @@ endif
|
|||||||
|
|
||||||
" If stylus is enabled, load stylus syntax
|
" If stylus is enabled, load stylus syntax
|
||||||
if s:use_stylus
|
if s:use_stylus
|
||||||
call s:LoadSyntax('@StylusSyntax', 'stylus')
|
call s:LoadFullSyntax('@StylusSyntax', 'stylus')
|
||||||
runtime! after/syntax/stylus.vim
|
runtime! after/syntax/stylus.vim
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user