Skip to content

Commit

Permalink
Add LSP config for Odin
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa-silva committed Jul 27, 2022
1 parent 9a49623 commit 5279f39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion languages.toml
Expand Up @@ -1368,7 +1368,8 @@ name = "odin"
auto-format = false
scope = "source.odin"
file-types = ["odin"]
roots = []
roots = ["ols.json"]
language-server = { command = "ols", args = [] }
comment-token = "//"
indent = { tab-width = 4, unit = "\t" }

Expand Down

0 comments on commit 5279f39

Please sign in to comment.