mirror of https://github.com/helix-editor/helix
Add main.odin to Odin roots (#9968)
parent
787a237f8b
commit
64c1de1988
|
@ -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…
Reference in New Issue