improvements
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# TSL
|
||||
|
||||
`VSCode` 的 `ts[lf]`语法插件
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Generated
+4204
File diff suppressed because it is too large
Load Diff
@@ -1,17 +1,22 @@
|
||||
{
|
||||
"name": "tsl-syntax",
|
||||
"displayName": "TSL Syntax",
|
||||
"description": "Syntax highlighting for tsl/tsf files",
|
||||
"version": "1.0.0",
|
||||
"name": "tsl-devkit",
|
||||
"displayName": "TSL",
|
||||
"version": "1.1.0",
|
||||
"description": "TSL syntax highlighter support for VSCode.",
|
||||
"publisher": "csh",
|
||||
"homepage": "https://git.mytsl.cn/csh/tsl-syntax",
|
||||
"homepage": "https://git.mytsl.cn/csh/tsl-devkit",
|
||||
"author": {
|
||||
"name": "csh"
|
||||
},
|
||||
"scripts": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.mytsl.cn/csh/tsl-syntax"
|
||||
"url": "https://git.mytsl.cn/csh/tsl-devkit"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://git.mytsl.cn/csh/tsl-syntax/issues"
|
||||
"url": "https://git.mytsl.cn/csh/tsl-devkit/issues"
|
||||
},
|
||||
"license": "Please see LICENSE.txt",
|
||||
"icon": "images/ts.png",
|
||||
"categories": [
|
||||
"Programming Languages"
|
||||
@@ -39,7 +44,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"scripts": {},
|
||||
"devDependencies": {
|
||||
"@types/vscode": "^1.101.0",
|
||||
"@vscode/vsce": "^3.5.0",
|
||||
@@ -48,4 +52,4 @@
|
||||
"engines": {
|
||||
"vscode": "^1.101.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -1,12 +0,0 @@
|
||||
# TSL Syntax
|
||||
|
||||
`VSCode` 的 `ts[lf]`语法插件
|
||||
|
||||
## 编译&安装
|
||||
|
||||
```bash
|
||||
npm install
|
||||
vsce package
|
||||
|
||||
code --install-extension tsl-syntax-1.0.0.vsix
|
||||
```
|
||||
Generated
-40
@@ -1,40 +0,0 @@
|
||||
{
|
||||
"name": "tsl-syntax",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "tsl-syntax",
|
||||
"version": "1.0.0",
|
||||
"devDependencies": {
|
||||
"@types/vscode": "^1.101.0",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.101.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/vscode": {
|
||||
"version": "1.101.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.101.0.tgz",
|
||||
"integrity": "sha512-ZWf0IWa+NGegdW3iU42AcDTFHWW7fApLdkdnBqwYEtHVIBGbTu0ZNQKP/kX3Ds/uMJXIMQNAojHR4vexCEEz5Q==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/typescript": {
|
||||
"version": "5.8.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
|
||||
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
"tsserver": "bin/tsserver"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.17"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user