- Mar 29, 2018
-
-
Tugrul Elmas authored
-
Prendota authored
-
Marijn Haverbeke authored
Closes #5333
-
Marijn Haverbeke authored
Closes #5332
-
- Mar 24, 2018
-
-
Marijn Haverbeke authored
Closes #5325
-
- Mar 08, 2018
-
-
Lemmon authored
-
- Mar 06, 2018
-
-
César González Íñiguez authored
Issue #5287
-
- Feb 22, 2018
-
-
Jakub Vrána authored
-
- Feb 21, 2018
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #5275
-
- Feb 20, 2018
-
-
Marijn Haverbeke 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.
-
Marijn Haverbeke authored
Closes #5256
-
Tom MacWright authored
-
- 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
-
- 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
- Jan 31, 2018
-
-
Marijn Haverbeke authored
Closes #5219
-
Jan T. Sott authored
-
- Jan 26, 2018
-
-
Marijn Haverbeke authored
-
- Jan 19, 2018
-
-
Adrian Heine authored
Closes #5197
-
- Jan 18, 2018
-
-
Cristian Prieto authored
-
- Jan 17, 2018
-
-
silverwind authored
-
Marijn Haverbeke authored
Closes #5187
-
- Jan 13, 2018
-
-
Marijn Haverbeke authored
Closes #5180 Closes #5181
-
- Jan 12, 2018
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #5178
-
- Jan 09, 2018
-
-
Cristian Prieto authored
* Add common keywords for ML languages * Add builtins for OCaml and F# * Add Standard ML as ML language
-
- Jan 08, 2018
-
-
Cristian Prieto authored
-
- Jan 07, 2018
-
-
Shane Liesegang authored
-
Neil Anderson authored
The CREATE DATABASE command supports LC_CTYPE and LC_COLLATE keywords as per https://www.postgresql.org/docs/10/static/sql-createdatabase.html. This commit adds them to the postgres sql mode.
-