I recently started using Exuberant Ctags (along with vim) to create tag files. Only problem - ctags does not support CSS.
Is there a way to make ctags support CSS?
Googling around I basically found solutions suggesting I recompile ctags from scratch with added css support, but I'm on Windows, so compiling ctags is not very fun. Given that this is a fairly widely used program, I hope that there will be a better solution.
source
share