From 4a0e3a094ffb6558f9c9efc8403a3cdc967ac152 Mon Sep 17 00:00:00 2001 From: duff Date: Wed, 13 Sep 2006 18:35:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20forgot=20octal=20numbers=20(in=20st?= =?UTF-8?q?rings)=20with=20the=20first=20digit=20higher=20than=203=20(e.g.?= =?UTF-8?q?=20\57=20or=20\7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@5203 dfb7d73b-c2ec-0310-8fea-fb051d288c6d --- Syntaxes/JavaScript.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Syntaxes/JavaScript.plist b/Syntaxes/JavaScript.plist index e5726a2..61471a2 100644 --- a/Syntaxes/JavaScript.plist +++ b/Syntaxes/JavaScript.plist @@ -120,7 +120,7 @@ match - \\(x\h{2}|[0-2][0-7]{,2}|3[0-6][0-7]?|37[0-7]?|.) + \\(x\h{2}|[0-2][0-7]{,2}|3[0-6][0-7]?|37[0-7]?|[4-7][0-7]?|.) name constant.character.escape.js @@ -145,7 +145,7 @@ match - \\(x\h{2}|[0-2][0-7]{,2}|3[0-6][0-7]|37[0-7]?|.) + \\(x\h{2}|[0-2][0-7]{,2}|3[0-6][0-7]|37[0-7]?|[4-7][0-7]?|.) name constant.character.escape.js