summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* perl-mode: Fix regexps for fontificationHarald Jörg2021-03-241-0/+19
* * test/lisp/progmodes/cperl-mode-tests.el: Silence warningsStefan Monnier2021-03-181-3/+6
* cperl-mode: Don't interpret y_ as start of y// function.Harald Jörg2021-03-181-0/+26
* Speed up xref rendering for matches on very long linesDmitry Gutov2021-03-083-4/+14
* Xref test improvementsDmitry Gutov2021-03-081-12/+21
* ; * test/lisp/progmodes/f90-tests.el: Remove stale comment.Stefan Kangas2021-02-261-3/+0
* Make unused `Buffer-menu-sort' alias obsoleteLars Ingebrigtsen2021-02-171-8/+11
* cperl-mode: Improve detection of index entries for imenuHarald Jörg2021-02-172-0/+253
* Fix tcl-mode indentation of namespaced codeAnticrisis2021-02-081-1/+0
* ruby-syntax-propertize: Fix certain cases following ::Dmitry Gutov2021-02-021-1/+1
* Fix fill-paragraph in asm-modeMattias M2021-01-281-0/+10
* Fontify special forms and macros the sameLars Ingebrigtsen2021-01-251-1/+0
* Fix macro fontification in `condition-case' handler bodiesLars Ingebrigtsen2021-01-241-1/+0
* Tweak `condition-case' keyword highlightsLars Ingebrigtsen2021-01-241-1/+8
* Add some elisp-mode font lock testsLars Ingebrigtsen2021-01-241-0/+51
* Fix two testsEli Zaretskii2021-01-161-1/+13
* Add a failing test for bug#44834Anticrisis2021-01-111-2/+12
* Fix some failing tests in BSD systemsDaniel Martín2021-01-061-14/+24
* perl-mode: Display here-docs as strings instead of commentsHarald Jörg2021-01-052-0/+175
* ruby-add-log-current-method: Support methods with symbolic namesDmitry Gutov2021-01-041-1/+2
* Update copyright year to 2021Paul Eggert2021-01-0124-24/+24
* ruby-mode: Recognize setter symbolsDmitry Gutov2020-12-311-0/+8
* Add 'project-relative' as value for 'xref-file-name-display'Dmitry Gutov2020-12-301-0/+31
* Minor refactoring of xref-testsTobias Rittweiler2020-12-301-16/+22
* Generic-ify xref-location-columnDmitry Gutov2020-12-211-3/+3
* CPerl-mode: don't treat <<>> as starting a here-docHarald Jörg2020-12-161-0/+8
* Make the 'cucumber' compilation pattern work without 'omake'Mattias Engdegård2020-11-271-0/+2
* perl-mode and cperl-mode: Recognize regex after "return"Harald Jörg2020-11-172-0/+31
* Cleanup of the test file for cperl-modeHarald Jörg2020-11-111-182/+152
* cperl-mode: Indentation of ')' follows customisationHarald Jörg2020-11-093-0/+73
* Fix javac message parsing column number off-by-oneMattias Engdegård2020-11-061-2/+2
* Update gdb-mi-testsMattias Engdegård2020-11-061-2/+4
* ; Silence byte-compiler warnings in testsStefan Kangas2020-11-051-1/+1
* cperl-mode: Fix indentation for Emacs 26Harald Jörg2020-11-032-0/+48
* cperl-mode: Skip a test for older Emacsen (preparing for ELPA)Harald Jörg2020-11-031-0/+4
* Parse GDB/MI results directly instead of going via JSON (bug#44173)Mattias Engdegård2020-10-311-0/+44
* * lisp/simple.el (blink-matching-open): Fix bug#37127Stefan Monnier2020-10-301-16/+23
* Revert "Adjust python tests after fix for bug#39398"Lars Ingebrigtsen2020-10-301-3/+3
* Suppress a misleading message when closing a paren in a regexHarald Jörg2020-10-301-0/+29
* cperl-mode: Make timeout test more robustHarald Jörg2020-10-291-1/+3
* Adjust python tests after fix for bug#39398Lars Ingebrigtsen2020-10-281-3/+3
* Revert commit 1f44a776729adf9c6468a76f8310616fde62eeaa for XRef.Philipp Stephani2020-10-251-2/+4
* Revert commit 1f44a776729adf9c6468a76f8310616fde62eeaa for Flymake.Philipp Stephani2020-10-251-2/+9
* ; Prefer https to http in more URLsStefan Kangas2020-10-242-2/+2
* Move some test data to follow our conventionsStefan Kangas2020-10-233-4/+7
* Add tests for perl-mode.elStefan Kangas2020-10-221-0/+33
* Keep track of matching rules in compilation-modeMattias Engdegård2020-10-191-202/+251
* cperl-mode: Delete a misleading comment, add tests for verificationHarald Jörg2020-10-192-0/+42
* Strengthen js-mode indentation testsMattias Engdegård2020-10-181-0/+13
* Convert manual js indent tests to unit testsStefan Kangas2020-10-1814-0/+768