summaryrefslogtreecommitdiff
path: root/test/indent
Commit message (Expand)AuthorAgeFilesLines
* Don't treat JS spread as contination method callDmitry Gutov2016-05-111-0/+6
* Don't mistake `for' inside a function for a part of array comprehensionDmitry Gutov2016-04-281-0/+8
* (js--continued-expression-p): Special-case unary plus and minusDmitry Gutov2016-04-021-0/+6
* Fix Ruby's operator precedenceDmitry Gutov2016-03-161-1/+22
* Do not tokenize a comment before continuation as ';'Dmitry Gutov2016-03-151-1/+1
* Don't misindent arguments of a method call inside continuationDmitry Gutov2016-03-151-0/+11
* Tweak the left precedence of '=>'Dmitry Gutov2016-03-141-0/+6
* Indent '.' relative to the first sibling expressionDmitry Gutov2016-03-141-0/+5
* Support Ruby 2.3.0's safe navigation operatorDmitry Gutov2016-03-121-4/+5
* Indent methods with keyword names correctlyDmitry Gutov2016-03-101-0/+3
* Propertize character literals and special global variables differentlyDmitry Gutov2016-03-101-0/+3
* Propertize operator symbol names with symbol syntax classDmitry Gutov2016-03-091-0/+6
* Recognize iuwu-mod after an escaped newlineDmitry Gutov2016-03-071-0/+3
* Don't misindent computed property generator methodsDmitry Gutov2016-03-051-1/+6
* Highlight two additional SCSS keywordsSimen Heggestøyl2016-02-012-2/+11
* Support squiggly heredocs in ruby-modeDmitry Gutov2016-01-211-0/+4
* Disallow parenthesis in non-pseudo CSS selectorsSimen Heggestøyl2016-01-141-0/+10
* * sh-script.el (sh-smie-sh-rules): Improve indentation inside $(...)Stefan Monnier2016-01-101-0/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Don't mistake certain JS method calls for keywordsDmitry Gutov2015-12-011-0/+14
* Add JSX indentation via js-jsx-mode. (Bug#21799)Jackson Ray Hamilton2015-10-311-0/+85
* * test/indent/css-mode.css: Add tests for url(...) syntax.Stefan Monnier2015-10-291-1/+3
* js-mode: Don't misindent generator methodsDmitry Gutov2015-10-151-0/+7
* * lisp/progmodes/prolog.el: Fix various indentation casesStefan Monnier2015-09-291-13/+39
* * lisp/progmodes/octave.el: Use grammar more; Handle enumeration funStefan Monnier2015-09-291-0/+22
* * prolog.el: Fix indentation of empty lineStefan Monnier2015-09-221-9/+8
* Subject: * lisp/progmodes/prolog.el: Improve handling of if/then/elseStefan Monnier2015-09-201-3/+25
* Fix indentation rule in css-modeSimen Heggestøyl2015-08-281-0/+5
* * lisp/emacs-lisp/smie.el (smie-indent-current-column): New funStefan Monnier2015-08-211-1/+1
* * lisp/progmodes/perl-mode.el: Refine handling of /re/ and y/abc/def/Stefan Monnier2015-06-151-0/+8
* * src/lread.c (intern_1): Make sure we'd find the symbol we addStefan Monnier2015-04-151-0/+9
* css-mode.el (css-smie-rules): Fix indentation after complex selectorsStefan Monnier2015-04-091-0/+15
* js-mode: Don't indent inside a multiline string literalDmitry Gutov2015-04-031-0/+5
* Have `sgml-attribute-offset' control SGML attribute indentationJackson Ray Hamilton2015-03-221-0/+14
* * indent/js-indent-init-dynamic.js: Fix spelling error.Jackson Ray Hamilton2015-03-101-1/+1
* Prefer "initialize" to "initialise"Paul Eggert2015-03-102-2/+2
* New indentation option for js-modeJackson Ray Hamilton2015-03-103-2/+56
* Automate 'make all' in test/indentDmitry Gutov2015-03-101-3/+4
* Add an indent test example for bug#20026Dmitry Gutov2015-03-081-0/+4
* Fix test/indent/js.jsDmitry Gutov2015-03-081-1/+3
* Teach js-mode about ES6 template stringsDmitry Gutov2015-03-051-0/+3
* * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.Paul Eggert2015-01-241-8/+8
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* (js-syntax-propertize-regexp): Recognize "slash in a character class"Stefan Monnier2014-12-231-0/+5
* Merge from emacs-24Stefan Monnier2014-12-051-0/+11
|\
| * * lisp/progmodes/sh-script.el: Fix indentation rule of "| while".Stefan Monnier2014-12-041-0/+11
* | Merge branch 'emacs-24'Ted Zlatanov2014-11-261-0/+8
|\ \ | |/
| * Fix indentation before `!=' and after `+='Dmitry Gutov2014-11-161-0/+8
* | * lisp/textmodes/css-mode.el (scss-mode): New major-mode.Stefan Monnier2014-10-202-0/+67
* | * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function):Stefan Monnier2014-09-211-0/+4