- Dec 12, 2014
-
-
Marijn Haverbeke authored
Issue #2976
-
Robert Plummer authored
-
- Dec 11, 2014
-
-
Marijn Haverbeke authored
-
Jakub Vrana authored
See https://developers.google.com/closure/templates/ for documentation. Closure Templates support text, HTML, JS and CSS code. I'm not extremely happy with the indentation which is currently based just on the Soy tags, not on the underlying code. Although this style is possible and sometimes used, it's not the most common style.
-
- Dec 10, 2014
-
-
Marijn Haverbeke authored
Completing inside a word used to try and take the whole word into account. This is not typical completion behavior, and often not what you want. After this change, the addons only take the part of the word in front of the cursor into account.
-
nextrevision authored
A loop is caused in the Puppet mode when adding a capital letter due to an incomplete regex match and use of the backUp function. Resolving this issue required checking for a full match against the word before calling backUp on the stream.
-
- Dec 09, 2014
-
-
Marijn Haverbeke authored
Issue #2967
-
Marijn Haverbeke authored
Issue #2969
-
David Vázquez authored
-
- Dec 08, 2014
-
-
Marijn Haverbeke authored
Issue #2967
-
Marijn Haverbeke authored
Remove a bunch of convoluting abstractions, make sure the regexps are actually cached.
-
- Dec 07, 2014
-
-
Jakub Vrána authored
-
- Dec 04, 2014
-
-
Marijn Haverbeke authored
Issue #2964
-
Randall Mason authored
-
- Dec 03, 2014
-
-
Yassin N. Hassan authored
-
Marijn Haverbeke authored
Closes #2960
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Robert Plummer authored
-
- Dec 02, 2014
-
-
Marijn Haverbeke authored
Issue #2952
-
Devon Carew authored
-
- Dec 01, 2014
-
-
Marijn Haverbeke authored
Issue #2928 Issue #2958
-
Marijn Haverbeke authored
-
Lanfei authored
-
silverwind authored
The gfm mode is for the GitHub flavour.
-
Anders Nawroth authored
-
- Nov 26, 2014
-
-
Moritz Schwörer authored
-
Will Binns-Smith authored
The mime type is currently accounted for in the htmlembedded definition, but erb is not listed in the `mode/meta.js` index.
-
- Nov 22, 2014
-
-
Daniele Di Sarli authored
-
Nicholas Bollweg (Nick) authored
-
Nicholas Bollweg (Nick) authored
- more style classes: operator, builtin, meta, brackets - literal metas (@ and ^^) - many more operators - mime type and extension from spec
-
- Nov 21, 2014
-
-
Marijn Haverbeke authored
This prevents a stray $ from setting the whole rest of the document to math mode. Closes #2928
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Nov 12, 2014
-
-
Marijn Haverbeke authored
Issue #2920
-
Gregory Koberger authored
-
Marijn Haverbeke authored
-
- Nov 11, 2014
-
-
Marijn Haverbeke authored
The mode associated with a token is now the inner mode at the time when the token is started. The htmlmixed and markdown/gfm modes were fixed to return empty tokens during mode switches when necessary to enforce this rule. Issue #2919
-
Marijn Haverbeke authored
Issue #2922
-