summaryrefslogtreecommitdiff
path: root/queries/java/indents.scm
AgeCommit message (Collapse)Author
2022-04-04Fixed incorrect Java indentation for method chainingDaniel Woznicki
2022-03-01Made block comment indent @auto so that new lines line up nicely with ↵Daniel Woznicki
existing comment block Previous indentation: /** * */ New indentation: /** * */
2022-03-01Added catchall (ERROR) @auto rule for Java to at least attempt something ↵Daniel Woznicki
reasonable when the tree is in a broken state
2022-03-01Modified Java indent rules to stop ignoring block comments because javadoc ↵Daniel Woznicki
blocks were defaulting to indent 0
2022-03-01Added fix for Java interfaces not being indented properlyDaniel Woznicki
2022-02-25Fixed a bug where indentation was not correct for class/enum bodies that had ↵Daniel Woznicki
an annotation
2022-02-25Fixed a bug where Java enum body indentation was not correctDaniel Woznicki
Added test for Java enum indentation
2022-02-25Added fix for incorrect Java indentation after a closing "}" in a method ↵Daniel Woznicki
declaration Added tests for Java indentation, including one for issue 2571
2022-01-16highlights/injections/indents(java): comment -> line_comment,block_commentStephan Seitz
Ref https://github.com/tree-sitter/tree-sitter-java/pull/93
2021-03-01feat: use @ignore for comments and multiline stringselianiva
2021-02-21add formal_parameters elianiva
as suggested by p00f Co-authored-by: Chinmay Dalal <chinmay.dalal.22012001@gmail.com>
2021-02-21feat: add java indentelianiva