Update Odin tree sitter grammar (#10698)

* Replace Odin grammar source

* Update Odin highlights

* Update Odin indents

* Update Odin injections
This commit is contained in:
Chris 2024-05-07 17:14:55 +01:00 committed by GitHub
parent 5e3de68591
commit 81d4cbc66e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 275 additions and 29 deletions

View file

@ -2109,7 +2109,7 @@ args = { console = "internalConsole", attachCommands = [ "platform select remote
[[grammar]]
name = "odin"
source = { git = "https://github.com/ap29600/tree-sitter-odin", rev = "b219207e49ffca2952529d33e94ed63b1b75c4f1" }
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-odin", rev = "b5f668ef8918aab13812ce73acd89fe191fb8c5e" }
[[language]]
name = "meson"