From 1d19d9c16972546ccbf2e37565792a4fc29e1c98 Mon Sep 17 00:00:00 2001 From: subtlegradient Date: Tue, 28 Nov 2006 03:07:25 +0000 Subject: [PATCH] Remove the rule that incorrectly turns anything with a dot before an = into a class. this grammar still needs some serious work imho. git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@6257 dfb7d73b-c2ec-0310-8fea-fb051d288c6d --- Syntaxes/JavaScript.plist | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/Syntaxes/JavaScript.plist b/Syntaxes/JavaScript.plist index 456ab49..58f4aa1 100644 --- a/Syntaxes/JavaScript.plist +++ b/Syntaxes/JavaScript.plist @@ -112,27 +112,6 @@ name meta.function.js - - captures - - 1 - - name - support.class.js - - 2 - - name - entity.name.function.js - - - comment - match stuff like: Sound.play = { … } - match - ([a-zA-Z_?\.$]+\w*)?\.([a-zA-Z_?\.$]+\w*)\s*=\s* - name - meta.function.js - captures