• add jsx as a recognized file type, apparently what Photoshop CS2 and CS3 uses for JavaScript

git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@7017 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
duff
2007-04-19 22:02:41 +00:00
parent 29989a44d7
commit c9ca65bb80
+1
View File
@@ -8,6 +8,7 @@
<array>
<string>js</string>
<string>htc</string>
<string>jsx</string>
</array>
<key>foldingStartMarker</key>
<string>^.*\bfunction\s*(\w+\s*)?\([^\)]*\)(\s*\{[^\}]*)?\s*$</string>