Add syntax highlighting for Cargo.toml files (#2830)

Release Notes:

- Added syntax highlighting for `Cargo.toml` files
This commit is contained in:
Joseph T. Lyons 2023-08-07 17:28:21 -04:00 committed by GitHub
commit d417993c9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
name = "TOML"
path_suffixes = ["toml"]
path_suffixes = ["Cargo.lock", "toml"]
line_comment = "# "
autoclose_before = ",]}"
brackets = [