Load full syntax for stylus

This commit is contained in:
leafOfTree
2020-04-26 17:36:56 +08:00
parent e0f980e85d
commit dc314be402

View File

@@ -125,7 +125,7 @@ endif
" If stylus is enabled, load stylus syntax
if s:use_stylus
call s:LoadSyntax('@StylusSyntax', 'stylus')
call s:LoadFullSyntax('@StylusSyntax', 'stylus')
runtime! after/syntax/stylus.vim
endif