Update deps and fix highlighting

This commit is contained in:
2025-04-29 15:48:43 +03:00
parent 11f391964b
commit ff881b79cc
4 changed files with 13 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
[[language]]
name = "rust"
scope = "source.rust"
injection-regex = "rust_with_rstml"
grammar = "rust_with_rstml"
injection-regex = "rust"
grammar = "rust"
file-types = ["rs"]
roots = ["Cargo.toml", "Cargo.lock", "tailwind.config.js"]
language-servers = ["rust-analyzer", "tailwindcss-language-server"]