make CSS highlighting more compatible with TextMate

This commit is contained in:
Fabian Jakobs 2010-10-25 16:19:39 +02:00
commit 3d8d834aec
8 changed files with 59 additions and 32 deletions

View file

@ -63,6 +63,9 @@ var supportedScopes = {
"constant.library": "constant.library",
"constant.numeric": "constant.numeric",
"support": "support",
"support.function": "support.function",
"function": "function",
"function.buildin": "function.buildin",