Add a few more JS styles for escaped chars & keywords, also tests
This commit is contained in:
parent
a0038069b8
commit
ee667179b3
4 changed files with 68 additions and 26 deletions
|
|
@ -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",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue