Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Create syntax folders and add tm grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Jan 4, 2024
1 parent 7050983 commit 8f98f14
Show file tree
Hide file tree
Showing 3 changed files with 585 additions and 1 deletion.
9 changes: 8 additions & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"languages": [
{
"id": "typst",
"configuration": "./language-configuration.json",
"configuration": "./syntaxes/typst.language-configuration.json",
"extensions": [
".typ"
],
Expand All @@ -118,6 +118,13 @@
}
}
],
"grammars": [
{
"language": "typst",
"scopeName": "source.typst",
"path": "./syntaxes/typst.tmLanguage.json"
}
],
"semanticTokenTypes": [
{
"id": "bool",
Expand Down
Loading

0 comments on commit 8f98f14

Please sign in to comment.