diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-12-26 21:09:58 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-12-26 21:09:58 +0100 |
commit | ab679f37dde60c82e419bbda3f335ca64cd8b02c (patch) | |
tree | 989867c5456f8ade336057eac9d56b764b6a1da6 /after/syntax/stylus.vim | |
parent | ca95a47a93b404cf82362d29f991adfdf4e4c38c (diff) | |
download | vim-polyglot-1.5.0.tar.gz vim-polyglot-1.5.0.zip |
Replace css-color with vim-coloresque, closes #11v1.5.0
Diffstat (limited to 'after/syntax/stylus.vim')
-rw-r--r-- | after/syntax/stylus.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/syntax/stylus.vim b/after/syntax/stylus.vim index 56bde39f..d6ab73ff 100644 --- a/after/syntax/stylus.vim +++ b/after/syntax/stylus.vim @@ -1 +1 @@ -syn cluster stylusCssAttributes add=@cssColors +syn include syntax/css/vim-coloresque.vim |