aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prefer to run find and grep in parallel in rgrep (bug#71094)Spencer Baugh2024-07-031-4/+12
* Merge from savannah/emacs-30Po Lu2024-07-022-7/+4
|\
| * ; (grep-read-files): Fix completion tableEshel Yaron2024-07-021-3/+1
| * Remove a reference to a non-existant variable from a doc-stringAlan Mackenzie2024-07-011-4/+3
* | Merge from savannah/emacs-30Po Lu2024-06-306-5/+13
|\ \ | |/
| * Delete redundant mention of `with-eval-after-load'Stefan Kangas2024-06-291-1/+0
| * ; Fix typos in symbolsStefan Kangas2024-06-294-4/+4
| * Add jsdoc support to php-ts-mode in <script> elementVincenzo Pupillo2024-06-291-0/+9
* | Support grep.el better in `python-base-mode`Stefan Kangas2024-06-291-0/+10
* | ; Use 'keymap-set' in 'lua-ts-mode'john muhl2024-06-281-4/+4
|/
* ; Fix typo in lua-ts-mode.eljohn muhl2024-06-281-1/+1
* ; Add 'eglot-ensure' option to 'lua-ts-mode-hook'john muhl2024-06-281-1/+2
* (eval-last-sexp): Fix bug#71774Stefan Monnier2024-06-271-1/+4
* Do not prematurely truncate python eldoc stringJames Thomas2024-06-271-2/+0
* * lisp/progmodes/xref.el (xref-revert-buffer-restore-point): New function.Juri Linkov2024-06-271-1/+22
* Use 'revert-function' in *xref* bufferEshel Yaron2024-06-261-10/+7
* Doc fix in 'php-ts-mode'Vincenzo Pupillo2024-06-271-1/+2
* Add jsdoc support to js-ts-modeDamien Cassou2024-06-241-2/+52
* ; Fix typosStefan Kangas2024-06-233-4/+4
* ; Doc fix in 'php-ts-mode'.Eli Zaretskii2024-06-231-1/+1
* Colorize CSS property value like `css--fontify-region'Vincenzo Pupillo2024-06-231-3/+41
* Fix 'Customize' menu entry for 'php-ts-mode'Vincenzo Pupillo2024-06-231-1/+1
* Fix for grammar change of keyword "virtual" in tree-sitter-cppVincenzo Pupillo2024-06-221-2/+3
* Allow to expand truncated long lines in *Compilation* buffersEli Zaretskii2024-06-221-0/+3
* Eglot: Fix command execution (bug#71642)Troy Brown2024-06-221-3/+12
* Support for indentation of PHP alternative syntax control structuresVincenzo Pupillo2024-06-221-0/+6
* Fix font lock regex for user defined constant in PHPVincenzo Pupillo2024-06-221-1/+1
* Make Compilation mode recognize non-legacy Kotlin/Gradle errorsRudolf Adamkovič2024-06-221-3/+21
* ; Translate comment to EnglishStefan Kangas2024-06-161-1/+1
* ; Fix typosStefan Kangas2024-06-163-10/+10
* Fix 'wrong-type-argument' in 'php-ts-mode--webserver-read-args'Vincenzo Pupillo2024-06-151-3/+7
* Avoid byte-compilation warnings in php-ts-modeEli Zaretskii2024-06-151-0/+3
* Fix problem with recently-added defcustom'sEli Zaretskii2024-06-151-6/+6
* Allow escape sequences in Python promptskobarity2024-06-151-2/+7
* typescript/tsx-ts-mode: Indentation for type parametersArsen Arsenović2024-06-151-0/+1
* * lisp/progmodes/project.el: Bump the versionDmitry Gutov2024-06-141-1/+1
* Fix file listing in submodules with project-files-relative-names=tPär Bohrarper2024-06-141-4/+10
* ;cperl-mode.el: Avoid false positives when parsing new Perl syntaxHarald Jörg2024-06-131-4/+4
* php-ts-mode: minor fixesMattias Engdegård2024-06-131-3/+3
* Add php-ts-modeVincenzo Pupillo2024-06-121-0/+1647
* ; Silence a byte-compiler warning in typescript-ts-mode.elAndrea Corallo2024-06-101-0/+1
* cperl-mode: fix doc string escapingMattias Engdegård2024-06-101-1/+1
* ; Avoid byte-compilation warning in cperl-mode.elEli Zaretskii2024-06-101-1/+1
* cperl-mode.el: Update for the current Perl version 5.040Harald Jörg2024-06-101-17/+427
* Fix hiding a Python block ending with a commentkobarity2024-06-091-1/+2
* Add typescript-ts-mode indentation for multi-assignment declsNoah Peart2024-06-091-1/+13
* project-list-buffers-ibuffer: Handle the FILES-ONLY argumentDmitry Gutov2024-06-091-5/+8
* Support Ibuffer in project-list-buffersmikpom2024-06-091-19/+40
* Fix Python mode error caused by incorrect indentationkobarity2024-06-081-1/+1
* Eglot: better fix for bug#70724João Távora2024-06-061-10/+11