summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/go-ts-mode-resources
Commit message (Collapse)AuthorAgeFilesLines
* Fix switch statement indentation for go-ts-mode (bug#61238)Davide Masserut2023-02-041-0/+47
* lisp/progmodes/go-ts-mode.el (go-ts-mode--indent-rules): Add indentation for type switch and select case blocks * test/lisp/progmodes/go-ts-mode-resources/indent.erts: New .erts file to test indentation of Go constructs and prevent regression of bug fixes. * test/lisp/progmodes/go-ts-mode-tests.el: New file with go-ts-mode tests.