Add Kotlin grammar
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 12:07:15 +0100 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 12:07:15 +0100 |
| Commit | 8375f459638f942d51948d466d9365eaa0c2a500 (patch) |
|
-rw-r--r-- |
Makefile | 4 | |
-rw-r--r-- |
main.c | 6 | |
-rw-r--r-- |
queries/kotlin.h | 18 | |
-rw-r--r-- |
queries/kotlin.scm | 8 | |
-rw-r--r-- |
tests.sh | 7 | |
-rw-r--r-- |
tests/test.kt | 17 | |
-rw-r--r-- |
vendor/tree-sitter-kotlin/LICENSE | 21 | |
-rw-r--r-- |
vendor/tree-sitter-kotlin/Makefile | 109 | |
-rw-r--r-- |
vendor/tree-sitter-kotlin/src/grammar.json | 6442 | |
-rw-r--r-- |
vendor/tree-sitter-kotlin/src/node-types.json | 3115 | |
-rw-r--r-- |
vendor/tree-sitter-kotlin/src/parser.c | 677688 | |
-rw-r--r-- |
vendor/tree-sitter-kotlin/src/scanner.c | 466 | |
-rw-r--r-- |
vendor/tree-sitter-kotlin/src/tree_sitter/alloc.h | 54 | |
-rw-r--r-- |
vendor/tree-sitter-kotlin/src/tree_sitter/array.h | 290 | |
-rw-r--r-- |
vendor/tree-sitter-kotlin/src/tree_sitter/parser.h | 266 |
15 files changed, 688509 insertions, 2 deletions
Commit too large to display