fix syntax hightlight for vcm

This commit is contained in:
MihailRis
2025-07-19 11:47:05 +03:00
parent 73d6d530f2
commit 411f0e53a6
2 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
language = "VCM"
extensions = ["vcm"]
line-comment-start = "#"
line-comment = "#"
keywords = [
"on", "off"
]