Include storage.type for JS definitions; fix various themes

This commit is contained in:
Garen Torikian 2012-03-22 11:04:06 +01:00
commit a0038069b8
28 changed files with 207 additions and 105 deletions

View file

@ -69,6 +69,9 @@ var supportedScopes = {
"function": "function",
"function.buildin": "function.buildin",
"storage": "storage",
"storage.type": "storage.type",
"invalid": "invalid",
"invalid.illegal": "invalid.illegal",
"invalid.deprecated": "invalid.deprecated",