aboutsummaryrefslogtreecommitdiffstats
path: root/test/indent (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-05-11Don't treat JS spread as contination method callDmitry Gutov1-0/+6
2016-04-28Don't mistake `for' inside a function for a part of array comprehensionDmitry Gutov1-0/+8
2016-04-02(js--continued-expression-p): Special-case unary plus and minusDmitry Gutov1-0/+6
2016-03-16Fix Ruby's operator precedenceDmitry Gutov1-1/+22
2016-03-15Do not tokenize a comment before continuation as ';'Dmitry Gutov1-1/+1
2016-03-15Don't misindent arguments of a method call inside continuationDmitry Gutov1-0/+11
2016-03-14Tweak the left precedence of '=>'Dmitry Gutov1-0/+6
2016-03-14Indent '.' relative to the first sibling expressionDmitry Gutov1-0/+5
2016-03-12Support Ruby 2.3.0's safe navigation operatorDmitry Gutov1-4/+5
2016-03-10Indent methods with keyword names correctlyDmitry Gutov1-0/+3
2016-03-10Propertize character literals and special global variables differentlyDmitry Gutov1-0/+3
2016-03-09Propertize operator symbol names with symbol syntax classDmitry Gutov1-0/+6
2016-03-07Recognize iuwu-mod after an escaped newlineDmitry Gutov1-0/+3
2016-03-05Don't misindent computed property generator methodsDmitry Gutov1-1/+6
2016-02-01Highlight two additional SCSS keywordsSimen Heggestøyl2-2/+11
2016-01-21Support squiggly heredocs in ruby-modeDmitry Gutov1-0/+4
2016-01-14Disallow parenthesis in non-pseudo CSS selectorsSimen Heggestøyl1-0/+10
2016-01-10* sh-script.el (sh-smie-sh-rules): Improve indentation inside $(...)Stefan Monnier1-0/+3
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-12-01Don't mistake certain JS method calls for keywordsDmitry Gutov1-0/+14
2015-11-24Rename all test files to reflect source layout.Phillip Lord20-4899/+0
2015-10-31Add JSX indentation via js-jsx-mode. (Bug#21799)Jackson Ray Hamilton1-0/+85
2015-10-29* test/indent/css-mode.css: Add tests for url(...) syntax.Stefan Monnier1-1/+3
2015-10-15js-mode: Don't misindent generator methodsDmitry Gutov1-0/+7
2015-09-29* lisp/progmodes/prolog.el: Fix various indentation casesStefan Monnier1-13/+39
2015-09-29* lisp/progmodes/octave.el: Use grammar more; Handle enumeration funStefan Monnier1-0/+22
2015-09-22* prolog.el: Fix indentation of empty lineStefan Monnier1-9/+8
2015-09-20Subject: * lisp/progmodes/prolog.el: Improve handling of if/then/elseStefan Monnier1-3/+25
2015-08-28Fix indentation rule in css-modeSimen Heggestøyl1-0/+5
2015-08-21* lisp/emacs-lisp/smie.el (smie-indent-current-column): New funStefan Monnier1-1/+1
2015-06-15* lisp/progmodes/perl-mode.el: Refine handling of /re/ and y/abc/def/Stefan Monnier1-0/+8
2015-04-15* src/lread.c (intern_1): Make sure we'd find the symbol we addStefan Monnier1-0/+9
2015-04-09css-mode.el (css-smie-rules): Fix indentation after complex selectorsStefan Monnier1-0/+15
2015-04-03js-mode: Don't indent inside a multiline string literalDmitry Gutov1-0/+5
2015-03-22Have `sgml-attribute-offset' control SGML attribute indentationJackson Ray Hamilton1-0/+14
2015-03-10* indent/js-indent-init-dynamic.js: Fix spelling error.Jackson Ray Hamilton1-1/+1
2015-03-10Prefer "initialize" to "initialise"Paul Eggert2-2/+2
2015-03-10New indentation option for js-modeJackson Ray Hamilton3-2/+56
2015-03-10Automate 'make all' in test/indentDmitry Gutov1-3/+4
2015-03-08Add an indent test example for bug#20026Dmitry Gutov1-0/+4
2015-03-08Fix test/indent/js.jsDmitry Gutov1-1/+3
2015-03-05Teach js-mode about ES6 template stringsDmitry Gutov1-0/+3
2015-01-24* indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.Paul Eggert1-8/+8
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-23(js-syntax-propertize-regexp): Recognize "slash in a character class"Stefan Monnier1-0/+5
2014-12-04* lisp/progmodes/sh-script.el: Fix indentation rule of "| while".Stefan Monnier1-0/+11
2014-11-16Fix indentation before `!=' and after `+='Dmitry Gutov1-0/+8
2014-10-20* lisp/textmodes/css-mode.el (scss-mode): New major-mode.Stefan Monnier2-0/+67