aboutsummaryrefslogtreecommitdiffstats
path: root/queries/java/highlights.scm
Commit message (Collapse)AuthorAgeFilesLines
...
* Java highlights: Capture parameters in declaration (#93)Chinmay Dalal2020-06-291-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 creditsChinmay Dalal2020-06-171-0/+2
|
* Fix typesChinmay Dalal2020-06-151-3/+3
|
* Add operatorsChinmay2020-06-151-1/+27
|
* Fix method highlightingChinmay2020-06-151-2/+2
|
* Add highlights.scm and locals.scmChinmay2020-06-111-0/+146