index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
queries
/
java
Age
Commit message (
Expand
)
Author
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-04-04
Fixed incorrect Java indentation for method chaining
Daniel Woznicki
2022-03-01
Made block comment indent @auto so that new lines line up nicely with existin...
Daniel Woznicki
2022-03-01
Added catchall (ERROR) @auto rule for Java to at least attempt something reas...
Daniel Woznicki
2022-03-01
Modified Java indent rules to stop ignoring block comments because javadoc bl...
Daniel Woznicki
2022-03-01
Added fix for Java interfaces not being indented properly
Daniel Woznicki
2022-02-25
Fixed a bug where indentation was not correct for class/enum bodies that had ...
Daniel Woznicki
2022-02-25
Fixed a bug where Java enum body indentation was not correct
Daniel Woznicki
2022-02-25
Added fix for incorrect Java indentation after a closing "}" in a method decl...
Daniel Woznicki
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
2021-12-22
Update queries
Santos Gallegos
2021-11-23
Prefer lua-match over match
Lewis Russell
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-05-07
Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"
Santos Gallegos
2021-04-28
Comment: use `@combined` to create just one tree per buffer (#1252)
Santos Gallegos
2021-04-17
highlights(java): add new keyword "yield"
Stephan Seitz
2021-04-10
Add support for Java records
Stephan Seitz
2021-03-26
highlights(java): Highlight fields (members and member access) (#1107)
Stephan Seitz
2021-03-12
Add comment parser to highlight comment tags (#893)
Santos Gallegos
2021-03-01
feat: use @ignore for comments and multiline strings
elianiva
2021-02-21
add formal_parameters
elianiva
2021-02-21
feat: add java indent
elianiva
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
chore(java): remove duplicate line
Stephan Seitz
2020-09-19
Add @keyword.operator for operators that are English words and add @exception...
Stephan Seitz
2020-09-14
Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages
Stephan Seitz
2020-09-11
ci: fix wrong queries
Thomas Vigouroux
2020-08-16
fix(queries): use vim-match for non lua regexes
Steven Sojka
2020-08-16
[java] Add label highlight
Chinmay Dalal
2020-08-12
fix(java): add lambdas as a scope
Steven Sojka
2020-07-27
Java locals: use has-ancestor? to match imports
Stephan Seitz
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-27
Add Java locals
Chinmay Dalal
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
2020-06-17
Give credits
Chinmay Dalal
2020-06-17
Give credits
Chinmay Dalal
2020-06-15
Fix types
Chinmay Dalal
2020-06-15
Add operators
Chinmay
[next]