mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:0b74eec: runtime(stylus): remove remaining css code (vim/vim#14866)
This seems to be a forgotten fixup in2d919d2744 (r141568461)
0b74eeceb8
This commit is contained in:
parent
7b16c1fa84
commit
4e2c8dc374
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user