aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Fix last change in php-ts-mode.elMichael Albinus2025-09-161-1/+1
* ruby-syntax-propertize: Add exception for /=Dmitry Gutov2025-09-161-0/+1
* Fix tree-sitter ABI version incompatibility in php-ts-modeVincenzo Pupillo2025-09-151-1/+4
* Fix gdb-mi startup when asking user about debuginfodEli Zaretskii2025-09-141-1/+5
* Add support for PHP 8.5 in 'php-ts-mode.el'Vincenzo Pupillo2025-09-131-63/+105
* (scheme-mode-variables): Fix bug#79282Stefan Monnier2025-09-101-1/+3
* Better 'project-buffer' completion category defaults in Emacs <= 30Dmitry Gutov2025-09-101-3/+5
* ; * lisp/progmodes/project.el: Restore backward compatibility.Eshel Yaron2025-09-081-2/+3
* Make C-x v w w work in Log View mode, to change working directorySean Whitton2025-09-081-0/+22
* csharp-mode: indentation fixes (bug#79398)Jostein Kjønigsen2025-09-071-0/+3
* Fix grammar installation in elixir-ts-mode and heex-ts-modeRoi Martin2025-09-072-224/+220
* Fix font lock in go-ts-modeRoi Martin2025-09-071-114/+122
* Fix font lock and indentation in cmake-ts-modeRoi Martin2025-09-071-83/+99
* project--read-project-buffer: Fix creating new bufferDmitry Gutov2025-09-071-1/+2
* Fix nil value of 'elisp-flymake-byte-compile-executable'Spencer Baugh2025-09-061-14/+17
* Eglot: Really fix neocmakelsp invocationBrian Leung2025-09-061-1/+1
* Fix command keys in doc string of 'inferior-python-mode'Eli Zaretskii2025-09-061-1/+1
* "M-x lldb": bugfix source code location without columnGustav Hållberg2025-09-061-4/+7
* ; Fix 'elisp-flymake-byte-compile-executable' defcustomEli Zaretskii2025-09-051-1/+3
* Support completion category inheritanceEshel Yaron2025-09-031-0/+3
* Eglot: really fix bug#79259João Távora2025-09-031-2/+2
* ; Improve error message in elisp-mode.elEli Zaretskii2025-09-021-1/+2
* ; Fix last changeEli Zaretskii2025-09-021-5/+6
* Add 'elisp-flymake-byte-compile-executable' defcustomSpencer Baugh2025-09-021-1/+32
* Eglot: fix likely off-by-1 in LabelOffsetSupport feature (bug#79259)João Távora2025-08-301-1/+1
* Eglot: escape literal % characters in URIsSteven Allen2025-08-301-6/+1
* Fontify all comment delimiters in 'lua-ts-mode'john muhl2025-08-301-2/+5
* * lisp/progmodes/python.el: Use 'treesit-major-mode-remap-alist'.Juri Linkov2025-08-291-2/+9
* Make 'lua-prefix-key' option a 'key-sequence'john muhl2025-08-291-32/+31
* ruby-flymake-simple: Refine furtherDmitry Gutov2025-08-281-1/+1
* ; Various code cleanup in 'lua-mode' (Bug#79309)john muhl2025-08-271-56/+54
* ; ruby-flymake-simple: Only match relative file name (bug#79257)john muhl2025-08-271-1/+1
* Fix 'ruby-flymake-simple' for Ruby 3.4 (Bug#79257)john muhl2025-08-261-1/+1
* Pass remote name explicitly in bug-reference-try-setup-from-vc.Andre A. Gomes2025-08-251-1/+6
* * lisp/progmodes/lua-ts-mode.el: Simplify non-ts/ts mode mapping.Juri Linkov2025-08-251-15/+0
* Add warn to 'lua-mode' builtinsjohn muhl2025-08-251-1/+1
* ; Improve compliance of 'lua-mode'john muhl2025-08-251-389/+472
* ; Update comments & requires in 'lua-mode'john muhl2025-08-251-32/+27
* Remove trivial cl-* stuff from 'lua-mode'john muhl2025-08-251-5/+5
* Replace big regexps w/ rx expressions in 'lua-mode'john muhl2025-08-251-41/+38
* ; Adjust code style in 'lua-mode'john muhl2025-08-251-86/+76
* Remove unnecessary 'progn' in 'lua-mode'john muhl2025-08-251-8/+7
* Replace 1-armed 'if' with 'when' in 'lua-mode'john muhl2025-08-251-63/+63
* Prefer 'defvar-local' in 'lua-mode'john muhl2025-08-251-6/+3
* Remove unnecessary 'setq' from 'lua-mode'john muhl2025-08-251-38/+35
* Cleanup whitespace in 'lua-mode'john muhl2025-08-251-29/+0
* Cleanup defcustoms in 'lua-mode'john muhl2025-08-251-19/+22
* Remove unnecessary code from 'lua-mode'john muhl2025-08-251-20/+2
* Remove advice from 'lua-mode'john muhl2025-08-251-29/+0
* Use easy-menu in 'lua-mode'john muhl2025-08-251-37/+17