- Jan 22, 2015
-
-
Marijn Haverbeke authored
-
- Jan 19, 2015
-
-
Vincent Woo authored
Also clean up style a bit. `perl.js` is oddly spaced!
-
- Jan 17, 2015
-
-
Marcel Gerber authored
-
- Jan 13, 2015
-
-
silverwind authored
-
- Jan 05, 2015
-
-
Marijn Haverbeke authored
Issue #3015
-
- Jan 03, 2015
-
-
tel authored
-
- Jan 02, 2015
-
-
Ankit authored
To fix this I had to introduce new state parameter that tells if cursor is before colon or not.
-
- Dec 29, 2014
-
-
Ankit authored
Fixes bug #2156 for the most part indention was bugged because it was reaching a wrong state when any text that was not in the known set of words or patterns was incurred. for eg: head | <---- cursor should be here and lets take color : red as another example now 'red' is same to the current tokenizer as 'head' from the first example. So it indents for red automatically. It was fixed by not letting any text after colon to reach the state where it appends an indent after it.
-
- Dec 22, 2014
-
-
Marijn Haverbeke authored
Issue #2967
-
- Dec 19, 2014
-
-
Marijn Haverbeke authored
So that => in a string or comment doesn't trigger weird indentation. Closes #2993
-
Marijn Haverbeke authored
That's what the parser configuration object is for. Also, I am unsure how this was supposed to even work. Issue #2996
-
- Dec 17, 2014
-
-
Jakub Vrana authored
-
- Dec 16, 2014
-
-
Jakub Vrana authored
-
- Dec 15, 2014
-
-
Jakub Vrana authored
-
Marijn Haverbeke authored
Also turn off reindentation inside strings and comments. Issue #2980
-
Jakub Vrana authored
-
- 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
-