aboutsummaryrefslogtreecommitdiffstats
path: root/queries/kotlin
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix typosdundargoc2023-02-231-1/+1
|
* Update highlights.scmJosef Litoš2023-02-221-2/+2
|
* Update queries/kotlin/highlights.scmJosef Litoš2023-02-221-1/+1
| | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* feat(kotlin): improved highlight queriesJosefLitos2023-02-221-2/+5
|
* highlights(kotlin): fix function highlightsObserverOfTime2023-02-121-1/+5
|
* highlights(kotlin): package keyword and declarationAnanda Umamil2023-01-141-2/+2
|
* highlights(kotlin): use more specific groupsObserverOfTime2022-11-261-2/+5
|
* highlights: use @preproc where appropriateObserverOfTime2022-10-151-4/+3
|
* highlights(kotlin): add companion keywordObserverOfTime2022-10-151-0/+3
|
* feat(spell): support more languagesLewis Russell2022-09-261-0/+2
|
* Split func/method definition from calls in lotlin highlighting querieslfenzo2022-08-031-2/+2
|
* fix(kotlin): use _import for type capturesSal Bakraa2022-01-081-4/+4
|
* fix(kotlin): use @attribute instead of @annotationSal Bakraa2022-01-081-6/+6
|
* fix(kotlin): use correct node for when expression foldsSal Bakraa2022-01-081-1/+1
|
* fix(kotlin): fix typo in locals querySal Bakraa2022-01-081-1/+1
|
* feat(kotlin): include a folds and a locals querySal Bakraa2022-01-082-0/+100
|
* fix(kotlin): include regex in injections querySal Bakraa2022-01-081-0/+31
|
* fix(kotlin): update highlights query to match new parserSal Bakraa2022-01-081-161/+375
|
* Kotlin queries: Handle package statementsJoaquín León2021-09-181-0/+5
|
* New kotlin parserJoakker2021-09-151-157/+156
|
* Use `@keyword.function` consistentlySergio Alejandro Vargas2021-07-061-1/+1
|
* feat(keywords) merge return and yield into keyword.return groupantonk522021-07-041-3/+1
|
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-041-1/+4
|
* Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos2021-05-071-1/+1
| | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
* Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos2021-04-281-1/+1
| | | | | | | | | | | | * Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc
* attribute in stead of annotationTormod Alf Try Tufteland2021-03-201-3/+3
|
* kotlin: updated parser, and added annotation highlight againTormod Alf Try Tufteland2021-03-201-4/+7
|
* Update Kotlin parserStephan Seitz2021-03-161-3/+4
|
* Add comment parser to highlight comment tags (#893)Santos Gallegos2021-03-121-0/+1
| | | Closes #236
* stricter regex kotlin constantsTormod Alf Try Tufteland2020-12-201-2/+2
|
* type and identifer defaults. fixed const keywordTormod Alf Try Tufteland2020-12-061-21/+37
|
* @annotation -> @attributeTormod Alf Try Tufteland2020-12-061-2/+2
|
* add more builtin functionsTormod Alf Try Tufteland2020-12-061-62/+36
|
* add readme and more correct highlight capturesTormod Alf Try Tufteland2020-12-061-37/+71
|
* move divide to punctiation.specialTormod Alf Try Tufteland2020-12-061-2/+6
|
* add kotlin parser and highligh-queriesTormod Alf Try Tufteland2020-12-061-0/+158