summaryrefslogtreecommitdiff
path: root/test/manual/indent
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Fix typosStefan Kangas2023-01-151-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-07-141-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | perl-mode: Recognize "when"/"given" keywordsStefan Kangas2021-12-271-0/+12
|/
* Update SCSS test file syntax.Philipp Stephani2021-06-181-2/+4
* * lisp/files.el (file-modes-number-to-symbolic): Add `filetype` arg.Stefan Monnier2021-04-121-0/+23
* * lisp/progmodes/sh-script.el (sh-smie-sh-rules): Tweak indent of new `for`Stefan Monnier2021-01-261-0/+7
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * lisp/progmodes/perl-mode.el: Fix handling of s'foo'bar'Stefan Monnier2020-12-051-0/+14
* * test/manual/indent/tcl.tcl: Add string interpolation caseStefan Monnier2020-11-201-0/+4
* * lisp/progmodes/tcl.el: Better match Tcl string formation rules (bug#39277)Stefan Monnier2020-10-291-0/+22
* Convert manual js indent tests to unit testsStefan Kangas2020-10-1813-740/+0
* Convert a manual test for nxml-mode to unit testStefan Kangas2020-09-211-10/+0
* Convert manual indent test for ruby-mode into unit testStefan Kangas2020-09-211-477/+0
* Convert manual indent test for scheme-mode into unit testStefan Kangas2020-09-211-9/+0
* Convert manual indent test for ps-mode into unit testStefan Kangas2020-09-211-14/+0
* Convert manual indent test for opascal-mode into unit testStefan Kangas2020-09-211-12/+0
* Convert manual indent test for lisp-mode into unit testStefan Kangas2020-09-211-5/+0
* Convert manual indent test for elisp-mode into unit testStefan Kangas2020-09-211-6/+0
* ; Fix more trivial typosStefan Kangas2020-09-211-1/+1
* Convert indent test for css-mode into automatic testStefan Kangas2020-09-101-100/+0
* ; * test/manual/indent/elisp.el: Use lexical-binding.Stefan Kangas2020-09-101-0/+1
* * lisp/emacs-lisp/lisp-mode.el: Add new indentation conventionakater2020-05-292-0/+10
* Allow underscores in CSS variable namesSimen Heggestøyl2020-05-103-0/+18
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Ignore comments and strings when matching JSXJackson Ray Hamilton2019-12-071-0/+7
* * lisp/progmodes/perl-mode.el (perl-calculate-indent): Indent qw(...)Stefan Monnier2019-11-151-0/+6
* Ignore comments and strings when recognizing JSXJackson Ray Hamilton2019-09-221-0/+16
* * lisp/progmodes/opascal.el: Allow inline `var` decl in `for` (bug#36348)Stefan Monnier2019-07-221-0/+12
* * test/manual/indent/octave.m (spmd): Add test for last changeStefan Monnier2019-07-201-0/+4
* * lisp/textmodes/tex-mode.el (latex-noindent-commands): New custom varStefan Monnier2019-06-241-0/+4
* Add new defcustom js-jsx-align->-with-<Jackson Ray Hamilton2019-04-091-0/+12
* Add new defcustom js-jsx-indent-levelJackson Ray Hamilton2019-04-091-0/+13
* Permit non-ASCII identifiers in JSJackson Ray Hamilton2019-04-081-0/+7
* Improve whitespace and unary keyword parsingJackson Ray Hamilton2019-04-081-0/+16
* Optimize js-jsx--matching-close-tag-posJackson Ray Hamilton2019-04-081-1/+6
* Add tests for miscellaneous JSX parsing featsJackson Ray Hamilton2019-04-081-0/+26
* Indent expressions in JSXAttributes relative to the attribute’s nameJackson Ray Hamilton2019-04-081-0/+25
* Fix counting of nested self-closing JSXOpeningElementsJackson Ray Hamilton2019-04-081-0/+13
* Indent broken arrow function bodies as an N+1th argJackson Ray Hamilton2019-04-081-0/+5
* Rename tests to use the “.jsx” file extensionJackson Ray Hamilton2019-04-084-8/+0
* Improve JSX syntax propertizationJackson Ray Hamilton2019-04-081-0/+8
* Update expectations for JSX indentation in JSXAttribute spaceJackson Ray Hamilton2019-04-081-4/+10
* js-syntax-propertize: Disambiguate JS from JSX, fixing some indentsJackson Ray Hamilton2019-04-081-0/+14
* Add new (failing) unclosed JSX test and separate such testsJackson Ray Hamilton2019-04-083-9/+32
* Add failing tests for JSX indentation bugsJackson Ray Hamilton2019-04-082-0/+201
* Indent arrows’ expression bodies like function bodies (Bug#25904)Jackson Ray Hamilton2019-02-131-0/+9