fix and format

This commit is contained in:
csh
2025-09-11 14:26:41 +08:00
parent 2c4e5ac28a
commit a22fc815ec
2 changed files with 13 additions and 22 deletions
+3 -5
View File
@@ -2,10 +2,7 @@
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
"name": "TSL",
"scopeName": "source.tsl",
"fileTypes": [
"tsl",
"tsf"
],
"fileTypes": ["tsl", "tsf"],
"patterns": [
{
"include": "#comments"
@@ -573,4 +570,5 @@
"match": "[()\\[\\]{},;:.@?]"
}
}
}
}