Skip to content

Commit 63747e1

Browse files
ChickenkeeperSchuyler Mortimer
authored and
Schuyler Mortimer
committed
Add main.odin to Odin roots (helix-editor#9968)
1 parent 2734ccf commit 63747e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2038,7 +2038,7 @@ name = "odin"
20382038
auto-format = true
20392039
scope = "source.odin"
20402040
file-types = ["odin"]
2041-
roots = ["ols.json"]
2041+
roots = ["ols.json", "main.odin"]
20422042
language-servers = [ "ols" ]
20432043
comment-token = "//"
20442044
block-comment-tokens = { start = "/*", end = "*/" }

0 commit comments

Comments
 (0)