| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 1 | -40/+0 |
| | | |||||
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 1 | -3/+5 |
| | | |||||
| * | refactor: manual pre-cleanup | Pham Huy Hoang | 2024-01-19 | 1 | -0/+1 |
| | | | | | | Moving comments, adding `format-ignore` to lines that will be better with it | ||||
| * | feat: add indents for annotation defs (#4828) | Pham Huy Hoang | 2023-06-04 | 1 | -9/+14 |
| | | | | | - Add indent for `@interface` and `@Annotation(...)` - Add notes for indent queries | ||||
| * | use indent.X syntax for captures and properties of set directives | George Harker | 2023-03-24 | 1 | -6/+7 |
| | | | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment | ||||
| * | fix: Java indent for multiple line arguments (#4449) | Daniel Woznicki | 2023-03-06 | 1 | -1/+0 |
| | | | | | | | | | | * fix Java indent for multiple line arguments, fixes #4448, add an additional test for methods with arguments on multiple lines * Satisfy StyLua check --------- Co-authored-by: Daniel Woznicki <danwoz@nettoolkit.com> | ||||
| * | feat(java): distinguish escape sequences, move certain keywords to more ↵ | Amaan Qureshi | 2023-02-23 | 1 | -3/+1 |
| | | | | | appropriate places | ||||
| * | 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 |
