51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"name": "tsl-syntax",
|
|
"displayName": "TSL Syntax",
|
|
"description": "Syntax highlighting for tsl/tsf files",
|
|
"version": "1.0.0",
|
|
"publisher": "csh",
|
|
"homepage": "https://git.mytsl.cn/csh/tsl-syntax",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.mytsl.cn/csh/tsl-syntax"
|
|
},
|
|
"bugs": {
|
|
"url": "https://git.mytsl.cn/csh/tsl-syntax/issues"
|
|
},
|
|
"icon": "images/ts.png",
|
|
"categories": [
|
|
"Programming Languages"
|
|
],
|
|
"contributes": {
|
|
"languages": [
|
|
{
|
|
"id": "tsl",
|
|
"aliases": [
|
|
"TSL",
|
|
"tsl"
|
|
],
|
|
"extensions": [
|
|
".tsl",
|
|
".tsf"
|
|
],
|
|
"configuration": "./language-configuration.json"
|
|
}
|
|
],
|
|
"grammars": [
|
|
{
|
|
"language": "tsl",
|
|
"scopeName": "source.tsl",
|
|
"path": "./syntaxes/tsl.tmLanguage.json"
|
|
}
|
|
]
|
|
},
|
|
"scripts": {},
|
|
"devDependencies": {
|
|
"@types/vscode": "^1.101.0",
|
|
"@vscode/vsce": "^3.5.0",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"engines": {
|
|
"vscode": "^1.101.0"
|
|
}
|
|
} |