Truly improve syntax highlighting for JS, CSS, XML/HTML

This commit is contained in:
Garen Torikian 2012-03-31 23:56:47 -07:00
commit 175f3ea06c
25 changed files with 221 additions and 45 deletions

View file

@ -63,12 +63,14 @@ var supportedScopes = {
"constant.library": "constant.library",
"constant.numeric": "constant.numeric",
"constant.character.escape" : "constant.character.escape",
"constant.other" : "constant.other",
"support": "support",
"support.function": "support.function",
"support.function.dom": "support.function.dom",
"support.function.firebug": "support.firebug",
"support.function.constant": "support.function.constant",
"support.constant": "support.constant",
"function": "function",
"function.buildin": "function.buildin",