aboutsummaryrefslogtreecommitdiffstats
path: root/queries/java/highlights.scm
Commit message (Expand)AuthorAgeFilesLines
* bot(lockfile): update apex, editorconfig, elixir, ledger, markdown, markdown_...nvim-treesitter-bot[bot]2024-12-021-3/+0
* feat(highlights): capture wildcard patterns as `@character.special` (#7153)Omar Valdez2024-09-201-0/+2
* feat(highlights): capture wildcard imports as `@character.special`Omar Valdez2024-08-011-0/+4
* fix(java): compact constructor highlights (#6531)Brayden Zee2024-05-021-0/+3
* feat: more `@keyword.type` capturesRiley Bruins2024-05-011-4/+7
* feat(java): add when operator (#6420)Guilherme Soares2024-04-091-0/+1
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-211-3/+2
* feat(highlights)!: `@keyword.storage` → `@keyword.modifier`Jaehwang Jung2024-03-161-1/+1
* feat(highlights)!: keyword `@type.qualifier` → `@keyword.modifier`Jaehwang Jung2024-03-161-2/+2
* chore: query formattingPham Huy Hoang2024-01-191-39/+59
* feat!: align standard captures with upstreamChristian Clason2024-01-191-16/+16
* fix(java): move attributes after constantsObserverOfTime2023-12-041-9/+9
* feat(java): highlight `var` as `@type.builtin`Ibrahim Delice2023-10-131-0/+2
* fix(java): move @ to `@attribute`Ibrahim Delice2023-10-131-1/+2
* java(highlights): add missing import class pattern (#5483)Pham Huy Hoang2023-10-061-2/+2
* feat(java): add highlights to string interpolationPham Huy Hoang2023-08-181-0/+2
* java highlights: annotation type declaration and AT interface keywordhomedirectory2023-06-211-0/+3
* fix(java): capture type parameter brackets as `@punctuation.delimiter`Iron-E2023-05-041-0/+3
* feat: add `@comment.documentation` where applicableAmaan Qureshi2023-03-051-0/+9
* feat(java): distinguish escape sequences, move certain keywords to more appro...Amaan Qureshi2023-02-231-127/+131
* highlights(java): fix '!',param,global groupJosef Litoš2022-12-191-2/+5
* highlights: create subscoping for ternary operatorStephan Seitz2022-12-021-1/+1
* highlights(java): use more specific groupsObserverOfTime2022-11-261-13/+24
* feat(spell): support more languagesLewis Russell2022-09-261-1/+1
* highlights(java): add "non-sealed" keywordStephan Seitz2022-08-231-0/+1
* Modified queries/java/highlights.scmanthony-S932022-08-221-0/+2
* Split func/method definition from calls in several programming language querieslfenzo2022-08-031-1/+1
* highlights(java): add support for `text_block`sStephan Seitz2022-04-161-1/+1
* feat(java)(highlights): add missing highlights for `@type`captainko2022-01-181-0/+6
* highlights/injections/indents(java): comment -> line_comment,block_commentStephan Seitz2022-01-161-1/+4
* Prefer lua-match over matchLewis Russell2021-11-231-3/+3
* feat(keywords) merge return and yield into keyword.return groupantonk522021-07-041-4/+1
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-041-2/+8
* highlights(java): add new keyword "yield"Stephan Seitz2021-04-171-0/+1
* Add support for Java recordsStephan Seitz2021-04-101-0/+3
* highlights(java): Highlight fields (members and member access) (#1107)Stephan Seitz2021-03-261-0/+8
* highlights(java): Highlight spread parametersStephan Seitz2021-02-191-1/+5
* highlights(java): fix constant highlighting (only UPPERCASE_LETTERS)Stephan Seitz2021-02-191-1/+1
* TernaryChinmay Dalal2020-11-191-1/+2
* Add @keyword.operator for operators that are English words and add @exception...Stephan Seitz2020-09-191-6/+14
* Fix #307: Use and document TSVariable/TSVariableBuiltin in all languagesStephan Seitz2020-09-141-2/+5
* fix(queries): use vim-match for non lua regexesSteven Sojka2020-08-161-1/+1
* [java] Add label highlightChinmay Dalal2020-08-161-0/+4
* Java highlights/locals: Add catch_formal_parameterStephan Seitz2020-07-271-0/+2
* Java highlights: Add highlight for thisStephan Seitz2020-07-271-1/+1
* Java highlights: Add binary integer literalsStephan Seitz2020-07-011-0/+1
* Java highlights: Add operators ":" "?"Stephan Seitz2020-06-301-0/+2
* Java highlights: Add parameter highlight for single-parameter lambdasStephan Seitz2020-06-301-1/+4
* Add method reference operatorChinmay Dalal2020-06-291-0/+1
* Java highlights: Capture parameters in declaration (#93)Chinmay Dalal2020-06-291-31/+64