- May 09, 2016
-
-
TDaglis authored
-
- May 05, 2016
-
-
Marijn Haverbeke authored
Closes #4012
-
Marijn Haverbeke authored
Closes #4009
-
Marijn Haverbeke authored
Issue #4013
-
Marijn Haverbeke authored
Closes #4013
-
- May 02, 2016
-
-
Marijn Haverbeke authored
Closes #3994
-
Marijn Haverbeke authored
Issue #4001
-
Marijn Haverbeke authored
Use it to make the C++ mode not indent template statements Closes #4001
-
- Apr 30, 2016
-
-
Camilo Roca authored
according to Clojure's changelog: https://github.com/clojure/clojure/blob/master/changes.md
-
Camilo Roca authored
-
- Apr 22, 2016
-
-
Marijn Haverbeke authored
Closes #3981
-
- Apr 20, 2016
-
-
Michael Zhou authored
-
Timothy Gu authored
-
Matthias Bussonnier authored
Issue #3973
-
Marijn Haverbeke authored
-
Matthias Bussonnier authored
@ as __matmul__ operator only on Python 3, Add tests for Python mode for this use case. Closes #3957
-
- Apr 19, 2016
-
-
Matthias Bussonnier authored
`u` prefix are valid (again) since 3.3, and `f` prefix are now allowed starting at 3.6 (which is not released yet though).
-
Grzegorz Mazur authored
-
- Apr 18, 2016
-
-
Timothy Gu authored
-
- Apr 17, 2016
-
-
Grzegorz Mazur authored
-
- Apr 12, 2016
-
-
James Howard authored
There were two issues: 1. Github flavored markdown calls Objective C `objective-c` 2. The gfm.js mode didn't include `-` in its fenced code block regex Additionally, test/index.html did not import the mode/meta.js file, which prevented mode lookup by name from working in unit tests.
-
- Apr 08, 2016
-
-
Marijn Haverbeke authored
Issue #3932
-
Jared Dean authored
-
Gary Sheng authored
-
Michael Zhou authored
BUCK, BUILD, *.BUILD and *.bzl files are build files for the three build systems mentioned, and they are all valid Python files.
-
- Apr 07, 2016
-
-
Timothy Gu authored
-
Timothy Gu authored
-
- Apr 05, 2016
-
-
Grzegorz Mazur authored
-
John Van Der Loo authored
-
Gary Sheng authored
-
- Mar 31, 2016
-
-
Josh Soref authored
-
- Mar 29, 2016
-
-
Marijn Haverbeke authored
Closes #3922
-
- 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
-
- 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
-