| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | ; Fix typos | Stefan Kangas | 2023-01-15 | 1 | -1/+1 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | ; Fix typos | Stefan Kangas | 2022-07-14 | 1 | -1/+1 |
* | Merge from origin/emacs-28 | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
|\ |
|
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | | perl-mode: Recognize "when"/"given" keywords | Stefan Kangas | 2021-12-27 | 1 | -0/+12 |
|/ |
|
* | Update SCSS test file syntax. | Philipp Stephani | 2021-06-18 | 1 | -2/+4 |
* | * lisp/files.el (file-modes-number-to-symbolic): Add `filetype` arg. | Stefan Monnier | 2021-04-12 | 1 | -0/+23 |
* | * lisp/progmodes/sh-script.el (sh-smie-sh-rules): Tweak indent of new `for` | Stefan Monnier | 2021-01-26 | 1 | -0/+7 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | * lisp/progmodes/perl-mode.el: Fix handling of s'foo'bar' | Stefan Monnier | 2020-12-05 | 1 | -0/+14 |
* | * test/manual/indent/tcl.tcl: Add string interpolation case | Stefan Monnier | 2020-11-20 | 1 | -0/+4 |
* | * lisp/progmodes/tcl.el: Better match Tcl string formation rules (bug#39277) | Stefan Monnier | 2020-10-29 | 1 | -0/+22 |
* | Convert manual js indent tests to unit tests | Stefan Kangas | 2020-10-18 | 13 | -740/+0 |
* | Convert a manual test for nxml-mode to unit test | Stefan Kangas | 2020-09-21 | 1 | -10/+0 |
* | Convert manual indent test for ruby-mode into unit test | Stefan Kangas | 2020-09-21 | 1 | -477/+0 |
* | Convert manual indent test for scheme-mode into unit test | Stefan Kangas | 2020-09-21 | 1 | -9/+0 |
* | Convert manual indent test for ps-mode into unit test | Stefan Kangas | 2020-09-21 | 1 | -14/+0 |
* | Convert manual indent test for opascal-mode into unit test | Stefan Kangas | 2020-09-21 | 1 | -12/+0 |
* | Convert manual indent test for lisp-mode into unit test | Stefan Kangas | 2020-09-21 | 1 | -5/+0 |
* | Convert manual indent test for elisp-mode into unit test | Stefan Kangas | 2020-09-21 | 1 | -6/+0 |
* | ; Fix more trivial typos | Stefan Kangas | 2020-09-21 | 1 | -1/+1 |
* | Convert indent test for css-mode into automatic test | Stefan Kangas | 2020-09-10 | 1 | -100/+0 |
* | ; * test/manual/indent/elisp.el: Use lexical-binding. | Stefan Kangas | 2020-09-10 | 1 | -0/+1 |
* | * lisp/emacs-lisp/lisp-mode.el: Add new indentation convention | akater | 2020-05-29 | 2 | -0/+10 |
* | Allow underscores in CSS variable names | Simen Heggestøyl | 2020-05-10 | 3 | -0/+18 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Ignore comments and strings when matching JSX | Jackson Ray Hamilton | 2019-12-07 | 1 | -0/+7 |
* | * lisp/progmodes/perl-mode.el (perl-calculate-indent): Indent qw(...) | Stefan Monnier | 2019-11-15 | 1 | -0/+6 |
* | Ignore comments and strings when recognizing JSX | Jackson Ray Hamilton | 2019-09-22 | 1 | -0/+16 |
* | * lisp/progmodes/opascal.el: Allow inline `var` decl in `for` (bug#36348) | Stefan Monnier | 2019-07-22 | 1 | -0/+12 |
* | * test/manual/indent/octave.m (spmd): Add test for last change | Stefan Monnier | 2019-07-20 | 1 | -0/+4 |
* | * lisp/textmodes/tex-mode.el (latex-noindent-commands): New custom var | Stefan Monnier | 2019-06-24 | 1 | -0/+4 |
* | Add new defcustom js-jsx-align->-with-< | Jackson Ray Hamilton | 2019-04-09 | 1 | -0/+12 |
* | Add new defcustom js-jsx-indent-level | Jackson Ray Hamilton | 2019-04-09 | 1 | -0/+13 |
* | Permit non-ASCII identifiers in JS | Jackson Ray Hamilton | 2019-04-08 | 1 | -0/+7 |
* | Improve whitespace and unary keyword parsing | Jackson Ray Hamilton | 2019-04-08 | 1 | -0/+16 |
* | Optimize js-jsx--matching-close-tag-pos | Jackson Ray Hamilton | 2019-04-08 | 1 | -1/+6 |
* | Add tests for miscellaneous JSX parsing feats | Jackson Ray Hamilton | 2019-04-08 | 1 | -0/+26 |
* | Indent expressions in JSXAttributes relative to the attribute’s name | Jackson Ray Hamilton | 2019-04-08 | 1 | -0/+25 |
* | Fix counting of nested self-closing JSXOpeningElements | Jackson Ray Hamilton | 2019-04-08 | 1 | -0/+13 |
* | Indent broken arrow function bodies as an N+1th arg | Jackson Ray Hamilton | 2019-04-08 | 1 | -0/+5 |
* | Rename tests to use the “.jsx” file extension | Jackson Ray Hamilton | 2019-04-08 | 4 | -8/+0 |
* | Improve JSX syntax propertization | Jackson Ray Hamilton | 2019-04-08 | 1 | -0/+8 |
* | Update expectations for JSX indentation in JSXAttribute space | Jackson Ray Hamilton | 2019-04-08 | 1 | -4/+10 |
* | js-syntax-propertize: Disambiguate JS from JSX, fixing some indents | Jackson Ray Hamilton | 2019-04-08 | 1 | -0/+14 |
* | Add new (failing) unclosed JSX test and separate such tests | Jackson Ray Hamilton | 2019-04-08 | 3 | -9/+32 |
* | Add failing tests for JSX indentation bugs | Jackson Ray Hamilton | 2019-04-08 | 2 | -0/+201 |
* | Indent arrows’ expression bodies like function bodies (Bug#25904) | Jackson Ray Hamilton | 2019-02-13 | 1 | -0/+9 |