|
|
|
@ -297,7 +297,7 @@ source = { git = "https://github.com/FuelLabs/tree-sitter-sway", rev = "e491a005
|
|
|
|
|
name = "toml"
|
|
|
|
|
scope = "source.toml"
|
|
|
|
|
injection-regex = "toml"
|
|
|
|
|
file-types = ["toml", { glob = "poetry.lock" }, { glob = "Cargo.lock" }]
|
|
|
|
|
file-types = ["toml", { glob = "pdm.lock" }, { glob = "poetry.lock" }, { glob = "Cargo.lock" }, { glob = "uv.lock" }]
|
|
|
|
|
comment-token = "#"
|
|
|
|
|
language-servers = [ "taplo" ]
|
|
|
|
|
indent = { tab-width = 2, unit = " " }
|
|
|
|
@ -1694,7 +1694,7 @@ source = { git = "https://github.com/mtoohey31/tree-sitter-gitattributes", rev =
|
|
|
|
|
[[language]]
|
|
|
|
|
name = "git-ignore"
|
|
|
|
|
scope = "source.gitignore"
|
|
|
|
|
file-types = [{ glob = ".gitignore_global" }, { glob = ".ignore" }, { glob = "CODEOWNERS" }, { glob = ".config/helix/ignore" }, { glob = ".helix/ignore" }, { glob = ".*ignore" }]
|
|
|
|
|
file-types = [{ glob = ".gitignore_global" }, { glob = "git/ignore" }, { glob = ".ignore" }, { glob = "CODEOWNERS" }, { glob = ".config/helix/ignore" }, { glob = ".helix/ignore" }, { glob = ".*ignore" }]
|
|
|
|
|
injection-regex = "git-ignore"
|
|
|
|
|
comment-token = "#"
|
|
|
|
|
grammar = "gitignore"
|
|
|
|
@ -2703,6 +2703,8 @@ file-types = [
|
|
|
|
|
"kube",
|
|
|
|
|
"network",
|
|
|
|
|
{ glob = ".editorconfig" },
|
|
|
|
|
{ glob = ".npmrc" },
|
|
|
|
|
{ glob = "npmrc" },
|
|
|
|
|
{ glob = "rclone.conf" },
|
|
|
|
|
"properties",
|
|
|
|
|
"cfg",
|
|
|
|
|