• markup hex (\xHH) and octal (\377) sequences in strings

git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@5202 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
duff
2006-09-13 18:33:01 +00:00
parent 269f63f493
commit b766a2309c
+2 -2
View File
@@ -120,7 +120,7 @@
<array>
<dict>
<key>match</key>
<string>\\.</string>
<string>\\(x\h{2}|[0-2][0-7]{,2}|3[0-6][0-7]?|37[0-7]?|.)</string>
<key>name</key>
<string>constant.character.escape.js</string>
</dict>
@@ -145,7 +145,7 @@
<array>
<dict>
<key>match</key>
<string>\\.</string>
<string>\\(x\h{2}|[0-2][0-7]{,2}|3[0-6][0-7]|37[0-7]?|.)</string>
<key>name</key>
<string>constant.character.escape.js</string>
</dict>