|
1 | 1 | { |
2 | 2 | "name": "kether-snippet", |
3 | | - "displayName": "Kether-snippet", |
4 | | - "description": "Kether动作补全", |
| 3 | + "displayName": "Kether支持", |
| 4 | + "description": "Kether动作补全以及支持KetherScript", |
| 5 | + "keywords": ["kether", "ks", "questengine","TabooLib"], |
5 | 6 | "publisher": "LiteCat", |
6 | | - "version": "1.0.1", |
| 7 | + "version": "1.0.2", |
| 8 | + "icon": "images/icon.png", |
7 | 9 | "engines": { |
8 | 10 | "vscode": "^1.73.0" |
9 | 11 | }, |
|
12 | 14 | "url" : "https://github.com/LiteCat0905/Kether-snippet.git" |
13 | 15 | }, |
14 | 16 | "categories": [ |
15 | | - "Snippets" |
| 17 | + "Snippets", |
| 18 | + "Programming Languages" |
16 | 19 | ], |
17 | 20 | "contributes": { |
18 | 21 | "snippets": [ |
19 | 22 | { |
20 | 23 | "language": "yaml", |
21 | 24 | "path": "./snippets/TabooLib公有动作.code-snippets" |
22 | 25 | }, |
| 26 | + { |
| 27 | + "language": "ketherscript", |
| 28 | + "path": "./snippets/TabooLib公有动作.code-snippets" |
| 29 | + }, |
23 | 30 | { |
24 | 31 | "language": "yaml", |
25 | 32 | "path": "./snippets/questengine私有动作.code-snippets" |
| 33 | + }, |
| 34 | + { |
| 35 | + "language": "ketherscript", |
| 36 | + "path": "./snippets/questengine私有动作.code-snippets" |
26 | 37 | } |
27 | | - ] |
| 38 | + ], |
| 39 | + "languages": [{ |
| 40 | + "id": "ketherscript", |
| 41 | + "aliases": ["Kether Script", "ketherscript"], |
| 42 | + "extensions": [".ks"], |
| 43 | + "configuration": "./language-configuration.json" |
| 44 | + }], |
| 45 | + "grammars": [{ |
| 46 | + "language": "ketherscript", |
| 47 | + "scopeName": "source.ks", |
| 48 | + "path": "./syntaxes/ketherscript.tmLanguage.json" |
| 49 | + }] |
28 | 50 | } |
29 | 51 | } |
0 commit comments