mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
Some checks failed
tinymist::auto_tag / auto-tag (push) Has been cancelled
tinymist::ci / Duplicate Actions Detection (push) Has been cancelled
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Has been cancelled
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Has been cancelled
tinymist::ci / prepare-build (push) Has been cancelled
tinymist::gh_pages / build-gh-pages (push) Has been cancelled
tinymist::ci / announce (push) Has been cancelled
tinymist::ci / build (push) Has been cancelled
+tag v0.14.2
33 lines
851 B
JSON
33 lines
851 B
JSON
{
|
|
"name": "typst-textmate",
|
|
"version": "0.14.2",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"compile": "node scripts/build.ts --compile",
|
|
"test": "yarn compile && npx vscode-tmgrammar-snap --updateSnapshot tests/unit/**/*.typ",
|
|
"test:packages": "yarn compile && npx vscode-tmgrammar-snap --updateSnapshot tests/packages/**/*.typ",
|
|
"test:official": "yarn compile && npx vscode-tmgrammar-snap --updateSnapshot tests/official-testing/**/*.typ"
|
|
},
|
|
"devDependencies": {
|
|
"vscode-tmgrammar-test": "^0.1.3"
|
|
},
|
|
"contributes": {
|
|
"languages": [
|
|
{
|
|
"id": "typst",
|
|
"extensions": [
|
|
".typ",
|
|
".typc"
|
|
]
|
|
}
|
|
],
|
|
"grammars": [
|
|
{
|
|
"language": "typst",
|
|
"scopeName": "source.typst",
|
|
"path": "./typst.tmLanguage.json"
|
|
}
|
|
]
|
|
}
|
|
}
|