Add Odin grammar
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 12:23:25 +0100 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 12:23:25 +0100 |
| Commit | 59b30c1305ff6bcb63c673898893edcda19e27e4 (patch) |
|
-rw-r--r-- |
Makefile | 2 | |
-rw-r--r-- |
main.c | 6 | |
-rw-r--r-- |
queries/odin.h | 39 | |
-rw-r--r-- |
queries/odin.scm | 25 | |
-rw-r--r-- |
tests.sh | 7 | |
-rw-r--r-- |
tests/test.odin | 30 | |
-rw-r--r-- |
vendor/tree-sitter-odin/LICENSE | 21 | |
-rw-r--r-- |
vendor/tree-sitter-odin/Makefile | 109 | |
-rw-r--r-- |
vendor/tree-sitter-odin/src/grammar.json | 7777 | |
-rw-r--r-- |
vendor/tree-sitter-odin/src/node-types.json | 3409 | |
-rw-r--r-- |
vendor/tree-sitter-odin/src/parser.c | 513238 | |
-rw-r--r-- |
vendor/tree-sitter-odin/src/scanner.c | 285 | |
-rw-r--r-- |
vendor/tree-sitter-odin/src/tree_sitter/alloc.h | 54 | |
-rw-r--r-- |
vendor/tree-sitter-odin/src/tree_sitter/array.h | 291 | |
-rw-r--r-- |
vendor/tree-sitter-odin/src/tree_sitter/parser.h | 266 |
15 files changed, 525558 insertions, 1 deletions
Commit too large to display