Add main.odin to Odin roots (#9968)

This commit is contained in:
Chris 2024-03-30 12:40:38 +00:00 committed by GitHub
parent 787a237f8b
commit 64c1de1988
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = "*/" }