Add a few more JS styles for escaped chars & keywords, also tests

This commit is contained in:
Garen Torikian 2012-03-22 18:17:01 +01:00
commit ee667179b3
4 changed files with 68 additions and 26 deletions

View file

@ -62,10 +62,13 @@ var supportedScopes = {
"constant.language": "constant.language",
"constant.library": "constant.library",
"constant.numeric": "constant.numeric",
"constant.character.escape" : "constant.character.escape",
"support": "support",
"support.function": "support.function",
"support.function.dom": "support.function.dom",
"support.function.firebug": "support.firebug",
"function": "function",
"function.buildin": "function.buildin",