Commit: runtime(stylus): remove remaining css code (#14866)

7 views
Skip to first unread message

Christian Brabandt

unread,
May 28, 2024, 2:30:11 AM5/28/24
to vim...@googlegroups.com
runtime(stylus): remove remaining css code (#14866)

Commit: https://github.com/vim/vim/commit/0b74eeceb856e7a4c2823f5b6c2c2ee95a72331c
Author: zeertzjq <zeer...@outlook.com>
Date: Tue May 28 14:23:41 2024 +0800

runtime(stylus): remove remaining css code (https://github.com/vim/vim/issues/14866)

This seems to be a forgotten fixup in https://github.com/vim/vim/commit/2d919d2744a99c9bb9e79984e85b8e8f5ec14c07#r141568461

Signed-off-by: zeertzjq <zeer...@outlook.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/syntax/stylus.vim b/runtime/syntax/stylus.vim
index fd0f33b65..d8bf641e6 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

Reply all
Reply to author
Forward
0 new messages