Skip to content

Releases: ryboe/CSS3

v2.0.1

07 Aug 01:42
Compare
Choose a tag to compare
  • fixed a bug that broke the highlighting for @-rules preceded by comments (Thanks @FL-KJ!)
  • fixed a regex bug in the rule context where - was not interpreted literally
  • removed trailing newlines from @charset, @custom-media, @import, and @namespace completions.

v2.0.0

31 Jul 23:27
Compare
Choose a tag to compare
  • complete rewrite using the new sublime-syntax system
  • fixed countless highlighting bugs
  • removed W3C validator for performance (will return as separate package)
  • remove backtracking regexes for performance
  • much, much faster
  • updated for latest changes to the specs
  • CSS variables
  • HTML5 custom element selectors
  • added exhaustive completions
  • increased specificity of completions (less noisy)