Skip to content

Commit

Permalink
Enable Rust proc macro support (helix-editor#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola authored Dec 24, 2021
1 parent b2f8f2b commit 13d8044
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ auto-format = true
comment-token = "//"
language-server = { command = "rust-analyzer" }
indent = { tab-width = 4, unit = " " }
[language.config]
cargo = { loadOutDirsFromCheck = true }
procMacro = { enable = false }
diagnostics = { disabled = ["unresolved-proc-macro"] }

[[language]]
name = "toml"
Expand Down Expand Up @@ -477,4 +473,3 @@ file-types = ["Dockerfile", "dockerfile"]
comment-token = "#"
indent = { tab-width = 2, unit = " " }
language-server = { command = "docker-langserver", args = ["--stdio"] }

0 comments on commit 13d8044

Please sign in to comment.