summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Fix Python font lock of chained assignment statementkobarity2024-05-241-2/+1
* Fix indentation of if/else in 'csharp-ts-mode' (bug#70345)Jacob Leeming2024-04-251-1/+3
* Fix python-ts-mode built-in functions and attributes (bug#70478)Prateek Sharma2024-04-211-7/+9
* Update go-ts-mode to support latest tree-sitter-go grammarYuan Fu2024-04-091-2/+11
* Fix c++-ts-mode defun navigation (bug#65885)Yuan Fu2024-04-081-1/+3
* Make object init more robust (bug#69571)Theodor Thornhill2024-03-311-1/+9
* Add typescript-ts-mode indentation for interface bodies (bug#70023)Noah Peart2024-03-281-0/+1
* Tweak regexp for object initializers in csharp-mode (bug#69571)Theodor Thornhill2024-03-161-2/+5
* Fix infinite recursion in gdb-mi.elEli Zaretskii2024-02-241-2/+4
* java-ts-mode: Indentation for opening brace on a separate lineDmitry Gutov2024-02-171-4/+9
* Handle typescript ts grammar breaking change for function_expressionLoïc Lemaître2024-02-111-174/+188
* ; Fix last changeEli Zaretskii2024-02-031-2/+2
* Fix incompatibility with tree-sitter-javascript >= 0.20.2Vincenzo Pupillo2024-02-031-6/+21
* eglot: Add nushell language servernibon72024-02-021-0/+1
* eglot: Add php-ts-mode to eglot-server-programsPiotr Kwiecinski2024-02-021-1/+1
* Support kotlin-ts-mode in Eglotdalu2024-02-021-1/+1
* Simplify imenu setup for {cmake,dockerfile}-ts-modesRandy Taylor2024-01-262-71/+22
* ; Fix typos in symbol namesStefan Kangas2024-01-141-1/+1
* ; Fix typosStefan Kangas2024-01-111-2/+2
* ; Add 2024 to copyright yearsPo Lu2024-01-0297-97/+97
* Improve syntax highlighting for python-ts-modeDenis Zubarev2023-12-301-62/+178
* Fix python-ts-mode triple quote syntax (bug#67262)Yuan Fu2023-12-231-0/+17
* ruby-ts-mode: Fix indentation for string_array closerDmitry Gutov2023-12-241-2/+3
* ruby-ts-mode: Fix an out-of-bounds error with heredoc at eobDmitry Gutov2023-12-241-2/+3
* Correctly refontify changed region in tree-sitter modes (bug#66732)Yuan Fu2023-12-231-12/+0
* Fix c++-ts-mode indentation (bug#67975)Yuan Fu2023-12-221-1/+1
* Improve documentation of new native-compilation commandsEli Zaretskii2023-12-221-6/+10
* Eglot: Add Uiua language serverskykanin2023-12-161-1/+2
* 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
* ; * 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
* (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
* ; 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