| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-26 | feat(spell): support more languages | Lewis Russell | |
| 2022-08-23 | highlights(java): add "non-sealed" keyword | Stephan Seitz | |
| 2022-08-22 | Modified queries/java/highlights.scm | anthony-S93 | |
| 2022-08-03 | Split func/method definition from calls in several programming language queries | lfenzo | |
| 2022-04-16 | highlights(java): add support for `text_block`s | Stephan Seitz | |
| 2022-01-18 | feat(java)(highlights): add missing highlights for `@type` | captainko | |
| 2022-01-16 | highlights/injections/indents(java): comment -> line_comment,block_comment | Stephan Seitz | |
| Ref https://github.com/tree-sitter/tree-sitter-java/pull/93 | |||
| 2021-11-23 | Prefer lua-match over match | Lewis Russell | |
| as string.find is much quicker than vim.regex:match* | |||
| 2021-07-04 | feat(keywords) merge return and yield into keyword.return group | antonk52 | |
| 2021-07-04 | feat(keywords) add keyword.return & keyword.yield | antonk52 | |
| 2021-04-17 | highlights(java): add new keyword "yield" | Stephan Seitz | |
| https://github.com/tree-sitter/tree-sitter-java/pull/78 added support for enhanced switch statements | |||
| 2021-04-10 | Add support for Java records | Stephan Seitz | |
| Ref: https://github.com/tree-sitter/tree-sitter-java/pull/73 | |||
| 2021-03-26 | highlights(java): Highlight fields (members and member access) (#1107) | Stephan Seitz | |
| 2021-02-19 | highlights(java): Highlight spread parameters | Stephan Seitz | |
| 2021-02-19 | highlights(java): fix constant highlighting (only UPPERCASE_LETTERS) | Stephan Seitz | |
| 2020-11-19 | Ternary | Chinmay Dalal | |
| 2020-09-19 | Add @keyword.operator for operators that are English words and add ↵ | Stephan Seitz | |
| @exception for Java/JS | |||
| 2020-09-14 | Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages | Stephan Seitz | |
| 2020-08-16 | fix(queries): use vim-match for non lua regexes | Steven Sojka | |
| 2020-08-16 | [java] Add label highlight | Chinmay Dalal | |
| 2020-07-27 | Java highlights/locals: Add catch_formal_parameter | Stephan Seitz | |
| 2020-07-27 | Java highlights: Add highlight for this | Stephan Seitz | |
| 2020-07-01 | Java highlights: Add binary integer literals | Stephan Seitz | |
| 2020-06-30 | Java highlights: Add operators ":" "?" | Stephan Seitz | |
| 2020-06-30 | Java highlights: Add parameter highlight for single-parameter lambdas | Stephan Seitz | |
| 2020-06-29 | Add method reference operator | Chinmay Dalal | |
| 2020-06-29 | Java highlights: Capture parameters in declaration (#93) | Chinmay Dalal | |
| * Capture parameters in declaration * Refactor (new syntax) * Fix spaces * Fix capture (java method parameters) * Improve java parameter capture * Fix bracket and whitespace * Fix java query * Fix java query Co-authored-by: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> * Add capture for lambda parameters, remove redundant captures, add -> operator * Previous commit wasn't saved properly * Fix formatting * Changes suggested in PR https://github.com/nvim-treesitter/nvim-treesitter/pull/93#pullrequestreview-435630553 * Add bitwise operators * Re-add builtin operators * remove left shift, add ^= * Add &= and |= * remove @variable * Remove duplicate Co-authored-by: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | |||
| 2020-06-17 | Give credits | Chinmay Dalal | |
| 2020-06-15 | Fix types | Chinmay Dalal | |
| 2020-06-15 | Add operators | Chinmay | |
| 2020-06-15 | Fix method highlighting | Chinmay | |
| 2020-06-11 | Add highlights.scm and locals.scm | Chinmay | |
