summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Glenn Morris2021-10-121-3/+2
|\
| * Don't apply shorthands to punctuation-only symbols (bug#51089)João Távora2021-10-111-3/+2
* | Fix merge error for elisp-mode-tests.elGlenn Morris2021-10-111-12/+0
* | Merge from origin/emacs-28Glenn Morris2021-10-111-0/+24
|\|
| * Add new failing test for bug#51089João Távora2021-10-101-0/+12
* | test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el: LexbindStefan Monnier2021-10-081-0/+2
* | Change the call convention for `defvar-keymap'Lars Ingebrigtsen2021-10-051-2/+3
* | Merge from origin/emacs-28Glenn Morris2021-10-042-6/+14
|\|
| * Rename elisp-shorthands to read-symbol-shorthandsJoão Távora2021-10-032-6/+6
| * Font-lock shorthands in elisp-mode for quick visual recognition (bug#50959)João Távora2021-10-031-0/+8
* | Add 'define-keymap' and 'defvar-keymap'Lars Ingebrigtsen2021-10-041-0/+8
* | Merge from origin/emacs-28Glenn Morris2021-10-011-12/+10
|\|
| * Migrate Xref off EIEIODmitry Gutov2021-10-011-12/+10
* | Restore the flet indentation fixesakater2021-10-012-1/+227
* | Add more indentation tests for Emacs Lisp modeLars Ingebrigtsen2021-10-012-23/+53
|/
* ; Mark cl-flet indentation test as failing (bug#9622)Mattias Engdegård2021-09-301-0/+1
* Use ert-resource-file in the shorthand testsLars Ingebrigtsen2021-09-282-16/+6
* Move test-cl-flet-indentation to the right fileLars Ingebrigtsen2021-09-271-0/+10
* Add #_ reader macro to escape shorthand renamingJoão Távora2021-09-272-1/+14
* Consider shorthands in Elisp's elisp-completion-at-pointJoão Távora2021-09-272-0/+18
* Rework Elisp shorthands to only allow only prefix substitutionJoão Távora2021-09-272-6/+6
* Move most of the shorthand implementation to C codeJoão Távora2021-09-272-0/+84
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-267-20/+32
* Make syntax-ppss more accurate for Python triple quotes (bug#49518)João Távora2021-09-211-1/+0
* Expand and improve electric-pair-mode and Python testing (bug#49518)João Távora2021-09-211-1/+28
* Localize namespace-filtering codeDmitry Gutov2021-09-151-7/+18
* cperl-mode.el: Allow non-ASCII Perl identifiersHarald Jörg2021-09-142-1/+314
* Keep and report "foreign" diangnostics in flymake-cc Flymake backendJoão Távora2021-09-142-0/+7
* Fix the testsDmitry Gutov2021-09-131-8/+18
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-5/+5
* ; Fix symbol quoting typosStefan Kangas2021-09-121-1/+1
* Infer identifier namespace in elisp xref backendMattias Engdegård2021-09-121-0/+111
* Fix test find-defs-defgeneric-elDmitry Gutov2021-09-101-0/+6
* Change ruby-align-chained-calls indendationStefan Monnier2021-09-091-1/+28
* cperl-mode.el: Use rx sequences for Perl grammarHarald Jörg2021-09-071-5/+5
* project--files-in-directory: Fix handling of ignoresDmitry Gutov2021-09-062-0/+23
* ; Fix typosStefan Kangas2021-09-031-1/+1
* Add a test for bug#50320 in sh-scriptLars Ingebrigtsen2021-09-021-0/+11
* Revert "Tweak sh-script-mode indentation further"Lars Ingebrigtsen2021-09-021-12/+1
* ; cperl-mode.el: Fix border cases of inserting with elispHarald Jörg2021-08-301-6/+52
* (cperl-test-bug-14343): Make it work for perl-modeStefan Monnier2021-08-301-7/+7
* * test/lisp/progmodes/cperl-mode-tests.el: Adjust here-doc tests for perl-modeStefan Monnier2021-08-301-31/+26
* Tweak sh-script-mode indentation furtherKévin Le Gouguec2021-08-291-1/+12
* Fix shell-script-mode indentation of continuation linesDario Gjorgjevski2021-08-271-0/+40
* Fix recently added cperl testGlenn Morris2021-08-231-2/+2
* ; cperl-mode: bugfix / rework fontification of here-docsHarald Jörg2021-08-231-0/+115
* ruby-mode imenu: Support methods with modifiersDmitry Gutov2021-08-171-0/+22
* perl-mode: fix variable fontificationTomasz Konojacki2021-08-071-0/+7
* Off-by-one error in compilation rule end-column function (bug#49624)Mattias Engdegård2021-07-231-0/+27
* ; * test/lisp/progmodes/compile-tests.el: simplify end-colMattias Engdegård2021-07-181-10/+10