summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Eglot: rework eglot-handle-request (bug#62116)João Távora2023-05-161-17/+25
* Fix regexp bugsMattias Engdegård2023-05-131-1/+1
* Eglot: support window/showRequest (bug#62116)Felicián Németh2023-05-131-1/+24
* CC Mode: Fontify function names after long stretches of macros.Alan Mackenzie2023-05-122-8/+15
* ; Fix byte-compilation warnings in --without-x buildEli Zaretskii2023-05-111-0/+1
* Merge branch 'emacs-29'Stefan Monnier2023-05-102-2/+11
|\
| * Make c-emacs-features use the proper binding of parse-sexp-lookup-propertiesAlan Mackenzie2023-05-101-79/+72
| * Fix indent for enums in csharp-modeTheodor Thornhill2023-05-061-0/+9
| * Teach c-ts-mode about the 'restrict' keywordEli Zaretskii2023-05-061-2/+2
* | Eglot: Replace eglot-execute-command with new eglot-executeJoão Távora2023-05-091-17/+18
* | Fix interactive forms in some Lisp packagesEli Zaretskii2023-05-063-5/+5
* | Merge from origin/emacs-29Dmitry Gutov2023-05-063-5/+22
|\ \ | |/
| * Eglot: re-rename eglot-upgrade to eglot-upgrade-eglotJoão Távora2023-05-051-1/+4
| * Improve VHDL mode highlightingCyril Arnould2023-05-051-1/+8
| * ; Minor doc cleanups in go-ts-mode.elEli Zaretskii2023-05-041-4/+3
| * Rename eglot-update to eglot-upgradeDmitry Gutov2023-05-041-1/+1
| * go-ts-mode: Use iota query only if supported (Bug#63086)Randy Taylor2023-05-041-1/+9
* | Fontify "extern foo ();" correctly inside a functionAlan Mackenzie2023-05-031-1/+5
* | Merge from origin/emacs-29Eli Zaretskii2023-05-021-15/+41
|\ \ | |/
| * Fix c-ts-mode--emacs-c-range-queryMichael Albinus2023-04-301-7/+8
| * ; Doc fix in c-ts-mode.elEli Zaretskii2023-04-301-1/+1
| * Fix FOR_EACH_TAIL fontification (bug#62951)Yuan Fu2023-04-291-8/+33
* | Revert "; * lisp/progmodes/c-ts-mode.el: allow loading file without treesit"Eli Zaretskii2023-05-021-8/+7
* | ; * lisp/progmodes/c-ts-mode.el: allow loading file without treesitMattias Engdegård2023-05-011-7/+8
* | Declare `cl-delete` to have important-return-value (bug#61730)Mattias Engdegård2023-05-011-2/+1
* | Eglot: bump to 1.15João Távora2023-04-291-1/+1
* | Eglot: unbreak for Emacs 26João Távora2023-04-291-2/+2
* | Improve call indentation for elixir-ts-modeWilhelm H Kirschbaum2023-04-291-1/+1
* | Add bitstring indentation and navigation for elixir-ts-modeWilhelm H Kirschbaum2023-04-291-1/+3
* | Merge from origin/emacs-29Eli Zaretskii2023-04-282-17/+25
|\ \ | |/
| * ; Fix byte-compilation warnings in c-ts-mode.elEli Zaretskii2023-04-281-0/+4
| * Skip over whitespace in annotation-top-cont check (bug#63141)Theodor Thornhill2023-04-281-1/+4
| * ; * lisp/progmodes/c-ts-mode.el: Fix comments and doc strings (bug#62951).Eli Zaretskii2023-04-281-16/+17
* | Use t for non-nil default values in boolean defcustom declarationsMattias Engdegård2023-04-281-1/+1
* | Merge from origin/emacs-29Po Lu2023-04-282-5/+121
|\ \ | |/
| * Eglot: explain how to update Eglot in manual (bug#62720)João Távora2023-04-281-2/+11
| * Eglot: fix edge case when deleting inlay hint overlaysJoão Távora2023-04-281-1/+13
| * Fix FOR_EACH_TAIL in c-ts-mode (bug#62951)Yuan Fu2023-04-271-2/+97
* | Improve docstring of python-indent-def-block-scalekobarity2023-04-221-1/+24
* | Add a new user option in Python mode to improve the indentationkobarity2023-04-221-7/+50
* | Merge from origin/emacs-29Eli Zaretskii2023-04-221-0/+5
|\ \ | |/
| * Add indentation style setting for c-ts-mode in .dir-locals.elEli Zaretskii2023-04-221-0/+5
* | project--read-project-buffer: Fixup default-directory if neededDmitry Gutov2023-04-221-7/+17
* | Merge from origin/emacs-29Eli Zaretskii2023-04-215-48/+71
|\ \ | |/
| * sql: add missing postgresql typesNicolas Martyanoff2023-04-201-8/+11
| * xref-search-program-alist: Fix searching larger file lists on MS WindowsDmitry Gutov2023-04-191-11/+17
| * ; Support 'dart-ts-mode' in EglotEli Zaretskii2023-04-181-2/+3
| * ; Fix typos in gdb-mi.elEli Zaretskii2023-04-181-1/+1
| * ; Eglot: fix a typo in a customization typeIdir Lankri2023-04-181-1/+1
| * Minor changes in c-ts-mode.el's support of DEFUNsEli Zaretskii2023-04-161-23/+36