Remove trailing comma in VSCode language config

This commit is contained in:
2026-04-15 09:41:42 -06:00
parent 4975b30217
commit 4310bc42e4

View File

@@ -1,6 +1,6 @@
{
"comments": {
"lineComment": ";",
"lineComment": ";"
},
"wordPattern": "[a-zA-Z][a-zA-Z0-9_]*",
"indentationRules": {
@@ -26,4 +26,4 @@
["\"", "\""],
["'", "'"]
]
}
}