]> git.eshelyaron.com Git - emacs.git/commit
Fix switch statement indentation for go-ts-mode (bug#61238)
authorDavide Masserut <dm@mssdvd.com>
Thu, 2 Feb 2023 20:00:02 +0000 (21:00 +0100)
committerTheodor Thornhill <theo@thornhill.no>
Sat, 4 Feb 2023 18:26:05 +0000 (19:26 +0100)
commit89b550eac2909f1fcd7cc5eb3dfe81e853bf5ed0
tree16e9d11d0045c7b1e6bce7d6c7daedba4d8d56bf
parent1a123feb1815d6a2ee4ba6abb747fb62fd8b9e0f
Fix switch statement indentation for go-ts-mode (bug#61238)

* 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.
lisp/progmodes/go-ts-mode.el
test/lisp/progmodes/go-ts-mode-resources/indent.erts [new file with mode: 0644]
test/lisp/progmodes/go-ts-mode-tests.el [new file with mode: 0644]