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
/
rust-ts-mode.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
(rust-ts-mode): Set electric-indent-chars
Christophe TROESTLER
2023-12-08
1
-0
/
+4
*
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
*
rust-ts-mode: appropriately fontify doc strings
Christophe Troestler
2023-12-02
1
-1
/
+12
*
Backport: Fix some tree-sitter :match regexps
Basil L. Contovounesios
2023-07-30
1
-5
/
+8
*
Revert "Fix some tree-sitter :match regexps"
Basil L. Contovounesios
2023-06-17
1
-8
/
+5
*
Fix some tree-sitter :match regexps
Basil L. Contovounesios
2023-06-17
1
-5
/
+8
*
Fix bol/bos anchors in tree-sitter :match regexps
Basil L. Contovounesios
2023-06-13
1
-6
/
+6
*
; Fix last change
Eli Zaretskii
2023-06-03
1
-2
/
+4
*
Fix apostrophe handling in rust-ts-mode and go-ts-mode (Bug#63708)
Йордан Миладинов
2023-06-03
1
-2
/
+12
*
Add missing indentation rule for rust-ts-mode (Bug#62109)
Randy Taylor
2023-03-11
1
-0
/
+1
*
Add missing rust-ts-mode highlight query for scoped_type_identifiers
Randy Taylor
2023-03-11
1
-0
/
+1
*
Change tree-sitter indent anchor 'point-min' to 'column-0'
Yuan Fu
2023-03-04
1
-1
/
+1
*
Rename the newly added -ref- faces to -use-
Dmitry Gutov
2023-02-28
1
-21
/
+21
*
Add more/finer faces for tree-sitter
Dmitry Gutov
2023-02-25
1
-28
/
+28
*
; * lisp/progmodes/rust-ts-mode.el (treesit-node-end): Declare.
Eli Zaretskii
2023-02-20
1
-0
/
+1
*
rust-ts-mode--font-lock-settings: Avoid the explicit 'default' face
Dmitry Gutov
2023-02-19
1
-62
/
+47
*
(rust-ts-mode--font-lock-settings): Highlight closure parameters
Dmitry Gutov
2023-02-18
1
-0
/
+1
*
; Fix typo
Stefan Kangas
2023-02-15
1
-1
/
+1
*
Fix rust-ts-mode type and module highlighting (Bug#61302)
Randy Taylor
2023-02-14
1
-16
/
+72
*
rust-ts-mode: Highlight variable reassignments
Dmitry Gutov
2023-02-14
1
-7
/
+12
*
rust-ts-mode: Fix highlighting of function name in call_expression
Dmitry Gutov
2023-02-05
1
-6
/
+5
*
rust-ts-mode--font-lock-settings: Improve consistency
Dmitry Gutov
2023-02-05
1
-4
/
+1
*
; Fix byte-compilation warning
Eli Zaretskii
2023-02-05
1
-0
/
+1
*
rust-ts-mode: Highlight variable declarations
Dmitry Gutov
2023-02-05
1
-7
/
+15
*
rust-ts-mode--indent-rules: Indent to 0 at top level
Dmitry Gutov
2023-02-05
1
-0
/
+1
*
Highlight more complex function parameters
Dmitry Gutov
2023-02-05
1
-3
/
+13
*
Make highlighting more regular across TS modes (bug#61205)
Dmitry Gutov
2023-02-05
1
-14
/
+21
*
; Fix build and startup without tree-sitter
Eli Zaretskii
2023-01-30
1
-0
/
+1
*
Fix <> syntax in rust-ts-mode
Yuan Fu
2023-01-29
1
-0
/
+26
*
Move c-like common utils into own library (bug#60961)
Theodor Thornhill
2023-01-21
1
-4
/
+4
*
Make tree-sitter based modes optional
Eli Zaretskii
2023-01-20
1
-3
/
+3
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Update tree-sitter major modes to use the new Imenu facility
Yuan Fu
2022-12-27
1
-52
/
+7
*
Add comment indent and filling to other tree-sitter major modes
Yuan Fu
2022-12-26
1
-9
/
+5
*
Support treesit-defun-name in tree-sitter major modes
Yuan Fu
2022-12-24
1
-25
/
+30
*
Add rust-ts-mode (Bug#60136)
Randy Taylor
2022-12-17
1
-0
/
+371