jade-tmbundle icon indicating copy to clipboard operation
jade-tmbundle copied to clipboard

Fixed weird script tag behaviour and changed id/class highlighting

Open jordanschalm opened this issue 9 years ago • 0 comments

  • Changed the script tag regex so that open and closing parens are also highlighted, they were treated as regular text before.
  • Added highlighting support for if/else statements that aren't part of an embedded javascript section
  • Changed the highlighting of .something classes and #something-else IDs so that it is consistent with the built-in CSS highlighting rules (classes are treated as entities and IDs are treated as variables, which isn't really very descriptive but is far more useful when trying to see what's going on at a glance)

@tjholowaychuk

jordanschalm avatar Jun 25 '15 22:06 jordanschalm