mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Update Odin tree sitter grammar (#10698)
* Replace Odin grammar source * Update Odin highlights * Update Odin indents * Update Odin injections
This commit is contained in:
parent
5e3de68591
commit
81d4cbc66e
4 changed files with 275 additions and 29 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue