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"
|
name = "TOML"
|
||||||
path_suffixes = ["toml"]
|
path_suffixes = ["Cargo.lock", "toml"]
|
||||||
line_comment = "# "
|
line_comment = "# "
|
||||||
autoclose_before = ",]}"
|
autoclose_before = ",]}"
|
||||||
brackets = [
|
brackets = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue