aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Fix flymake tests with GCC 14.Ulrich Müller2024-06-241-1/+2
* ; Fix typosStefan Kangas2024-06-231-1/+1
* Make Compilation mode recognize non-legacy Kotlin/Gradle errorsRudolf Adamkovič2024-06-221-8/+12
* Allow escape sequences in Python promptskobarity2024-06-151-0/+28
* ;cperl-mode.el: Avoid false positives when parsing new Perl syntaxHarald Jörg2024-06-132-1/+5
* ; Fix recent change to python-tests.elkobarity2024-06-101-1/+1
* cperl-mode.el: Update for the current Perl version 5.040Harald Jörg2024-06-104-4/+165
* Specify Python 3 in some ERTs on Mackobarity2024-06-091-308/+352
* Fix hiding a Python block ending with a commentkobarity2024-06-091-0/+18
* Add typescript-ts-mode indentation for multi-assignment declsNoah Peart2024-06-091-0/+31
* Fix Python mode error caused by incorrect indentationkobarity2024-06-081-0/+9
* Spelling fixesPaul Eggert2024-06-041-1/+1
* Add font-locking for variables in go-ts-mode range clauses (bug#71209)Noah Peart2024-06-012-0/+10
* Merge from origin/emacs-29Eli Zaretskii2024-06-011-2/+2
|\
| * ; Fix typosStefan Kangas2024-05-271-2/+2
* | Use same Python binary for test as in python mode (bug#70815)Mattias Engdegård2024-05-281-1/+3
* | Enhance 'python-shell-send-block' for convenienceLin Sun2024-05-261-2/+2
* | Merge from origin/emacs-29Eli Zaretskii2024-05-251-0/+10
|\ \ | |/
| * Fix Python font lock of chained assignment statementkobarity2024-05-241-0/+10
* | Enhance python-tests to adapt different Python interpreters (bug#70815)Lin Sun2024-05-231-42/+60
* | Support text overlays for thingatpt provider helpersJim Porter2024-05-201-1/+4
* | Improve fontification of Python assignments with type hintskobarity2024-05-181-0/+20
* | xref--group-name-for-display: Undo most of the latest changeDmitry Gutov2024-05-181-4/+1
* | ; Fix the xref--group-name-for-display testsDmitry Gutov2024-05-131-1/+4
* | Fix 'C-u C-x p g' globally and 'A' in dired-modeDmitry Gutov2024-05-121-0/+29
* | Improve indentation in 'lua-ts-mode' (bug#70785)john muhl2024-05-081-0/+40
* | ; Quietly skip 'lua-ts-mode' tests (bug#70786)john muhl2024-05-081-4/+4
* | project-find-regexp: Fix testDmitry Gutov2024-05-051-0/+1
* | New variable 'project-files-relative-names'Dmitry Gutov2024-05-051-0/+24
* | ; Fix last changeEli Zaretskii2024-05-021-3/+3
* | New function 'python-shell-send-block' for python-modeLin Sun2024-05-021-0/+27
* | ; Fix python test case for testing completion with ipythonLin Sun2024-05-021-1/+2
* | Add font-locking for typed parameters in python-ts-mode (bug#70665)Noah Peart2024-05-011-0/+3
* | Merge from origin/emacs-29Eli Zaretskii2024-04-271-0/+1
|\ \ | |/
| * Fix last changeEli Zaretskii2024-04-271-1/+1
| * ; Skip 'csharp-ts-mode' test if grammar is missingjohn muhl2024-04-271-0/+1
* | Merge from origin/emacs-29Eli Zaretskii2024-04-272-0/+54
|\ \ | |/
| * Fix last changeEli Zaretskii2024-04-253-30/+3
| * Fix indentation of if/else in 'csharp-ts-mode' (bug#70345)Jacob Leeming2024-04-252-0/+81
* | Fix which-function error in 'lua-ts-mode' (bug#70515)john muhl2024-04-252-0/+14
* | ; Remove comment in eglot-tests.elMichael Albinus2024-04-241-3/+0
* | Revert skip on eglot-tests.elMichael Albinus2024-04-231-1/+1
* | Eglot: robustify eglot-test-basic-symlink test (bug#70036)João Távora2024-04-231-11/+36
* | * test/lisp/progmodes/eglot-tests.el (eglot-test-basic-symlink): Skip on EMBA.Michael Albinus2024-04-231-0/+3
* | Add rust-ts-mode font-locking tests (bug#70464)Noah Peart2024-04-212-0/+59
* | ; On MS-Windows, skip eglot test that creates symlinksEli Zaretskii2024-04-201-0/+2
* | Eglot: tweak previous change (bug#70036)João Távora2024-04-191-3/+4
* | Make publishDiagnostics faster by using cached variableTheodor Thornhill2024-04-191-0/+22
* | (eglot--signal-textDocument/didChange): Fix testsStefan Monnier2024-04-181-1/+11
* | peg-tests.el: Fix test failuresStefan Monnier2024-04-131-8/+27