index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Python font lock of chained assignment statement
kobarity
2024-05-24
1
-2
/
+1
*
Fix indentation of if/else in 'csharp-ts-mode' (bug#70345)
Jacob Leeming
2024-04-25
1
-1
/
+3
*
Fix python-ts-mode built-in functions and attributes (bug#70478)
Prateek Sharma
2024-04-21
1
-7
/
+9
*
Update go-ts-mode to support latest tree-sitter-go grammar
Yuan Fu
2024-04-09
1
-2
/
+11
*
Fix c++-ts-mode defun navigation (bug#65885)
Yuan Fu
2024-04-08
1
-1
/
+3
*
Make object init more robust (bug#69571)
Theodor Thornhill
2024-03-31
1
-1
/
+9
*
Add typescript-ts-mode indentation for interface bodies (bug#70023)
Noah Peart
2024-03-28
1
-0
/
+1
*
Tweak regexp for object initializers in csharp-mode (bug#69571)
Theodor Thornhill
2024-03-16
1
-2
/
+5
*
Fix infinite recursion in gdb-mi.el
Eli Zaretskii
2024-02-24
1
-2
/
+4
*
java-ts-mode: Indentation for opening brace on a separate line
Dmitry Gutov
2024-02-17
1
-4
/
+9
*
Handle typescript ts grammar breaking change for function_expression
Loïc Lemaître
2024-02-11
1
-174
/
+188
*
; Fix last change
Eli Zaretskii
2024-02-03
1
-2
/
+2
*
Fix incompatibility with tree-sitter-javascript >= 0.20.2
Vincenzo Pupillo
2024-02-03
1
-6
/
+21
*
eglot: Add nushell language server
nibon7
2024-02-02
1
-0
/
+1
*
eglot: Add php-ts-mode to eglot-server-programs
Piotr Kwiecinski
2024-02-02
1
-1
/
+1
*
Support kotlin-ts-mode in Eglot
dalu
2024-02-02
1
-1
/
+1
*
Simplify imenu setup for {cmake,dockerfile}-ts-modes
Randy Taylor
2024-01-26
2
-71
/
+22
*
; Fix typos in symbol names
Stefan Kangas
2024-01-14
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2024-01-11
1
-2
/
+2
*
; Add 2024 to copyright years
Po Lu
2024-01-02
97
-97
/
+97
*
Improve syntax highlighting for python-ts-mode
Denis Zubarev
2023-12-30
1
-62
/
+178
*
Fix python-ts-mode triple quote syntax (bug#67262)
Yuan Fu
2023-12-23
1
-0
/
+17
*
ruby-ts-mode: Fix indentation for string_array closer
Dmitry Gutov
2023-12-24
1
-2
/
+3
*
ruby-ts-mode: Fix an out-of-bounds error with heredoc at eob
Dmitry Gutov
2023-12-24
1
-2
/
+3
*
Correctly refontify changed region in tree-sitter modes (bug#66732)
Yuan Fu
2023-12-23
1
-12
/
+0
*
Fix c++-ts-mode indentation (bug#67975)
Yuan Fu
2023-12-22
1
-1
/
+1
*
Improve documentation of new native-compilation commands
Eli Zaretskii
2023-12-22
1
-6
/
+10
*
Eglot: Add Uiua language server
skykanin
2023-12-16
1
-1
/
+2
*
Eglot: Add ruff-lsp as an alternative Python server
Niall Dooley
2023-12-16
1
-1
/
+1
*
js-ts-mode: Fix font-lock rules conflict
Dmitry Gutov
2023-12-13
1
-18
/
+6
*
Add indentation rules for bracketless statements in js-ts-mode
Noah Peart
2023-12-12
1
-0
/
+5
*
Fix c-ts-mode bracketless indentation for BSD style (bug#66152)
Yuan Fu
2023-12-10
1
-7
/
+7
*
Add missing indent rules in c-ts-mode (bug#66152)
Augustin Chéneau
2023-12-10
1
-0
/
+2
*
python-ts-mode: Highlight default parameters
Maciej Kalandyk
2023-12-11
1
-1
/
+2
*
; * lisp/progmodes/c-ts-mode.el (c-ts-mode--else-heuristic): Doc fix.
Eli Zaretskii
2023-12-10
1
-2
/
+2
*
Fix c-ts-mode indent heuristic (bug#67417)
Yuan Fu
2023-12-10
1
-15
/
+15
*
Fix c-ts-mode indentation (bug#67357)
nverno
2023-12-10
1
-2
/
+21
*
Add font-locking for hash-bang lines in typescript-ts-mode.
nverno
2023-12-10
1
-1
/
+1
*
Add font-locking for hash-bang lines in js-ts-mode
nverno
2023-12-10
1
-1
/
+1
*
ruby-mode: Better detect regexp vs division (bug#67569)
Dmitry Gutov
2023-12-09
1
-3
/
+9
*
(rust-ts-mode): Set electric-indent-chars
Christophe TROESTLER
2023-12-08
1
-0
/
+4
*
js-ts-mode: Highlight function parameters inside destructuring
Dmitry Gutov
2023-12-08
1
-1
/
+4
*
js-ts-mode: Highlight property shorthands in assignments
Dmitry Gutov
2023-12-08
1
-2
/
+4
*
(js--treesit-font-lock-settings): Highlight parameters in function expression
Dmitry Gutov
2023-12-08
1
-8
/
+1
*
(js--treesit-font-lock-settings): Remove some duplicates
Dmitry Gutov
2023-12-08
1
-7
/
+1
*
; Fix typos
Stefan Kangas
2023-12-03
6
-8
/
+8
*
rust-ts-mode--comment-docstring: Handle block doc comments
Christophe Troestler
2023-12-03
1
-1
/
+1
*
rust-ts-mode--comment-docstring: Fix/improve the previous change
Christophe TROESTLER
2023-12-02
1
-3
/
+3
*
; Fix doc string punctuation in ruby-ts-mode.el.
Eli Zaretskii
2023-12-02
1
-2
/
+2
*
rust-ts-mode: appropriately fontify doc strings
Christophe Troestler
2023-12-02
1
-1
/
+12
[next]