summaryrefslogtreecommitdiff
path: root/lisp/progmodes/rust-ts-mode.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* (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
* 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
* 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
* Fix rust-ts-mode type and module highlighting (Bug#61302)Randy Taylor2023-02-141-16/+72
* rust-ts-mode: Highlight variable reassignmentsDmitry Gutov2023-02-141-7/+12
* rust-ts-mode: Fix highlighting of function name in call_expressionDmitry Gutov2023-02-051-6/+5
* rust-ts-mode--font-lock-settings: Improve consistencyDmitry Gutov2023-02-051-4/+1
* ; Fix byte-compilation warningEli Zaretskii2023-02-051-0/+1
* rust-ts-mode: Highlight variable declarationsDmitry Gutov2023-02-051-7/+15
* rust-ts-mode--indent-rules: Indent to 0 at top levelDmitry Gutov2023-02-051-0/+1
* Highlight more complex function parametersDmitry Gutov2023-02-051-3/+13
* Make highlighting more regular across TS modes (bug#61205)Dmitry Gutov2023-02-051-14/+21
* ; Fix build and startup without tree-sitterEli Zaretskii2023-01-301-0/+1
* Fix <> syntax in rust-ts-modeYuan Fu2023-01-291-0/+26
* Move c-like common utils into own library (bug#60961)Theodor Thornhill2023-01-211-4/+4
* Make tree-sitter based modes optionalEli Zaretskii2023-01-201-3/+3
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Update tree-sitter major modes to use the new Imenu facilityYuan Fu2022-12-271-52/+7
* Add comment indent and filling to other tree-sitter major modesYuan Fu2022-12-261-9/+5
* Support treesit-defun-name in tree-sitter major modesYuan Fu2022-12-241-25/+30
* Add rust-ts-mode (Bug#60136)Randy Taylor2022-12-171-0/+371