aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into scratch/pkgGerd Möllmann2023-12-1919-195/+154
|\
| * Merge from origin/emacs-29Eli Zaretskii2023-12-164-27/+23
| |\
| | * Eglot: Add ruff-lsp as an alternative Python serverNiall Dooley2023-12-161-1/+1
| | * js-ts-mode: Fix font-lock rules conflictDmitry Gutov2023-12-131-18/+6
| | * Add indentation rules for bracketless statements in js-ts-modeNoah Peart2023-12-121-0/+5
| | * Fix c-ts-mode bracketless indentation for BSD style (bug#66152)Yuan Fu2023-12-101-7/+7
| | * Add missing indent rules in c-ts-mode (bug#66152)Augustin Chéneau2023-12-101-0/+2
| | * python-ts-mode: Highlight default parametersMaciej Kalandyk2023-12-111-1/+2
| * | Fix comint-next/previous-prompt in lua-ts-modejohn muhl2023-12-161-1/+0
| * | Fix: add comint hook locally in lua-ts-inferior-luanverno2023-12-161-4/+3
| * | ruby-syntax-methods-before-regexp: Drop this whitelistDmitry Gutov2023-12-161-21/+11
| * | Eglot: use new jsonrpc-autoport-bootstrapJoão Távora2023-12-141-65/+8
| * | Eglot: beware activation in fundamental-modeJoão Távora2023-12-141-7/+9
| * | project-any-command: Use 'project-aware'Dmitry Gutov2023-12-111-2/+2
| * | Mark `;#@` as :safe for asm-comment-charStefan Kangas2023-12-101-2/+6
| * | Merge from origin/emacs-29Eli Zaretskii2023-12-104-22/+47
| |\ \ | | |/
| | * ; * lisp/progmodes/c-ts-mode.el (c-ts-mode--else-heuristic): Doc fix.Eli Zaretskii2023-12-101-2/+2
| | * Fix c-ts-mode indent heuristic (bug#67417)Yuan Fu2023-12-101-15/+15
| | * Fix c-ts-mode indentation (bug#67357)nverno2023-12-101-2/+21
| | * Add font-locking for hash-bang lines in typescript-ts-mode.nverno2023-12-101-1/+1
| | * Add font-locking for hash-bang lines in js-ts-modenverno2023-12-101-1/+1
| | * ruby-mode: Better detect regexp vs division (bug#67569)Dmitry Gutov2023-12-091-3/+9
| * | ; Fix a few more typosStefan Kangas2023-12-101-1/+1
| * | ; Fix typosStefan Kangas2023-12-103-7/+7
| * | Tweak doc of `analyze-text-conversion` vs `post-self-insert-hook`Stefan Monnier2023-12-091-0/+3
| * | ; * lisp/progmodes/gud.el (lldb): Fix trailing whitespace.Eli Zaretskii2023-12-091-1/+1
| * | Merge from origin/emacs-29Eli Zaretskii2023-12-098-28/+24
| |\ \ | | |/
| | * (rust-ts-mode): Set electric-indent-charsChristophe TROESTLER2023-12-081-0/+4
| | * js-ts-mode: Highlight function parameters inside destructuringDmitry Gutov2023-12-081-1/+4
| | * js-ts-mode: Highlight property shorthands in assignmentsDmitry Gutov2023-12-081-2/+4
| | * (js--treesit-font-lock-settings): Highlight parameters in function expressionDmitry Gutov2023-12-081-8/+1
| | * (js--treesit-font-lock-settings): Remove some duplicatesDmitry Gutov2023-12-081-7/+1
| | * ; Fix typosStefan Kangas2023-12-036-8/+8
| | * rust-ts-mode--comment-docstring: Handle block doc commentsChristophe Troestler2023-12-031-1/+1
| | * rust-ts-mode--comment-docstring: Fix/improve the previous changeChristophe TROESTLER2023-12-021-3/+3
| * | ; * lisp/progmodes/project.el (project-any-command): Fix last changeSean Whitton2023-12-081-1/+1
| * | project-any-command: Change the method for passing project rootDmitry Gutov2023-12-081-12/+10
| * | Eglot: unbreak <host>:<port> spec in C-u M-x eglot (bug#67682)João Távora2023-12-081-7/+11
* | | Display a message for an unknown package during evalGerd Möllmann2023-12-191-2/+4
* | | No package warnings when eval'ing elispGerd Möllmann2023-12-181-4/+2
* | | Elisp evaluationGerd Möllmann2023-12-181-11/+31
|/ /
* | Merge from origin/emacs-29Eli Zaretskii2023-12-023-3/+17
|\ \ | |/
| * ; Fix doc string punctuation in ruby-ts-mode.el.Eli Zaretskii2023-12-021-2/+2
| * rust-ts-mode: appropriately fontify doc stringsChristophe Troestler2023-12-021-1/+12
| * Fix typescript-ts-mode indentation for switch statementsnverno2023-11-291-0/+3
* | Merge from origin/emacs-29Eli Zaretskii2023-12-021-0/+17
|\ \ | |/
| * ; Fix recent change in 'c-ts-mode'Eli Zaretskii2023-11-271-3/+3
| * Fix c-ts-mode indentation after if/else (bug#67417)Yuan Fu2023-11-261-0/+16
| * Fix indentation for else clause in c-ts-mode (bug#67417)Yuan Fu2023-11-261-0/+1
* | ; Fix last change.Eli Zaretskii2023-12-021-1/+2