Skip to content

Commit

Permalink
Adds mint language server (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarte committed Nov 8, 2021
1 parent 1e793c2 commit 4010b32
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ comment-token = "#"
language-server = { command = "elixir-ls" }
indent = { tab-width = 2, unit = " " }

[[language]]
name = "mint"
scope = "source.mint"
injection-regex = "mint"
file-types = ["mint"]
roots = []
comment-token = "//"

language-server = { command = "mint", args = ["ls"] }
indent = { tab-width = 2, unit = " " }

[[language]]
name = "json"
scope = "source.json"
Expand Down

0 comments on commit 4010b32

Please sign in to comment.