diff options
author | Chris | 2024-03-30 12:40:38 +0000 |
---|---|---|
committer | GitHub | 2024-03-30 12:40:38 +0000 |
commit | 64c1de19884b0eaf43ccb3335115c2cbca8d7432 (patch) | |
tree | 8714f3d529ec6c1b0f5849c4814036c08eccf23d | |
parent | 787a237f8b5c77bfa3cf6897573ba79f94839e81 (diff) |
Add main.odin to Odin roots (#9968)
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 4a21fe74..a5764420 100644 --- a/languages.toml +++ b/languages.toml @@ -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 = "*/" } |