summaryrefslogtreecommitdiff
path: root/queries/java
AgeCommit message (Collapse)Author
2020-06-30Java highlights: Add operators ":" "?"Stephan Seitz
2020-06-30Java highlights: Add parameter highlight for single-parameter lambdasStephan Seitz
2020-06-29Add method reference operatorChinmay Dalal
2020-06-29Java 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-17Give creditsChinmay Dalal
2020-06-17Give creditsChinmay Dalal
2020-06-15Fix typesChinmay Dalal
2020-06-15Add operatorsChinmay
2020-06-15Fix method highlightingChinmay
2020-06-11Add highlights.scm and locals.scmChinmay