Skip to content

Commit

Permalink
unmerge language support. it should be done by official lsp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lich496 committed May 2, 2023
1 parent 7f75ada commit 7bb8bb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 428 deletions.
22 changes: 5 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,14 @@
"vscode": "^1.77.0"
},
"categories": [
"Programming Languages"
"Programming Languages",
"Debuggers",
"Snippets"
],
"activationEvents": [
],
"activationEvents": [],
"main": "./out/extension.js",
"contributes": {
"languages": [
{
"id": "typst",
"aliases": ["Typst", "typst"],
"extensions": [".typ"],
"configuration": "./config.json"
}
],
"grammars": [
{
"language": "typst",
"scopeName": "source.typst",
"path": "./typst.tmLanguage.json"
}
],
"commands": [
{
"command": "typst-with-docker.helloWorld",
Expand Down
29 changes: 0 additions & 29 deletions src/config.json

This file was deleted.

Loading

0 comments on commit 7bb8bb3

Please sign in to comment.