| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | java highlights: annotation type declaration and AT interface keyword | homedirectory | 2023-06-21 | 1 | -0/+3 |
| | | |||||
| * | 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 | ||||
| * | feat(java): add more foldable nodes | Gregg Jansen van Vüren | 2023-05-11 | 1 | -0/+2 |
| | | |||||
| * | fix(java): capture type parameter brackets as `@punctuation.delimiter` | Iron-E | 2023-05-04 | 1 | -0/+3 |
| | | | | It is currently highlighted as `@operator` | ||||
| * | feat(java): add basic folding (#4701) | Pham Huy Hoang | 2023-04-24 | 1 | -0/+5 |
| | | |||||
| * | 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: add `@comment.documentation` where applicable | Amaan Qureshi | 2023-03-05 | 1 | -0/+9 |
| | | |||||
| * | feat(java): some instances of definition.var should be definition.parameter | Amaan Qureshi | 2023-02-23 | 1 | -9/+21 |
| | | |||||
| * | feat(java): distinguish escape sequences, move certain keywords to more ↵ | Amaan Qureshi | 2023-02-23 | 3 | -131/+136 |
| | | | | | appropriate places | ||||
| * | highlights(java): fix '!',param,global group | Josef Litoš | 2022-12-19 | 1 | -2/+5 |
| | | |||||
| * | highlights: create subscoping for ternary operator | Stephan Seitz | 2022-12-02 | 1 | -1/+1 |
| | | | | | | | | | | | After https://github.com/nvim-treesitter/nvim-treesitter/issues/470, we decided to use `@conditional` for ternary operator instead of operator despite `@conditional` is documented for keywords only. A sub-scoping can make it easier for people to highlight this operator group differently. Also unify the usage of `@conditional...` across languages. | ||||
| * | highlights(java): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -13/+24 |
| | | |||||
| * | feat(spell): support more languages | Lewis Russell | 2022-09-26 | 1 | -1/+1 |
| | | |||||
| * | highlights(java): add "non-sealed" keyword | Stephan Seitz | 2022-08-23 | 1 | -0/+1 |
| | | |||||
| * | Modified queries/java/highlights.scm | anthony-S93 | 2022-08-22 | 1 | -0/+2 |
| | | |||||
| * | Split func/method definition from calls in several programming language queries | lfenzo | 2022-08-03 | 1 | -1/+1 |
| | | |||||
| * | highlights(java): add support for `text_block`s | Stephan Seitz | 2022-04-16 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | feat(java)(highlights): add missing highlights for `@type` | captainko | 2022-01-18 | 1 | -0/+6 |
| | | |||||
| * | highlights/injections/indents(java): comment -> line_comment,block_comment | Stephan Seitz | 2022-01-16 | 3 | -3/+6 |
| | | | | | Ref https://github.com/tree-sitter/tree-sitter-java/pull/93 | ||||
| * | Update queries | Santos Gallegos | 2021-12-22 | 1 | -3/+2 |
| | | | | | | - Don't use the old form for predicates - Update some invalid queries | ||||
| * | Prefer lua-match over match | Lewis Russell | 2021-11-23 | 1 | -3/+3 |
| | | | | | as string.find is much quicker than vim.regex:match* | ||||
| * | feat(keywords) merge return and yield into keyword.return group | antonk52 | 2021-07-04 | 1 | -4/+1 |
| | | |||||
| * | feat(keywords) add keyword.return & keyword.yield | antonk52 | 2021-07-04 | 1 | -2/+8 |
| | | |||||
| * | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | 2021-05-07 | 1 | -1/+1 |
| | | | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | ||||
| * | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | 2021-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc | ||||
| * | highlights(java): add new keyword "yield" | Stephan Seitz | 2021-04-17 | 1 | -0/+1 |
| | | | | | | https://github.com/tree-sitter/tree-sitter-java/pull/78 added support for enhanced switch statements | ||||
| * | Add support for Java records | Stephan Seitz | 2021-04-10 | 2 | -0/+7 |
| | | | | | Ref: https://github.com/tree-sitter/tree-sitter-java/pull/73 | ||||
| * | highlights(java): Highlight fields (members and member access) (#1107) | Stephan Seitz | 2021-03-26 | 1 | -0/+8 |
| | | |||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+1 |
| | | | | Closes #236 | ||||
| * | 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 |
| | | |||||
| * | highlights(java): Highlight spread parameters | Stephan Seitz | 2021-02-19 | 1 | -1/+5 |
| | | |||||
| * | highlights(java): fix constant highlighting (only UPPERCASE_LETTERS) | Stephan Seitz | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Ternary | Chinmay Dalal | 2020-11-19 | 1 | -1/+2 |
| | | |||||
| * | chore(java): remove duplicate line | Stephan Seitz | 2020-09-19 | 1 | -1/+0 |
| | | |||||
| * | Add @keyword.operator for operators that are English words and add ↵ | Stephan Seitz | 2020-09-19 | 1 | -6/+14 |
| | | | | | @exception for Java/JS | ||||
| * | Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages | Stephan Seitz | 2020-09-14 | 1 | -2/+5 |
| | | |||||
| * | ci: fix wrong queries | Thomas Vigouroux | 2020-09-11 | 1 | -3/+2 |
| | | |||||
| * | fix(queries): use vim-match for non lua regexes | Steven Sojka | 2020-08-16 | 1 | -1/+1 |
| | | |||||
| * | [java] Add label highlight | Chinmay Dalal | 2020-08-16 | 1 | -0/+4 |
| | | |||||
