- Mar 31, 2016
-
-
Josh Soref authored
-
- Mar 29, 2016
-
-
Marijn Haverbeke authored
Closes #3922
-
Marijn Haverbeke authored
Closes #3920
-
- Mar 28, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #3914
-
Michael Zhou authored
The 6 "n"s are reported as suspicious code by Closure Compiler. They can just be empty statements instead.
-
Michael Zhou authored
This eliminates a warning from Closure Compiler.
-
Michael Zhou authored
The Error after the while(true) loop is not reachable and should be removed. The "this.iterator" property should be given an initial value of 0. This fixes two warnings reported by Closure Compiler.
-
Michael Zhou authored
-
- Mar 27, 2016
-
-
Marijn Haverbeke authored
Issue #3911
-
Andrey Shchekin authored
Added tests and fixed some issues uncovered by testing.
-
Ben Miller authored
corrected angle bracket matching in operators (fixes block comments) corrected digit matching regex corrected spelling of 'identifier' in grammar dictionary notCharacterOrDash explicitly includes lowercase characters improved variable matching splatted variables now match bare '$' and '@' are errors, not variables moved single-quoted string processing into tokenSingleQuoteString incomplete strings are errors now empty strings are no longer errors added support for here-string interpolation with nesting support added highlighting for splatted vars removed arbitrary stream advancement prior to default error in tokenBase enabled folding braces
-
Andrey Shchekin authored
-
VapidWorx authored
-
- Mar 26, 2016
-
-
Michael Zhou authored
The code.google.com link is deprecated. Also add that CodeMirror is being used as Gerrit's inline editor.
-
Michael Zhou authored
cm.save() might not exist if CodeMirror is not created from a textarea. This adds an additional check to prevent TypeErrors.
-
- Mar 24, 2016
-
-
Bharad authored
-
Marijn Haverbeke authored
Closes #3905
-
- Mar 23, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #3884
-
Marijn Haverbeke authored
Issue #3884
-
- Mar 22, 2016
-
-
Marijn Haverbeke authored
Closes #3899
-
Hugues Malphettes authored
-
- Mar 21, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #3884
-
Julien Rebetez authored
-
Pierre Gerold authored
-
Marijn Haverbeke authored
Closes #3878
-
Marijn Haverbeke authored
Closes #3891
-
Marijn Haverbeke authored
To configure the inner mode. Closes #3893
-
- Mar 20, 2016
-
-
guraga authored
-
- Mar 09, 2016
-
-
Steve O'Hara authored
Closes #3876
-
Ben Mosher authored
-
- Mar 07, 2016
-
-
nightwing authored
-
Marijn Haverbeke authored
Issue #3869
-
sinkuu authored
`text/troff` is the standard approved by IANA. Also add some non-standard MIME types. https://bugs.freedesktop.org/show_bug.cgi?id=5072
-
- Mar 04, 2016
-
-
Brandon Frohs authored
See http://spec.commonmark.org/0.24/#list-items Closes #3833
-