diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-05-28 14:59:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 14:59:48 +0800 |
commit | c272f30b1fdd62ee59fac1004ecde97df4f2bb08 (patch) | |
tree | 3299e2883b05be2f5721c58b7c9b266927d7ec53 | |
parent | 7b16c1fa8451880c72769f6d3c311f24c74f4fc7 (diff) | |
parent | 4e2c8dc37468fc06897ba26498c8b5dae7dc5a94 (diff) | |
download | rneovim-c272f30b1fdd62ee59fac1004ecde97df4f2bb08.tar.gz rneovim-c272f30b1fdd62ee59fac1004ecde97df4f2bb08.tar.bz2 rneovim-c272f30b1fdd62ee59fac1004ecde97df4f2bb08.zip |
Merge pull request #29057 from zeertzjq/vim-0b74eeceb856
vim-patch:0b74eec: runtime(stylus): remove remaining css code (vim/vim#14866)
-rw-r--r-- | runtime/syntax/stylus.vim | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/runtime/syntax/stylus.vim b/runtime/syntax/stylus.vim index fd0f33b65a..d8bf641e60 100644 --- a/runtime/syntax/stylus.vim +++ b/runtime/syntax/stylus.vim @@ -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 |