I am using vim with CleverCSS and was wondering if anyone has made a CleverCSS vim syntax file, or if I should make my own. Thank you!
-Nate
|
I am using vim with CleverCSS and was wondering if anyone has made a CleverCSS vim syntax file, or if I should make my own. Thank you! -Nate |
|||
|
|
|
I just tried a quick search an came up with nothing. My guess is the time spent trying to find one is longer than just writing one. I've never used CleverCSS, but it looks very simple. I would write my own. Let me know if you need help getting started, but syntax files in vi are pretty easily defined. |
|||||||||||||
|
|
I've started work on a Vim syntax file for CleverCSS: http://bitbucket.org/zakj/vim-clevercss/src/tip/clevercss.vim It's far from perfect, but it scratched my itch enough that I haven't felt compelled to improve it further. |
|||
|
|
|
I wrote a syntax highlight definition file for CleanCSS (really similar syntax) for the Kate text editor http://github.com/mtorromeo/kate-syntax-files/blob/master/ccss.xml I don't know about vi syntax files but maybe you can get inspiration from it. |
|||
|
|