- Apr 19, 2016
-
-
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
-
Andrey Shchekin authored
-
VapidWorx authored
-
- Mar 21, 2016
-
-
Marijn Haverbeke authored
Closes #3878
-
Marijn Haverbeke authored
To configure the inner mode. Closes #3893
-
- Mar 09, 2016
-
-
Steve O'Hara authored
Closes #3876
-
- Mar 07, 2016
-
-
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
-
- Mar 03, 2016
-
-
Marijn Haverbeke authored
Issue #3862
-
Tristan Tarrant authored
Closes #3861
-
Marijn Haverbeke authored
Closes #3864
-
- Mar 02, 2016
-
-
TDaglis authored
-
David Whittington authored
This allows findModeByName to work for edn and seems more consistent with how JSON is handled.
-
Philipp A authored
-
- Feb 29, 2016
-
-
Marijn Haverbeke authored
Closes #3853
-
Marijn Haverbeke authored
-
- Feb 28, 2016
-
-
Bruce Mitchener authored
* Support nested block comments. * Improve number and operator parsing. * Improve string parsing. * Style brackets correctly. * Improve #-words.
-