Search code examples
csssyntax-highlightingsublimetext

Sublime text : Add css3 syntax highlighting


Is it possible to add css3 properties like : "animation-name", "animation-timing-function", or values like : "display-table" in CSS syntax highlighting.

I guess it implies *css_completions.py* but I don't know how to proceed.

http://img407.imageshack.us/img407/4408/54ki.png


Solution

  • Luckily you're not the first one to have this question, and this guy has made a package that does just that: https://github.com/i-akhmadullin/Sublime-CSS3

    At the bottom there's a installation-guide using the package manager.