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
|
||||
scope = "source.odin"
|
||||
file-types = ["odin"]
|
||||
roots = ["ols.json"]
|
||||
roots = ["ols.json", "main.odin"]
|
||||
language-servers = [ "ols" ]
|
||||
comment-token = "//"
|
||||
block-comment-tokens = { start = "/*", end = "*/" }
|
||||
|
|
Loading…
Reference in a new issue