File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ let s:oneline_block = '^\s*{#.*{/.*}\s*$'
39
39
let s: use_pug = svelte#GetConfig (' use_pug' , 0 )
40
40
let s: use_sass = svelte#GetConfig (' use_sass' , 0 )
41
41
let s: use_coffee = svelte#GetConfig (' use_coffee' , 0 )
42
+ let s: use_stylus = svelte#GetConfig (' use_stylus' , 0 )
42
43
let s: use_typescript = svelte#GetConfig (' use_typescript' , 0 )
43
44
let s: has_init_indent = svelte#GetConfig (' has_init_indent' , 1 )
44
45
let s: debug = svelte#GetConfig (' debug' , 0 )
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ endif
108
108
" If sass is enabled, load sass syntax
109
109
if s: use_stylus
110
110
call s: LoadSyntax (' @StylusSyntax' , ' stylus' )
111
+ runtime ! after/syntax/ stylus.vim
111
112
endif
112
113
113
114
" If sass is enabled, load sass syntax
You can’t perform that action at this time.
0 commit comments