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
/
kotlin
Age
Commit message (
Expand
)
Author
2022-10-15
highlights: use @preproc where appropriate
ObserverOfTime
2022-10-15
highlights(kotlin): add companion keyword
ObserverOfTime
2022-09-26
feat(spell): support more languages
Lewis Russell
2022-08-03
Split func/method definition from calls in lotlin highlighting queries
lfenzo
2022-01-08
fix(kotlin): use _import for type captures
Sal Bakraa
2022-01-08
fix(kotlin): use @attribute instead of @annotation
Sal Bakraa
2022-01-08
fix(kotlin): use correct node for when expression folds
Sal Bakraa
2022-01-08
fix(kotlin): fix typo in locals query
Sal Bakraa
2022-01-08
feat(kotlin): include a folds and a locals query
Sal Bakraa
2022-01-08
fix(kotlin): include regex in injections query
Sal Bakraa
2022-01-08
fix(kotlin): update highlights query to match new parser
Sal Bakraa
2021-09-18
Kotlin queries: Handle package statements
Joaquín León
2021-09-15
New kotlin parser
Joakker
2021-07-06
Use `@keyword.function` consistently
Sergio Alejandro Vargas
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-03-20
attribute in stead of annotation
Tormod Alf Try Tufteland
2021-03-20
kotlin: updated parser, and added annotation highlight again
Tormod Alf Try Tufteland
2021-03-16
Update Kotlin parser
Stephan Seitz
2021-03-12
Add comment parser to highlight comment tags (#893)
Santos Gallegos
2020-12-20
stricter regex kotlin constants
Tormod Alf Try Tufteland
2020-12-06
type and identifer defaults. fixed const keyword
Tormod Alf Try Tufteland
2020-12-06
@annotation -> @attribute
Tormod Alf Try Tufteland
2020-12-06
add more builtin functions
Tormod Alf Try Tufteland
2020-12-06
add readme and more correct highlight captures
Tormod Alf Try Tufteland
2020-12-06
move divide to punctiation.special
Tormod Alf Try Tufteland
2020-12-06
add kotlin parser and highligh-queries
Tormod Alf Try Tufteland