- Nov 25, 2013
-
-
Marijn Haverbeke authored
Closes #1992
-
- Oct 08, 2013
-
-
Brandon Wamboldt authored
-
- Aug 13, 2013
-
-
Marijn Haverbeke authored
-
- May 13, 2013
-
-
Marijn Haverbeke authored
-
- Feb 12, 2013
-
-
Mike Kadin authored
-
- Jan 08, 2013
-
-
Marijn Haverbeke authored
Closes #1133
-
- Nov 29, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Nov 15, 2012
-
-
Marijn Haverbeke authored
In order to not duplicate all its logic. Issue #751
-
- Nov 07, 2012
-
-
Marijn Haverbeke authored
As spotted by the extended linter.
-
- Sep 12, 2012
-
-
Marijn Haverbeke authored
And move closetag over to it. This makes the code that gets the XML state out of the mode actually sound and extensible. Issue #820
-
- 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
-
- Aug 01, 2012
-
-
Marijn Haverbeke authored
-
- Apr 04, 2012
-
-
Marijn Haverbeke authored
-
- Feb 26, 2012
-
-
Paul Garvin authored
The space between "return" and "die" was missing causing both to not get highlighted. While in there I removed "cfunction as it was PHP4 only, added "trait" (coming in 5.4), and added "__halt_compiler", "self", "static", and "parent".
-
- Feb 21, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Feb 20, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Feb 13, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Feb 10, 2012
-
-
Marijn Haverbeke authored
You will confuse the outer HTML parser if you do really weird things, though.
-
- Jan 10, 2012
-
-
Marijn Haverbeke authored
-
- Dec 15, 2011
-
-
Marijn Haverbeke authored
Since v2 is the canonical CodeMirror at this point
-
- Dec 01, 2011
-
-
Marijn Haverbeke authored
This way, if you load the htmlmixed mode before the PHP mode, it won't try to use that.
-
- 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.
-
- Nov 21, 2011
-
-
Marijn Haverbeke authored
-
- Oct 14, 2011
-
-
Marijn Haverbeke authored
Closes #207
-
- Sep 12, 2011
-
-
greengiant authored
-
- Aug 12, 2011
-
-
komakino authored
-
- Jul 19, 2011
-
-
Marijn Haverbeke authored
-
- Jul 01, 2011
-
-
komakino authored
-
- Jun 22, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Instead of hard-coding all kinds of language-specific behaviours in the mode itself, specializations can now pass character hooks to implement their own highlighting.
-
- Jun 15, 2011
-
-
Marijn Haverbeke authored
-
- Jun 07, 2011
-
-
Marijn Haverbeke authored
This normalizes the classes used by most of the modes (reStructuredText and diff didn't fit in), and makes them all reference a central style sheet (under theme/). It also adds a theme option that can be set to change the theme, and defines a few different themes (some based on old mode colors).
-
- Jun 06, 2011
-
-
Marijn Haverbeke authored
-