You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
477 B
TOML
21 lines
477 B
TOML
[[language]]
|
|
name = "xml"
|
|
scope = "text.xml.basic"
|
|
injection-regex = "xml"
|
|
file-types = ["xml"]
|
|
roots = []
|
|
language-server = { command = "lemminx", args = [] }
|
|
auto-format = false
|
|
config = { "provideFormatter" = true }
|
|
indent = { tab-width = 2, unit = " " }
|
|
|
|
[[grammar]]
|
|
name = "xml"
|
|
source = { git = "https://github.com/trivernis/tree-sitter-xml", rev = "3ef1d1a92ba91445c5b4bf50a300bb61e9c9ae8a" }
|
|
|
|
[[language]]
|
|
name = "rust"
|
|
|
|
[language.config]
|
|
cargo = { features = "all" }
|