We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b69ca7 commit 799a8f5Copy full SHA for 799a8f5
after/syntax/javascript.vim
@@ -0,0 +1,6 @@
1
+" Language: Colorful CSS Color Preview
2
+" Author: Greg Werbin <ourobourbon@gmail.com>
3
+
4
+if !( has('gui_running') || &t_Co==256 ) | finish | endif
5
6
+call css_color#init('hex', 'extended', 'javaScriptComment,javaScriptLineComment,javaScriptStringS,javaScriptStringD')
0 commit comments