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