fix `this document is excluded` for toml lsp

pull/9915/head
Nguyen Duc Toan 8 months ago
parent 2e4653ea31
commit 37be11e567
No known key found for this signature in database
GPG Key ID: B96F4A160C6B3251

@ -262,6 +262,7 @@ name = "toml"
scope = "source.toml"
injection-regex = "toml"
file-types = ["toml", { glob = "poetry.lock" }, { glob = "Cargo.lock" }]
roots = ["."]
comment-token = "#"
language-servers = [ "taplo" ]
indent = { tab-width = 2, unit = " " }

Loading…
Cancel
Save