Remove duplicated outdated copies of slint.tmLanguage.json

There should be only one copy of our textmate grammar.
Our grammar evolve and we shouldn't keep copies around which will be
forgotten to be updated.
This commit is contained in:
Olivier Goffart 2025-04-28 15:14:21 +02:00 committed by GitHub
parent dbf8c9e16a
commit 88d37019c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 512 deletions

View file

@ -188,7 +188,10 @@ export default {
shiki: {
langs: [
JSON.parse(
fs.readFileSync("src/misc/Slint-tmLanguage.json", "utf-8"),
fs.readFileSync(
"../../editors/vscode/slint.tmLanguage.json",
"utf-8",
),
),
],
},