Improve some more region highlighting

This commit is contained in:
Zachary Yedidia
2017-03-28 17:18:06 -04:00
parent b517ed28c0
commit 3e61bd4d49
3 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,8 @@ rules:
- constant.string:
start: "\""
end: "\""
rules: []
rules:
- constant.specialChar: "\\\\."
- default:
start: "<script.*?>"