Truly improve syntax highlighting for JS, CSS, XML/HTML
This commit is contained in:
parent
9b4f97565d
commit
175f3ea06c
25 changed files with 221 additions and 45 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue