mirror of
https://github.com/vim/vim
synced 2025-07-16 09:12:00 +00:00
runtime(stylus): remove remaining css code (#14866)
This seems to be a forgotten fixup in 2d919d2744 (r141568461)
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@ -4,17 +4,7 @@
|
|||||||
" Filenames: *.styl, *.stylus
|
" Filenames: *.styl, *.stylus
|
||||||
" Based On: Tim Pope (sass.vim)
|
" Based On: Tim Pope (sass.vim)
|
||||||
" Created: Dec 14, 2011
|
" Created: Dec 14, 2011
|
||||||
" Modified: Apr 29, 2024
|
" Modified: May 28, 2024
|
||||||
|
|
||||||
if main_syntax == "css"
|
|
||||||
syn sync minlines=10
|
|
||||||
endif
|
|
||||||
|
|
||||||
" let b:current_syntax = "css"
|
|
||||||
"
|
|
||||||
if main_syntax == 'css'
|
|
||||||
unlet main_syntax
|
|
||||||
endif
|
|
||||||
|
|
||||||
syn case ignore
|
syn case ignore
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user