-
-
Notifications
You must be signed in to change notification settings - Fork 334
/
tsdoc.json
45 lines (45 loc) · 905 Bytes
/
tsdoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"tagDefinitions": [
{
"tagName": "@VueI18nTip",
"syntaxKind": "block"
},
{
"tagName": "@VueI18nDanger",
"syntaxKind": "block"
},
{
"tagName": "@VueI18nWarning",
"syntaxKind": "block"
},
{
"tagName": "@VueI18nSee",
"syntaxKind": "block"
},
{
"tagName": "@VueI18nGeneral",
"syntaxKind": "modifier"
},
{
"tagName": "@VueI18nLegacy",
"syntaxKind": "modifier"
},
{
"tagName": "@VueI18nComposition",
"syntaxKind": "modifier"
},
{
"tagName": "@VueI18nDirective",
"syntaxKind": "modifier"
},
{
"tagName": "@VueI18nComponent",
"syntaxKind": "modifier"
},
{
"tagName": "@VueI18nInjection",
"syntaxKind": "modifier"
}
]
}