mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07: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
|
||||
" Based On: Tim Pope (sass.vim)
|
||||
" Created: Dec 14, 2011
|
||||
" Modified: Apr 29, 2024
|
||||
|
||||
if main_syntax == "css"
|
||||
syn sync minlines=10
|
||||
endif
|
||||
|
||||
" let b:current_syntax = "css"
|
||||
"
|
||||
if main_syntax == 'css'
|
||||
unlet main_syntax
|
||||
endif
|
||||
" Modified: May 28, 2024
|
||||
|
||||
syn case ignore
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user