Scientific notation => Ex, 1e5 and 2.5E5

from Joseph Pecoraro

git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10111 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
subtlegradient
2008-07-02 17:01:42 +00:00
parent 87f90e9d19
commit 743c785083
+1 -1
View File
@@ -340,7 +340,7 @@
</dict>
<dict>
<key>match</key>
<string>\b((0(x|X)[0-9a-fA-F]+)|([0-9]+(\.[0-9]+)?))\b</string>
<string>\b((0(x|X)[0-9a-fA-F]+)|([0-9]+(\.[0-9]+)?([eE][-+]?[0-9]+)?))\b</string>
<key>name</key>
<string>constant.numeric.js</string>
</dict>