chrisyip / Better-CSS-Syntax-for-Vim

Better CSS Syntax for Vim
57 stars 8 forks source link

Please register your addon with 'vim-addon-manager' #5

Open gadamiak opened 13 years ago

gadamiak commented 13 years ago

VAM fetches addon list from vim.org, however it supports SCM sources as well. Those have to be registered first. It would be nice if you do it to make your addon available from GitHub for VAM users.

chrisyip commented 13 years ago

hmm... sounds good, i'll have a look at it when i have time thanks for your message

gadamiak commented 13 years ago

It definitely is :)

cdlm commented 12 years ago

Another similar request: can you move css.vim into a syntax subfolder, so that your repo is useable as-is with pathogen or vundle?

BTW, should this be used in place of the default CSS syntax, or as an extension (to go in after/syntax)?

chrisyip commented 12 years ago

@cdlm it is not an extension, it's a full syntax. I'll reorganize the folder structure later.