aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/rust-ts-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov2025-10-161-2/+1
* rust-ts-mode: handle invalid rust syntax without signalingSteven Allen2025-08-211-4/+5
* Silence byte-compile warnings when treesit is not availableJuri Linkov2025-08-181-1/+5
* New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov2025-08-141-2/+15
* Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov2025-06-201-5/+7
* Fix all issues for the case when tree-sitter is disabled.Juri Linkov2025-04-221-1/+2
* Fix tree-sitter ABI version incompatibility in rust-ts-modeJuri Linkov2025-04-221-1/+2
* Lock tree-sitter language grammars to verified versions.Juri Linkov2025-04-181-1/+6
* New hook 'outline-after-change-functions' (bug#77256).Juri Linkov2025-04-161-0/+10
* Add the treesit 'list' thing to csharp/go/php/rust-ts-mode (bug#73404)Juri Linkov2025-03-151-0/+34
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Add verified grammar version comment for tree-sitter modesYuan Fu2024-12-301-0/+9
* Declare tree-sitter functions with a new macroYuan Fu2024-12-121-10/+1
* Rust ts: fontify as type the possible suffix of number literalsChristophe Troestler2024-11-231-1/+36
* Set treesit-primary-parser for tree-sitter modesYuan Fu2024-10-141-1/+1
* Merge from savannah/emacs-30Po Lu2024-07-081-1/+1
|\
| * Checkdoc fixes in progmodesStefan Kangas2024-07-071-1/+1
* | Add a heuristic for type font-lock in rust-ts-mode (bug#69625)Yuan Fu2024-07-061-1/+5
|/
* Tighten regexp for rust-ts-mode keyword workaroundYuan Fu2024-05-011-1/+1
* Fix fontification for else in macro body in rust-ts-modeYuan Fu2024-05-011-1/+5
* Add font-locking for Rust macros (bug#70464)Noah Peart2024-04-211-6/+9
* Improve function signature font-lock rust-ts-mode (bug#70465)Noah Peart2024-04-211-1/+2
* Add Flymake backend to rust-ts-mode using ClippyDmitry Gutov2024-04-091-1/+79
* Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier2024-03-091-0/+2
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; * lisp/progmodes/rust-ts-mode.el: Escape asterisks in regexp.Mattias Engdegård2023-12-191-1/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-12-091-3/+7
|\ \ | |/
| * (rust-ts-mode): Set electric-indent-charsChristophe TROESTLER2023-12-081-0/+4
| * 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
* | Merge from origin/emacs-29Eli Zaretskii2023-12-021-1/+12
|\ \ | |/
| * rust-ts-mode: appropriately fontify doc stringsChristophe Troestler2023-12-021-1/+12
| * Backport: Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-07-301-5/+8
| * Revert "Fix some tree-sitter :match regexps"Basil L. Contovounesios2023-06-171-8/+5
| * Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-06-171-5/+8
* | Add prettify-symbols configuration to 'rust-ts-mode'Christophe Troestler2023-09-171-0/+24
* | Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-06-171-5/+8
|/
* Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios2023-06-131-6/+6
* ; Fix last changeEli Zaretskii2023-06-031-2/+4
* Fix apostrophe handling in rust-ts-mode and go-ts-mode (Bug#63708)Йордан Миладинов2023-06-031-2/+12
* Add missing indentation rule for rust-ts-mode (Bug#62109)Randy Taylor2023-03-111-0/+1
* Add missing rust-ts-mode highlight query for scoped_type_identifiersRandy Taylor2023-03-111-0/+1
* Change tree-sitter indent anchor 'point-min' to 'column-0'Yuan Fu2023-03-041-1/+1
* Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-281-21/+21
* Add more/finer faces for tree-sitterDmitry Gutov2023-02-251-28/+28
* ; * lisp/progmodes/rust-ts-mode.el (treesit-node-end): Declare.Eli Zaretskii2023-02-201-0/+1
* rust-ts-mode--font-lock-settings: Avoid the explicit 'default' faceDmitry Gutov2023-02-191-62/+47
* (rust-ts-mode--font-lock-settings): Highlight closure parametersDmitry Gutov2023-02-181-0/+1
* ; Fix typoStefan Kangas2023-02-151-1/+1