| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | 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 | 1 | -0/+3 |
| | | | | | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | Java highlights/locals: Add catch_formal_parameter | Stephan Seitz | 2020-07-27 | 1 | -0/+2 |
| | | |||||
| * | Java highlights: Add highlight for this | Stephan Seitz | 2020-07-27 | 1 | -1/+1 |
| | | |||||
| * | Java highlights: Add binary integer literals | Stephan Seitz | 2020-07-01 | 1 | -0/+1 |
| | | |||||
| * | Java highlights: Add operators ":" "?" | Stephan Seitz | 2020-06-30 | 1 | -0/+2 |
| | | |||||
| * | Java highlights: Add parameter highlight for single-parameter lambdas | Stephan Seitz | 2020-06-30 | 1 | -1/+4 |
| | | |||||
| * | Add method reference operator | Chinmay Dalal | 2020-06-29 | 1 | -0/+1 |
| | | |||||
| * | Java highlights: Capture parameters in declaration (#93) | Chinmay Dalal | 2020-06-29 | 1 | -31/+64 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | Give credits | Chinmay Dalal | 2020-06-17 | 1 | -0/+2 |
| | | |||||
| * | Fix types | Chinmay Dalal | 2020-06-15 | 1 | -3/+3 |
| | | |||||
| * | Add operators | Chinmay | 2020-06-15 | 1 | -1/+27 |
| | | |||||
| * | Fix method highlighting | Chinmay | 2020-06-15 | 1 | -2/+2 |
| | | |||||
| * | Add highlights.scm and locals.scm | Chinmay | 2020-06-11 | 1 | -0/+146 |
