summaryrefslogtreecommitdiff
path: root/lisp/progmodes/go-ts-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Add more/finer faces for tree-sitterDmitry Gutov2023-02-251-6/+6
* go-ts-mode: Highlight variable declarationsDmitry Gutov2023-02-061-1/+7
* go-ts-mode: Fix highlighting of function name in call_expressionDmitry Gutov2023-02-061-6/+5
* ; go-ts-mode--indent-rules: Indent to 0 at top levelDmitry Gutov2023-02-051-0/+1
* Make highlighting more regular across TS modes (bug#61205)Dmitry Gutov2023-02-051-9/+17
* Fix switch statement indentation for go-ts-mode (bug#61238)Davide Masserut2023-02-041-0/+4
* Fix go-ts-mode indentation and set indent offset to 8 (Bug#61006)Randy Taylor2023-01-261-1/+3
* Make tree-sitter based modes optionalEli Zaretskii2023-01-201-6/+6
* Improve go-ts-mode Imenu, navigation and electric pair (bug#60407)Evgeni Kolev2023-01-081-40/+67
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Add go-ts-mode and go-mod-ts-mode (Bug#60025)Randy Taylor2022-12-151-0/+354