🐐 VSCode extension improvement

This commit is contained in:
2026-04-24 16:11:45 +02:00
parent bdf72b2bcc
commit 76bf509d48
2 changed files with 96 additions and 0 deletions

View File

@@ -20,6 +20,10 @@
"language": "cent",
"scopeName": "source.cent",
"path": "./syntaxes/cent.tmLanguage.json"
}],
"snippets": [{
"language": "cent",
"path": "./snippets/cent.json"
}]
}
}