aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov2025-10-1617-40/+20
* ; * lisp/progmodes/c-ts-mode.el (c-ts-mode, c++-ts-mode): Improve docstrings.Juri Linkov2025-10-151-2/+2
* ; Refine a few 'elisp-*' faces for dark backgroundsEshel Yaron2025-10-151-4/+14
* ; Fix recently introduced uses of "ELisp".Sean Whitton2025-10-131-1/+1
* ; Improve 'elisp-unknown-call' face for dark backgroundsEshel Yaron2025-10-131-1/+4
* ; Improve documentation of semantic highlightingEli Zaretskii2025-10-131-52/+102
* ; Improve 'elisp-free/bound-variable' faces.Eshel Yaron2025-10-131-3/+3
* Merge branch 'feature/elisp-fontify-semantically'Eshel Yaron2025-10-121-1/+297
|\
| * ; elisp-mode.el: Improve consistency among face names.feature/elisp-fontify-semanticallyEshel Yaron2025-10-121-5/+5
| * ; elisp-scope.el: Clean up symbol role definitions.Eshel Yaron2025-10-121-3/+3
| * ; Fix typos in docstrings of some faces.Eshel Yaron2025-10-071-6/+6
| * ; Update a couple of face definitions for ELisp variablesEshel Yaron2025-10-061-2/+4
| * ; elisp-scope.el: Recognize special variable declarationsEshel Yaron2025-10-061-0/+3
| * ; Expand ELisp semantic highlighting documentationEshel Yaron2025-10-021-1/+15
| * ; Use 'font-lock-keywords' for ELisp semantic highlightingEshel Yaron2025-10-021-21/+8
| * ; elisp-scope.el: Rename 'declaration' role.Eshel Yaron2025-10-011-2/+2
| * ; Call it "symbol role" instead of "symbol type".Eshel Yaron2025-10-011-4/+4
| * ; Rename scope.el to elisp-scope.elEshel Yaron2025-09-291-4/+5
| * Add optional semantic highlighting for Emacs Lisp.Eshel Yaron2025-09-291-0/+289
* | (read-only-keymap-*): Be more careful with the namespaceStefan Monnier2025-10-121-1/+1
* | * lisp/progmodes/hideshow.el: Small improvements (bug#79585).Juri Linkov2025-10-111-3/+5
* | hideshow: Fix cursor when using end-of-line indicators.Elías Gabriel Pérez2025-10-111-4/+6
* | Eglot: Add LSP server for TOML.Pooya Moradi2025-10-111-0/+1
* | ; * lisp/progmodes/flymake.el (flymake-margin-indicators-string): Doc fix.Eli Zaretskii2025-10-101-2/+3
* | * lisp/progmodes/flymake.el: Improve flymake--resize-margins.Juri Linkov2025-10-091-9/+11
* | Use shorter margin indicators in flymake-mode (bug#76254)Juri Linkov2025-10-091-7/+18
* | Fix font lock in csharp-ts-modeRoi Martin2025-10-091-334/+343
* | Fix font lock in java-ts-modeRoi Martin2025-10-091-130/+138
* | Fix a regression introduced by Bug#79294 fixMichael Heerdegen2025-10-081-13/+13
* | (hs-hideable-region-p): Optimize the optimizationElijah Gabe Pérez2025-10-071-5/+3
* | hideshow.el: Minor optimizationsElías Gabriel Pérez2025-10-041-43/+53
* | Add 'auto-mode-alist' entry for ContainerfileAugusto Stoffel2025-10-041-1/+5
* | Eglot: make markup invisible instead of deleting it (bug#79552)Spencer Baugh2025-10-031-3/+8
* | ; project-prompt-project-name: Fix pcase usage.Sean Whitton2025-10-011-2/+2
* | VC: Allow deleting or moving current working treeSean Whitton2025-09-301-26/+41
|/
* Fix etags-regen-mode for remote projects (bug#79358)Liu Hui2025-09-291-13/+56
* peg.el: Fix bug#79502 a bit moreStefan Monnier2025-09-271-1/+8
* peg.el: Fix bug#79502Stefan Monnier2025-09-271-17/+5
* ; Avoid byte-compiler warnings in python.elEli Zaretskii2025-09-251-0/+2
* Fix infloop in python-ts-mode string fontification (bug#79457)Yuan Fu2025-09-241-6/+7
* Fix python-ts-mode font-lock breakage by grammar change (bug#79457)Yuan Fu2025-09-221-30/+37
* Fix font lock in php-ts-modeRoi Martin2025-09-221-242/+256
* Fix bootstrap and prevent browse-url from preloading numerous filesPo Lu2025-09-221-1/+1
* Support 'RET' for visiting URLs in read-only buffers (bug#74792)Juri Linkov2025-09-211-0/+1
* Suffix tree-sitter cache variables with "-cached"Roi Martin2025-09-213-30/+30
* * lisp/progmodes/js.el: Obsolete 'js--treesit-sexp-nodes'.Juri Linkov2025-09-201-31/+10
* Add hideable indicators for hideshow. (Bug#79294)Elías Gabriel Pérez2025-09-201-29/+252
* CC Mode: Don't indent a construct in a class after a templateAlan Mackenzie2025-09-192-1/+11
* Fix font lock and indentation in js-ts-modeRoi Martin2025-09-181-207/+224
* Fixes for csharp-ts-mode fontification (bug#79406)Jostein Kjønigsen2025-09-161-19/+70