mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
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:
parent
dbf8c9e16a
commit
88d37019c8
4 changed files with 5 additions and 512 deletions
|
@ -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",
|
||||
),
|
||||
),
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue