mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
Merge pull request #29057 from zeertzjq/vim-0b74eeceb856
vim-patch:0b74eec: runtime(stylus): remove remaining css code (vim/vim#14866)
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