mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
Add syntax highlighting for Cargo.toml files
This commit is contained in:
parent
580c2ea8eb
commit
dbf25ea2ff
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
name = "TOML"
|
||||
path_suffixes = ["toml"]
|
||||
path_suffixes = ["Cargo.lock", "toml"]
|
||||
line_comment = "# "
|
||||
autoclose_before = ",]}"
|
||||
brackets = [
|
||||
|
|
Loading…
Reference in a new issue