Thomas Aylott
|
148d7ee9f3
|
NEW Advanced Folding and Indent patterns!
Added switch…case tests
|
2009-02-15 08:14:34 +00:00 |
|
Thomas Aylott
|
5c0aa849b3
|
NEW: Advanced folding rules
Added more Tests for folding and indent
|
2009-02-15 08:14:33 +00:00 |
|
Thomas Aylott
|
a2937c6427
|
Added special-comments-conditional-compilation for IE; Added leading-space scopes
|
2009-02-15 08:14:32 +00:00 |
|
subtlegradient
|
8b7b886f82
|
Fixed the illegal number scopes
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10185 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
|
2008-07-07 17:17:39 +00:00 |
|
subtlegradient
|
d99f721b82
|
.999 numbers.invalid scopes for octal and hex. -999 and +999 numbers
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10184 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
|
2008-07-07 17:17:32 +00:00 |
|
subtlegradient
|
1a60d48c2a
|
Reorganize the JavaScript Basic syntax. Moved everything into the repository.
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10183 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
|
2008-07-07 17:17:26 +00:00 |
|
subtlegradient
|
ac0c3b2f56
|
Improved String Literal syntax. Fixed the "bug" where an unclosed string extends past the closign script tag in html.
String should end on \n with a syntax error
String should end on </script>\n with a syntax error
String should mark </script> as invalid
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10170 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
|
2008-07-05 23:42:19 +00:00 |
|
subtlegradient
|
743c785083
|
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
|
2008-07-02 17:01:42 +00:00 |
|
subtlegradient
|
87f90e9d19
|
Don't require a space after the function keyword
Merging in a modified version of Joseph Pecoraro's fix here: http://pastie.textmate.org/private/hxkpy8qkahofrxwyvp4coq
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10110 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
|
2008-07-02 17:01:36 +00:00 |
|
subtlegradient
|
60c8151e9b
|
Merging in the regex fixes from Joseph Pecoraro as seen here: http://lists.macromates.com/textmate/2008-June/025973.html
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10109 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
|
2008-07-02 17:01:31 +00:00 |
|
subtlegradient
|
a09b74f571
|
Impriving regexp literals
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10107 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
|
2008-07-02 17:01:20 +00:00 |
|
subtlegradient
|
b5363c34e5
|
Undefined -> undefined
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10106 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
|
2008-07-02 17:01:15 +00:00 |
|
subtlegradient
|
efa328fc93
|
Improved meta.function.json.js with punctuation and proper storage.type
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10105 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
|
2008-07-02 17:01:10 +00:00 |
|
subtlegradient
|
151f7a83eb
|
Don't match a single slash (/) as a regex literal unless there's another one on the same line. Force Regex literals to end at the end of the line. This helps solve some performance issues while coding. Thanks Daniel Stockman
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@9128 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
|
2008-03-16 03:24:13 +00:00 |
|
subtlegradient
|
f577ae87e4
|
Renamed "Javascript Basic" to "Javascript Embedded" Thanks Infin.
New scope: meta.complete.method for the first character of white space after a dot.
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@8631 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
|
2007-12-09 08:18:54 +00:00 |
|
subtlegradient
|
581d5ad997
|
Changes scopes. source.js => source.js.base, source.js.basic => source.js
Include source.js.basic if you want embedded javascript in your language.
Include source.js.base if you want to extend javascript, EG: MooTools
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@8614 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
|
2007-12-05 21:22:56 +00:00 |
|
subtlegradient
|
97c40c67f1
|
Merged changes from stable
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@8601 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
|
2007-12-05 19:41:09 +00:00 |
|