summaryrefslogtreecommitdiff
path: root/lisp/progmodes/go-ts-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Update go-ts-mode to support latest tree-sitter-go grammarYuan Fu2024-04-091-2/+11
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Add selector_expression indentation ruleTheodor Thornhill2023-06-231-0/+1
* Fix apostrophe handling in rust-ts-mode and go-ts-mode (Bug#63708)Йордан Миладинов2023-06-031-0/+1
* ; Minor doc cleanups in go-ts-mode.elEli Zaretskii2023-05-041-4/+3
* go-ts-mode: Use iota query only if supported (Bug#63086)Randy Taylor2023-05-041-1/+9
* Update ts modes missed in 4c16fd3a512 to use column-0Dmitry Gutov2023-03-041-1/+1
* Fix go-ts-mode multi-line string indentation (bug#61923)Yuan Fu2023-03-041-1/+2
* Revert previous change in go-ts-mode.elYuan Fu2023-03-031-1/+1
* * lisp/progmodes/go-ts-mode.el: Use treesit-language-available-p.Yuan Fu2023-03-011-1/+1
* Don’t signal warning when loading go-ts-mode.el without grammarYuan Fu2023-03-011-1/+1
* Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-281-3/+3
* 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