- Oct 31, 2016
-
-
Marijn Haverbeke authored
Closes #4345
-
- Jan 04, 2016
-
-
Marijn Haverbeke authored
To avoid false positives. Closes #3752
-
- Sep 21, 2015
-
-
Vincent Woo authored
-
- Jul 13, 2015
-
-
Marijn Haverbeke authored
Closes #3365
-
- Nov 12, 2014
-
-
Marijn Haverbeke authored
-
- Oct 20, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Oct 16, 2014
-
-
Marijn Haverbeke authored
-
- Sep 23, 2014
-
-
Marijn Haverbeke authored
-
- Jul 25, 2014
-
-
Marijn Haverbeke authored
Closes #2724
-
- Jul 14, 2014
-
-
Marijn Haverbeke authored
Closes #2692
-
- Jul 07, 2014
-
-
Jaydeep Solanki authored
-
- May 19, 2014
-
-
Marijn Haverbeke authored
Bumping them for every release just adds too much git noise and history blowup.
-
- May 09, 2014
-
-
Marijn Haverbeke authored
-
- Feb 13, 2014
-
-
Blaine G authored
relates to https://github.com/marijnh/CodeMirror/issues/314
-
Blaine G authored
relates to https://github.com/marijnh/CodeMirror/issues/314
-
- Jan 28, 2014
-
-
Marijn Haverbeke authored
-
- Jan 23, 2014
-
-
Marijn Haverbeke authored
-
- Jan 16, 2014
-
-
Marijn Haverbeke authored
Closes #2146
-
- Aug 13, 2013
-
-
Marijn Haverbeke authored
-
- Jul 30, 2013
-
-
Marijn Haverbeke authored
Moving to a situation where there's only one LICENSE for the whole distribution.
-
- Jul 25, 2013
-
-
Marijn Haverbeke authored
Issue #1701
-
- Jun 14, 2013
-
-
Jean Boussier authored
* Handle default string % literal for Ruby %{Hello World} == %q{Hello World} One gotcha though: 5%(2) == 5 % 2 Will be seen as a string, but it will be interpreted as the modulo operator by ruby. * Variables names can't include a ? nor a ! * Improve symbols parsing rules - can be operators (e.g :+, :/, :-, :>>) - start with @ or $ - end with !, ? or = - can't start by a digit Though when defined in reverse as hash keys (e.g {foo: 'bar'}) - can only start with [a-zA-Z\_] - can't end with = * Instance and class variables can't start by a digit but globals can be only digits * Add some missing keywords Actually only __END__ is really a keyword. But __FILE__, __LINE__ and __dir__ are special variables so most editors highlight them as keywords. * Several regexp improvements - Use the string-2 class for regexps like JS mode - Xonsider %r as a regexp - Handle interpolation inside regexps It allow to colorize properly stuffs like: ```ruby /foo #{1 + 2}/ %r{foo #{@bar} baz} ``` * Fix parsing of brace enclosed string literals with interpolation As an example: ```ruby %Q{foo #{42} baz #{26} fizz} ``` The coloration was broken after the first interpolation.
-
- Jun 12, 2013
-
-
Jean Boussier authored
-
- May 13, 2013
-
-
Marijn Haverbeke authored
-
- Jan 08, 2013
-
-
Marijn Haverbeke authored
Closes #1133
-
- Nov 07, 2012
-
-
Marijn Haverbeke authored
As spotted by the extended linter.
-
- Aug 28, 2012
-
-
Marijn Haverbeke authored
Add CodeMirror.defineOption function for defining new options. Add findMatchingBracket to the methods exported by this extension. Closes #746
-
- Aug 03, 2012
-
-
Brandon Frohs authored
-
- Jun 06, 2012
-
-
Marijn Haverbeke authored
Closes #560
-
- Feb 06, 2012
-
-
Marijn Haverbeke authored
-
- Jan 10, 2012
-
-
Marijn Haverbeke authored
-
jots authored
-
- Jan 09, 2012
-
-
Marijn Haverbeke authored
This isn't really correct, but covers most cases. Someone with more knowledge of Ruby's syntax will have to chime in what the real solution would look like. Issue #314
-
- Dec 15, 2011
-
-
Marijn Haverbeke authored
Since v2 is the canonical CodeMirror at this point
-
- Nov 28, 2011
-
-
Marijn Haverbeke authored
So that I can put other doc-related stuff there without polluting the root dir.
-
Marijn Haverbeke authored
It's tiny anyway, no need to force people to include yet another file.
-
- Aug 29, 2011
-
-
Marijn Haverbeke authored
-
- Aug 18, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-