mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
Add main.odin to Odin roots (#9968)
This commit is contained in:
parent
787a237f8b
commit
64c1de1988
1 changed files with 1 additions and 1 deletions
|
@ -2038,7 +2038,7 @@ name = "odin"
|
||||||
auto-format = true
|
auto-format = true
|
||||||
scope = "source.odin"
|
scope = "source.odin"
|
||||||
file-types = ["odin"]
|
file-types = ["odin"]
|
||||||
roots = ["ols.json"]
|
roots = ["ols.json", "main.odin"]
|
||||||
language-servers = [ "ols" ]
|
language-servers = [ "ols" ]
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
block-comment-tokens = { start = "/*", end = "*/" }
|
block-comment-tokens = { start = "/*", end = "*/" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue