Improve file_types in default.json (#20429)
Detect .env.* as Shell Script Move non glob json/jsonc/toml file_types into langauges/*/config.toml
This commit is contained in:
parent
e7a0890086
commit
343c88574a
4 changed files with 5 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
name = "TOML"
|
||||
grammar = "toml"
|
||||
path_suffixes = ["Cargo.lock", "toml", "Pipfile"]
|
||||
path_suffixes = ["Cargo.lock", "toml", "Pipfile", "uv.lock"]
|
||||
line_comments = ["# "]
|
||||
autoclose_before = ",]}"
|
||||
brackets = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue