🐐 Comments now properly highlighted

This commit is contained in:
2026-04-01 11:59:35 +02:00
parent b6de7befcd
commit 8e7217c2c7

View File

@@ -2,6 +2,9 @@
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json", "$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
"name": "CENTVRION", "name": "CENTVRION",
"patterns": [ "patterns": [
{
"include": "#comments"
},
{ {
"include": "#strings" "include": "#strings"
}, },
@@ -19,6 +22,19 @@
} }
], ],
"repository": { "repository": {
"comments": {
"patterns": [
{
"name": "comment.block.cent",
"begin": "/\\*",
"end": "\\*/"
},
{
"name": "comment.line.double-slash.cent",
"match": "//[^\\n]*"
}
]
},
"keywords": { "keywords": {
"patterns": [ "patterns": [
{ {