summaryrefslogtreecommitdiff
path: root/tests/indent/go_spec.lua
AgeCommit message (Collapse)Author
2022-07-08fix(go): indent const declarationkiyan
https://github.com/nvim-treesitter/nvim-treesitter/issues/3104
2022-04-18test(go): add cases for newlines de-indentationAkin Sowemimo
test(go): combine new indent test cases test(go): add incorrect indent after var closing ) this case does not work correctly already so add that in since this PR does not address that case test(go): set current lines in indent test test(go): simplify test case
2022-02-06test(indent): fix typosMunif Tanjim
2022-02-05indents(go): add testsStephan Seitz