| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: fix typos | dundargoc | 2023-02-23 | 1 | -1/+1 |
| | | |||||
| * | Update highlights.scm | Josef Litoš | 2023-02-22 | 1 | -2/+2 |
| | | |||||
| * | Update queries/kotlin/highlights.scm | Josef Litoš | 2023-02-22 | 1 | -1/+1 |
| | | | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | ||||
| * | feat(kotlin): improved highlight queries | JosefLitos | 2023-02-22 | 1 | -2/+5 |
| | | |||||
| * | highlights(kotlin): fix function highlights | ObserverOfTime | 2023-02-12 | 1 | -1/+5 |
| | | |||||
| * | highlights(kotlin): package keyword and declaration | Ananda Umamil | 2023-01-14 | 1 | -2/+2 |
| | | |||||
| * | highlights(kotlin): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -2/+5 |
| | | |||||
| * | highlights: use @preproc where appropriate | ObserverOfTime | 2022-10-15 | 1 | -4/+3 |
| | | |||||
| * | highlights(kotlin): add companion keyword | ObserverOfTime | 2022-10-15 | 1 | -0/+3 |
| | | |||||
| * | feat(spell): support more languages | Lewis Russell | 2022-09-26 | 1 | -0/+2 |
| | | |||||
| * | Split func/method definition from calls in lotlin highlighting queries | lfenzo | 2022-08-03 | 1 | -2/+2 |
| | | |||||
| * | fix(kotlin): use _import for type captures | Sal Bakraa | 2022-01-08 | 1 | -4/+4 |
| | | |||||
| * | fix(kotlin): use @attribute instead of @annotation | Sal Bakraa | 2022-01-08 | 1 | -6/+6 |
| | | |||||
| * | fix(kotlin): use correct node for when expression folds | Sal Bakraa | 2022-01-08 | 1 | -1/+1 |
| | | |||||
| * | fix(kotlin): fix typo in locals query | Sal Bakraa | 2022-01-08 | 1 | -1/+1 |
| | | |||||
| * | feat(kotlin): include a folds and a locals query | Sal Bakraa | 2022-01-08 | 2 | -0/+100 |
| | | |||||
| * | fix(kotlin): include regex in injections query | Sal Bakraa | 2022-01-08 | 1 | -0/+31 |
| | | |||||
| * | fix(kotlin): update highlights query to match new parser | Sal Bakraa | 2022-01-08 | 1 | -161/+375 |
| | | |||||
| * | Kotlin queries: Handle package statements | Joaquín León | 2021-09-18 | 1 | -0/+5 |
| | | |||||
| * | New kotlin parser | Joakker | 2021-09-15 | 1 | -157/+156 |
| | | |||||
| * | Use `@keyword.function` consistently | Sergio Alejandro Vargas | 2021-07-06 | 1 | -1/+1 |
| | | |||||
| * | feat(keywords) merge return and yield into keyword.return group | antonk52 | 2021-07-04 | 1 | -3/+1 |
| | | |||||
| * | feat(keywords) add keyword.return & keyword.yield | antonk52 | 2021-07-04 | 1 | -1/+4 |
| | | |||||
| * | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | 2021-05-07 | 1 | -1/+1 |
| | | | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | ||||
| * | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | 2021-04-28 | 1 | -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 annotation | Tormod Alf Try Tufteland | 2021-03-20 | 1 | -3/+3 |
| | | |||||
| * | kotlin: updated parser, and added annotation highlight again | Tormod Alf Try Tufteland | 2021-03-20 | 1 | -4/+7 |
| | | |||||
| * | Update Kotlin parser | Stephan Seitz | 2021-03-16 | 1 | -3/+4 |
| | | |||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+1 |
| | | | | Closes #236 | ||||
| * | stricter regex kotlin constants | Tormod Alf Try Tufteland | 2020-12-20 | 1 | -2/+2 |
| | | |||||
| * | type and identifer defaults. fixed const keyword | Tormod Alf Try Tufteland | 2020-12-06 | 1 | -21/+37 |
| | | |||||
| * | @annotation -> @attribute | Tormod Alf Try Tufteland | 2020-12-06 | 1 | -2/+2 |
| | | |||||
| * | add more builtin functions | Tormod Alf Try Tufteland | 2020-12-06 | 1 | -62/+36 |
| | | |||||
| * | add readme and more correct highlight captures | Tormod Alf Try Tufteland | 2020-12-06 | 1 | -37/+71 |
| | | |||||
| * | move divide to punctiation.special | Tormod Alf Try Tufteland | 2020-12-06 | 1 | -2/+6 |
| | | |||||
| * | add kotlin parser and highligh-queries | Tormod Alf Try Tufteland | 2020-12-06 | 1 | -0/+158 |
