- Feb 19, 2018
-
-
nightwing authored
-
- Feb 15, 2018
-
-
ficristo authored
- highlight strings - highlight ports as numbers in expose instruction - highlight comments as such only when they appear at the start of a line - consider also ` as a line continuation
-
- Feb 14, 2018
-
-
Marijn Haverbeke authored
Turn it off for mssql Closes #5229
-
- Feb 13, 2018
-
-
Tom MacWright authored
[asynchronous iteration](http://2ality.com/2016/10/asynchronous-iteration.html) is a stage 4 ("finished") feature in ES2018, and its additional syntax - for await loops - don't require too much change in CodeMirror's JavaScript mode for support.
-
Michal Kapiczynski authored
[javascript-lint] JSHINT backward compatibility - Setting error severity to error by default when there is no error.code property (#5260)
-
Marijn Haverbeke authored
Closes #5256
-
Tom MacWright authored
-
- Feb 12, 2018
- Feb 10, 2018
-
-
Jan T. Sott authored
-
Vincent Woo authored
CodeMirror C and C++ currently highlight the string "null", which isn't defined in C/C++. Those languages do macro "NULL", though.
-
- Feb 08, 2018
-
-
Marijn Haverbeke authored
Closes #5248
-
ficristo authored
add more instructions highlight instructions as 'keyword' highlight 'from ... as' add tests
-
Marijn Haverbeke authored
Closes #5238
-
meshuamam authored
-
- Feb 05, 2018
-
-
Ian Rose authored
In my experience, `.tex` is a much more common extension for LaTeX documents.
-
- Feb 03, 2018
-
-
Vaibhav Sagar authored
-
- Feb 02, 2018
-
-
NickKolok authored
-
Vaibhav Sagar authored
-
- Feb 01, 2018
-
-
NickKolok authored
-
Lior Goldberg authored
In addCursorToSelection, keep the cursor's position after short lines.
-
Prendota authored
-
- Jan 31, 2018
-
-
Marijn Haverbeke authored
Closes #5221
-
Marijn Haverbeke authored
Closes #5219
-
Jan T. Sott authored
-
- Jan 30, 2018
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #5217
-
- Jan 29, 2018
-
-
Marijn Haverbeke authored
-
- Jan 27, 2018
-
-
Bret Little authored
-
- Jan 26, 2018
-
-
Marijn Haverbeke authored
-
- Jan 19, 2018
-
-
Adrian Heine authored
Closes #5197
-
- Jan 18, 2018
-
-
Cristian Prieto authored
-
Qiang Li authored
-
- Jan 17, 2018
-
-
silverwind authored
-
neon-dev authored
When using tabs for indentation, the markers would not always align with the actual problem. The old workaround for JSHint never really worked (only when a line had one tab) and I found a simple option which fixes the issue. This time I also checked backwards compatibility, which works even fine with the old JSHint version R07. As a second marker fix, I added an error line check, since JSHint for some reason adds configuration issues in the errors array with line: 0, character: 0. Now, if you pass an invalid option you will get a console error instead of an invisible marker.
-
neon-dev authored
-
neon-dev authored
-
neon-dev authored
-