@enjoys/context-engine 1.2.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/codeActions/angular.json +126 -0
- package/data/codeActions/css.json +111 -0
- package/data/codeActions/nestjs.json +124 -0
- package/data/codeActions/nextjs.json +198 -0
- package/data/codeActions/react.json +154 -0
- package/data/codeActions/shadcn.json +112 -0
- package/data/codeActions/shell.json +169 -26
- package/data/codeActions/tailwindcss.json +76 -0
- package/data/codeLens/angular.json +22 -0
- package/data/codeLens/css.json +68 -0
- package/data/codeLens/nestjs.json +21 -0
- package/data/codeLens/nextjs.json +117 -0
- package/data/codeLens/react.json +89 -0
- package/data/codeLens/shadcn.json +89 -0
- package/data/codeLens/shell.json +59 -17
- package/data/codeLens/tailwindcss.json +103 -0
- package/data/color/angular.json +21 -0
- package/data/color/css.json +124 -0
- package/data/color/nestjs.json +18 -0
- package/data/color/nextjs.json +22 -0
- package/data/color/react.json +93 -0
- package/data/color/shadcn.json +66 -0
- package/data/color/shell.json +106 -80
- package/data/color/tailwindcss.json +53 -0
- package/data/commands/angular.json +312 -0
- package/data/commands/css.json +41 -0
- package/data/commands/manifest.json +734 -727
- package/data/commands/nestjs.json +273 -0
- package/data/commands/nextjs.json +123 -0
- package/data/commands/react.json +210 -0
- package/data/commands/shadcn.json +410 -0
- package/data/commands/shell.json +571 -41
- package/data/commands/tailwindcss.json +53 -0
- package/data/completion/angular.json +1490 -0
- package/data/completion/css.json +1176 -0
- package/data/completion/javascript.json +27 -0
- package/data/completion/nestjs.json +1454 -0
- package/data/completion/nextjs.json +1373 -0
- package/data/completion/react.json +1319 -0
- package/data/completion/redis-cli.json +1 -1
- package/data/completion/shadcn.json +1202 -0
- package/data/completion/shell.json +2446 -510
- package/data/completion/tailwindcss.json +284 -0
- package/data/completion/typescript.json +27 -0
- package/data/declaration/angular.json +46 -0
- package/data/declaration/css.json +59 -0
- package/data/declaration/nestjs.json +47 -0
- package/data/declaration/nextjs.json +274 -0
- package/data/declaration/react.json +199 -0
- package/data/declaration/shadcn.json +211 -0
- package/data/declaration/shell.json +343 -24
- package/data/declaration/tailwindcss.json +137 -0
- package/data/definition/angular.json +670 -0
- package/data/definition/css.json +115 -0
- package/data/definition/nestjs.json +684 -0
- package/data/definition/nextjs.json +439 -0
- package/data/definition/react.json +397 -0
- package/data/definition/redis-cli.json +1 -1
- package/data/definition/shadcn.json +99 -0
- package/data/definition/shell.json +820 -0
- package/data/definition/tailwindcss.json +115 -0
- package/data/documentHighlight/angular.json +414 -0
- package/data/documentHighlight/css.json +125 -0
- package/data/documentHighlight/nestjs.json +115 -0
- package/data/documentHighlight/nextjs.json +212 -0
- package/data/documentHighlight/react.json +119 -0
- package/data/documentHighlight/shadcn.json +168 -0
- package/data/documentHighlight/shell.json +664 -334
- package/data/documentHighlight/tailwindcss.json +160 -0
- package/data/documentRangeFormatting/angular.json +45 -0
- package/data/documentRangeFormatting/css.json +101 -0
- package/data/documentRangeFormatting/nestjs.json +17 -0
- package/data/documentRangeFormatting/nextjs.json +17 -0
- package/data/documentRangeFormatting/react.json +78 -0
- package/data/documentRangeFormatting/shadcn.json +45 -0
- package/data/documentRangeFormatting/shell.json +120 -53
- package/data/documentRangeFormatting/tailwindcss.json +55 -0
- package/data/documentSymbol/angular.json +180 -0
- package/data/documentSymbol/css.json +96 -0
- package/data/documentSymbol/nestjs.json +152 -0
- package/data/documentSymbol/nextjs.json +159 -0
- package/data/documentSymbol/react.json +145 -0
- package/data/documentSymbol/shadcn.json +131 -0
- package/data/documentSymbol/shell.json +166 -26
- package/data/documentSymbol/tailwindcss.json +110 -0
- package/data/foldingRange/angular.json +99 -0
- package/data/foldingRange/css.json +66 -0
- package/data/foldingRange/nestjs.json +26 -0
- package/data/foldingRange/nextjs.json +26 -0
- package/data/foldingRange/react.json +120 -0
- package/data/foldingRange/shadcn.json +93 -0
- package/data/foldingRange/shell.json +106 -46
- package/data/foldingRange/tailwindcss.json +60 -0
- package/data/formatting/angular.json +21 -0
- package/data/formatting/css.json +73 -0
- package/data/formatting/nestjs.json +23 -0
- package/data/formatting/nextjs.json +23 -0
- package/data/formatting/react.json +71 -0
- package/data/formatting/shadcn.json +61 -0
- package/data/formatting/shell.json +103 -19
- package/data/formatting/tailwindcss.json +48 -0
- package/data/hover/angular.json +455 -0
- package/data/hover/css.json +300 -0
- package/data/hover/nestjs.json +296 -0
- package/data/hover/nextjs.json +305 -0
- package/data/hover/react.json +173 -0
- package/data/hover/redis-cli.json +1 -1
- package/data/hover/shadcn.json +450 -0
- package/data/hover/shell.json +684 -75
- package/data/hover/tailwindcss.json +968 -0
- package/data/implementation/angular.json +22 -0
- package/data/implementation/css.json +65 -0
- package/data/implementation/nestjs.json +24 -0
- package/data/implementation/nextjs.json +137 -0
- package/data/implementation/react.json +125 -0
- package/data/implementation/shadcn.json +89 -0
- package/data/implementation/shell.json +59 -3
- package/data/implementation/tailwindcss.json +59 -0
- package/data/inlayHints/angular.json +24 -0
- package/data/inlayHints/css.json +87 -0
- package/data/inlayHints/nestjs.json +24 -0
- package/data/inlayHints/nextjs.json +143 -0
- package/data/inlayHints/react.json +177 -0
- package/data/inlayHints/shadcn.json +109 -0
- package/data/inlayHints/shell.json +223 -35
- package/data/inlayHints/tailwindcss.json +111 -0
- package/data/inlineCompletions/angular.json +135 -0
- package/data/inlineCompletions/css.json +125 -0
- package/data/inlineCompletions/javascript.json +12 -0
- package/data/inlineCompletions/nestjs.json +25 -0
- package/data/inlineCompletions/nextjs.json +179 -0
- package/data/inlineCompletions/react.json +203 -0
- package/data/inlineCompletions/shadcn.json +115 -0
- package/data/inlineCompletions/shell.json +185 -35
- package/data/inlineCompletions/tailwindcss.json +411 -0
- package/data/inlineCompletions/typescript.json +12 -0
- package/data/linkedEditingRange/angular.json +23 -0
- package/data/linkedEditingRange/css.json +40 -0
- package/data/linkedEditingRange/nestjs.json +10 -0
- package/data/linkedEditingRange/nextjs.json +11 -0
- package/data/linkedEditingRange/react.json +75 -0
- package/data/linkedEditingRange/shadcn.json +23 -0
- package/data/linkedEditingRange/shell.json +25 -25
- package/data/linkedEditingRange/tailwindcss.json +30 -0
- package/data/links/angular.json +95 -0
- package/data/links/css.json +55 -0
- package/data/links/nestjs.json +130 -0
- package/data/links/nextjs.json +91 -0
- package/data/links/react.json +75 -0
- package/data/links/shadcn.json +98 -0
- package/data/links/shell.json +56 -0
- package/data/links/tailwindcss.json +65 -0
- package/data/manifest.json +399 -150
- package/data/onTypeFormatting/angular.json +14 -0
- package/data/onTypeFormatting/css.json +82 -0
- package/data/onTypeFormatting/nestjs.json +16 -0
- package/data/onTypeFormatting/nextjs.json +17 -0
- package/data/onTypeFormatting/react.json +127 -0
- package/data/onTypeFormatting/shadcn.json +54 -0
- package/data/onTypeFormatting/shell.json +72 -68
- package/data/onTypeFormatting/tailwindcss.json +63 -0
- package/data/rangeSemanticTokens/angular.json +140 -0
- package/data/rangeSemanticTokens/css.json +125 -0
- package/data/rangeSemanticTokens/nestjs.json +27 -0
- package/data/rangeSemanticTokens/nextjs.json +28 -0
- package/data/rangeSemanticTokens/react.json +216 -0
- package/data/rangeSemanticTokens/shadcn.json +140 -0
- package/data/rangeSemanticTokens/shell.json +247 -69
- package/data/rangeSemanticTokens/tailwindcss.json +186 -0
- package/data/references/angular.json +26 -0
- package/data/references/css.json +65 -0
- package/data/references/nestjs.json +24 -0
- package/data/references/nextjs.json +178 -0
- package/data/references/react.json +192 -0
- package/data/references/shadcn.json +101 -0
- package/data/references/shell.json +323 -92
- package/data/references/tailwindcss.json +125 -0
- package/data/rename/angular.json +131 -0
- package/data/rename/css.json +91 -0
- package/data/rename/nestjs.json +32 -0
- package/data/rename/nextjs.json +31 -0
- package/data/rename/react.json +88 -0
- package/data/rename/shadcn.json +79 -0
- package/data/rename/shell.json +101 -31
- package/data/rename/tailwindcss.json +58 -0
- package/data/selectionRange/angular.json +95 -0
- package/data/selectionRange/css.json +55 -0
- package/data/selectionRange/nestjs.json +21 -0
- package/data/selectionRange/nextjs.json +22 -0
- package/data/selectionRange/react.json +87 -0
- package/data/selectionRange/shadcn.json +89 -0
- package/data/selectionRange/shell.json +65 -35
- package/data/selectionRange/tailwindcss.json +35 -0
- package/data/semanticTokens/angular.json +198 -0
- package/data/semanticTokens/css.json +107 -0
- package/data/semanticTokens/nestjs.json +35 -0
- package/data/semanticTokens/nextjs.json +38 -0
- package/data/semanticTokens/react.json +215 -0
- package/data/semanticTokens/shadcn.json +180 -0
- package/data/semanticTokens/shell.json +238 -65
- package/data/semanticTokens/tailwindcss.json +161 -0
- package/data/signatureHelp/angular.json +182 -0
- package/data/signatureHelp/css.json +137 -0
- package/data/signatureHelp/nestjs.json +128 -0
- package/data/signatureHelp/nextjs.json +127 -0
- package/data/signatureHelp/react.json +281 -0
- package/data/signatureHelp/shadcn.json +237 -0
- package/data/signatureHelp/shell.json +797 -104
- package/data/signatureHelp/tailwindcss.json +64 -0
- package/data/typeDefinition/angular.json +362 -0
- package/data/typeDefinition/css.json +53 -0
- package/data/typeDefinition/nestjs.json +334 -0
- package/data/typeDefinition/nextjs.json +285 -0
- package/data/typeDefinition/react.json +236 -0
- package/data/typeDefinition/shadcn.json +292 -0
- package/data/typeDefinition/shell.json +104 -40
- package/data/typeDefinition/tailwindcss.json +47 -0
- package/package.json +1 -1
- package/data/codeActions/bash.json +0 -169
- package/data/codeActions/zsh.json +0 -49
- package/data/codeLens/bash.json +0 -75
- package/data/codeLens/zsh.json +0 -19
- package/data/color/bash.json +0 -100
- package/data/color/zsh.json +0 -80
- package/data/commands/bash.json +0 -102
- package/data/commands/zsh.json +0 -166
- package/data/completion/bash.json +0 -1184
- package/data/completion/zsh.json +0 -973
- package/data/declaration/bash.json +0 -301
- package/data/declaration/zsh.json +0 -205
- package/data/definition/bash.json +0 -565
- package/data/definition/zsh.json +0 -350
- package/data/documentHighlight/bash.json +0 -393
- package/data/documentHighlight/zsh.json +0 -266
- package/data/documentRangeFormatting/bash.json +0 -41
- package/data/documentRangeFormatting/zsh.json +0 -59
- package/data/documentSymbol/bash.json +0 -124
- package/data/documentSymbol/zsh.json +0 -26
- package/data/foldingRange/bash.json +0 -76
- package/data/foldingRange/zsh.json +0 -46
- package/data/formatting/bash.json +0 -88
- package/data/formatting/zsh.json +0 -28
- package/data/hover/bash.json +0 -579
- package/data/hover/zsh.json +0 -96
- package/data/implementation/bash.json +0 -44
- package/data/implementation/zsh.json +0 -41
- package/data/inlayHints/bash.json +0 -207
- package/data/inlayHints/zsh.json +0 -43
- package/data/inlineCompletions/bash.json +0 -155
- package/data/inlineCompletions/zsh.json +0 -17
- package/data/linkedEditingRange/bash.json +0 -25
- package/data/linkedEditingRange/zsh.json +0 -25
- package/data/links/bash.json +0 -56
- package/data/links/zsh.json +0 -15
- package/data/onTypeFormatting/bash.json +0 -68
- package/data/onTypeFormatting/zsh.json +0 -68
- package/data/rangeSemanticTokens/bash.json +0 -90
- package/data/rangeSemanticTokens/zsh.json +0 -76
- package/data/references/bash.json +0 -221
- package/data/references/zsh.json +0 -166
- package/data/rename/bash.json +0 -37
- package/data/rename/zsh.json +0 -31
- package/data/selectionRange/bash.json +0 -35
- package/data/selectionRange/zsh.json +0 -35
- package/data/semanticTokens/bash.json +0 -71
- package/data/semanticTokens/zsh.json +0 -71
- package/data/signatureHelp/bash.json +0 -111
- package/data/signatureHelp/zsh.json +0 -118
- package/data/typeDefinition/bash.json +0 -95
- package/data/typeDefinition/zsh.json +0 -40
package/data/manifest.json
CHANGED
|
@@ -31,7 +31,40 @@
|
|
|
31
31
|
"onTypeFormatting": "onTypeFormatting/abap.json",
|
|
32
32
|
"documentRangeFormatting": "documentRangeFormatting/abap.json",
|
|
33
33
|
"semanticTokens": "semanticTokens/abap.json",
|
|
34
|
-
"rangeSemanticTokens": "rangeSemanticTokens/abap.json"
|
|
34
|
+
"rangeSemanticTokens": "rangeSemanticTokens/abap.json",
|
|
35
|
+
"commands": "commands/abap.json"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": "angular",
|
|
40
|
+
"name": "Angular",
|
|
41
|
+
"files": {
|
|
42
|
+
"completion": "completion/angular.json",
|
|
43
|
+
"definition": "definition/angular.json",
|
|
44
|
+
"hover": "hover/angular.json",
|
|
45
|
+
"codeActions": "codeActions/angular.json",
|
|
46
|
+
"documentHighlight": "documentHighlight/angular.json",
|
|
47
|
+
"documentSymbol": "documentSymbol/angular.json",
|
|
48
|
+
"links": "links/angular.json",
|
|
49
|
+
"typeDefinition": "typeDefinition/angular.json",
|
|
50
|
+
"references": "references/angular.json",
|
|
51
|
+
"implementation": "implementation/angular.json",
|
|
52
|
+
"inlineCompletions": "inlineCompletions/angular.json",
|
|
53
|
+
"formatting": "formatting/angular.json",
|
|
54
|
+
"codeLens": "codeLens/angular.json",
|
|
55
|
+
"color": "color/angular.json",
|
|
56
|
+
"declaration": "declaration/angular.json",
|
|
57
|
+
"inlayHints": "inlayHints/angular.json",
|
|
58
|
+
"signatureHelp": "signatureHelp/angular.json",
|
|
59
|
+
"foldingRange": "foldingRange/angular.json",
|
|
60
|
+
"rename": "rename/angular.json",
|
|
61
|
+
"selectionRange": "selectionRange/angular.json",
|
|
62
|
+
"linkedEditingRange": "linkedEditingRange/angular.json",
|
|
63
|
+
"onTypeFormatting": "onTypeFormatting/angular.json",
|
|
64
|
+
"documentRangeFormatting": "documentRangeFormatting/angular.json",
|
|
65
|
+
"semanticTokens": "semanticTokens/angular.json",
|
|
66
|
+
"rangeSemanticTokens": "rangeSemanticTokens/angular.json",
|
|
67
|
+
"commands": "commands/angular.json"
|
|
35
68
|
}
|
|
36
69
|
},
|
|
37
70
|
{
|
|
@@ -62,7 +95,8 @@
|
|
|
62
95
|
"onTypeFormatting": "onTypeFormatting/apex.json",
|
|
63
96
|
"documentRangeFormatting": "documentRangeFormatting/apex.json",
|
|
64
97
|
"semanticTokens": "semanticTokens/apex.json",
|
|
65
|
-
"rangeSemanticTokens": "rangeSemanticTokens/apex.json"
|
|
98
|
+
"rangeSemanticTokens": "rangeSemanticTokens/apex.json",
|
|
99
|
+
"commands": "commands/apex.json"
|
|
66
100
|
}
|
|
67
101
|
},
|
|
68
102
|
{
|
|
@@ -93,7 +127,8 @@
|
|
|
93
127
|
"onTypeFormatting": "onTypeFormatting/awk.json",
|
|
94
128
|
"documentRangeFormatting": "documentRangeFormatting/awk.json",
|
|
95
129
|
"semanticTokens": "semanticTokens/awk.json",
|
|
96
|
-
"rangeSemanticTokens": "rangeSemanticTokens/awk.json"
|
|
130
|
+
"rangeSemanticTokens": "rangeSemanticTokens/awk.json",
|
|
131
|
+
"commands": "commands/awk.json"
|
|
97
132
|
}
|
|
98
133
|
},
|
|
99
134
|
{
|
|
@@ -124,38 +159,8 @@
|
|
|
124
159
|
"onTypeFormatting": "onTypeFormatting/azcli.json",
|
|
125
160
|
"documentRangeFormatting": "documentRangeFormatting/azcli.json",
|
|
126
161
|
"semanticTokens": "semanticTokens/azcli.json",
|
|
127
|
-
"rangeSemanticTokens": "rangeSemanticTokens/azcli.json"
|
|
128
|
-
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"id": "bash",
|
|
132
|
-
"name": "Shell/Bash",
|
|
133
|
-
"files": {
|
|
134
|
-
"completion": "completion/bash.json",
|
|
135
|
-
"definition": "definition/bash.json",
|
|
136
|
-
"hover": "hover/bash.json",
|
|
137
|
-
"codeActions": "codeActions/bash.json",
|
|
138
|
-
"documentHighlight": "documentHighlight/bash.json",
|
|
139
|
-
"documentSymbol": "documentSymbol/bash.json",
|
|
140
|
-
"links": "links/bash.json",
|
|
141
|
-
"typeDefinition": "typeDefinition/bash.json",
|
|
142
|
-
"references": "references/bash.json",
|
|
143
|
-
"implementation": "implementation/bash.json",
|
|
144
|
-
"inlineCompletions": "inlineCompletions/bash.json",
|
|
145
|
-
"formatting": "formatting/bash.json",
|
|
146
|
-
"codeLens": "codeLens/bash.json",
|
|
147
|
-
"color": "color/bash.json",
|
|
148
|
-
"declaration": "declaration/bash.json",
|
|
149
|
-
"inlayHints": "inlayHints/bash.json",
|
|
150
|
-
"signatureHelp": "signatureHelp/bash.json",
|
|
151
|
-
"foldingRange": "foldingRange/bash.json",
|
|
152
|
-
"rename": "rename/bash.json",
|
|
153
|
-
"selectionRange": "selectionRange/bash.json",
|
|
154
|
-
"linkedEditingRange": "linkedEditingRange/bash.json",
|
|
155
|
-
"onTypeFormatting": "onTypeFormatting/bash.json",
|
|
156
|
-
"documentRangeFormatting": "documentRangeFormatting/bash.json",
|
|
157
|
-
"semanticTokens": "semanticTokens/bash.json",
|
|
158
|
-
"rangeSemanticTokens": "rangeSemanticTokens/bash.json"
|
|
162
|
+
"rangeSemanticTokens": "rangeSemanticTokens/azcli.json",
|
|
163
|
+
"commands": "commands/azcli.json"
|
|
159
164
|
}
|
|
160
165
|
},
|
|
161
166
|
{
|
|
@@ -186,7 +191,8 @@
|
|
|
186
191
|
"onTypeFormatting": "onTypeFormatting/bicep.json",
|
|
187
192
|
"documentRangeFormatting": "documentRangeFormatting/bicep.json",
|
|
188
193
|
"semanticTokens": "semanticTokens/bicep.json",
|
|
189
|
-
"rangeSemanticTokens": "rangeSemanticTokens/bicep.json"
|
|
194
|
+
"rangeSemanticTokens": "rangeSemanticTokens/bicep.json",
|
|
195
|
+
"commands": "commands/bicep.json"
|
|
190
196
|
}
|
|
191
197
|
},
|
|
192
198
|
{
|
|
@@ -217,7 +223,8 @@
|
|
|
217
223
|
"onTypeFormatting": "onTypeFormatting/c.json",
|
|
218
224
|
"documentRangeFormatting": "documentRangeFormatting/c.json",
|
|
219
225
|
"semanticTokens": "semanticTokens/c.json",
|
|
220
|
-
"rangeSemanticTokens": "rangeSemanticTokens/c.json"
|
|
226
|
+
"rangeSemanticTokens": "rangeSemanticTokens/c.json",
|
|
227
|
+
"commands": "commands/c.json"
|
|
221
228
|
}
|
|
222
229
|
},
|
|
223
230
|
{
|
|
@@ -248,7 +255,8 @@
|
|
|
248
255
|
"onTypeFormatting": "onTypeFormatting/caddy.json",
|
|
249
256
|
"documentRangeFormatting": "documentRangeFormatting/caddy.json",
|
|
250
257
|
"semanticTokens": "semanticTokens/caddy.json",
|
|
251
|
-
"rangeSemanticTokens": "rangeSemanticTokens/caddy.json"
|
|
258
|
+
"rangeSemanticTokens": "rangeSemanticTokens/caddy.json",
|
|
259
|
+
"commands": "commands/caddy.json"
|
|
252
260
|
}
|
|
253
261
|
},
|
|
254
262
|
{
|
|
@@ -279,7 +287,8 @@
|
|
|
279
287
|
"onTypeFormatting": "onTypeFormatting/cameligo.json",
|
|
280
288
|
"documentRangeFormatting": "documentRangeFormatting/cameligo.json",
|
|
281
289
|
"semanticTokens": "semanticTokens/cameligo.json",
|
|
282
|
-
"rangeSemanticTokens": "rangeSemanticTokens/cameligo.json"
|
|
290
|
+
"rangeSemanticTokens": "rangeSemanticTokens/cameligo.json",
|
|
291
|
+
"commands": "commands/cameligo.json"
|
|
283
292
|
}
|
|
284
293
|
},
|
|
285
294
|
{
|
|
@@ -310,7 +319,8 @@
|
|
|
310
319
|
"onTypeFormatting": "onTypeFormatting/clojure.json",
|
|
311
320
|
"documentRangeFormatting": "documentRangeFormatting/clojure.json",
|
|
312
321
|
"semanticTokens": "semanticTokens/clojure.json",
|
|
313
|
-
"rangeSemanticTokens": "rangeSemanticTokens/clojure.json"
|
|
322
|
+
"rangeSemanticTokens": "rangeSemanticTokens/clojure.json",
|
|
323
|
+
"commands": "commands/clojure.json"
|
|
314
324
|
}
|
|
315
325
|
},
|
|
316
326
|
{
|
|
@@ -341,7 +351,8 @@
|
|
|
341
351
|
"onTypeFormatting": "onTypeFormatting/coffee.json",
|
|
342
352
|
"documentRangeFormatting": "documentRangeFormatting/coffee.json",
|
|
343
353
|
"semanticTokens": "semanticTokens/coffee.json",
|
|
344
|
-
"rangeSemanticTokens": "rangeSemanticTokens/coffee.json"
|
|
354
|
+
"rangeSemanticTokens": "rangeSemanticTokens/coffee.json",
|
|
355
|
+
"commands": "commands/coffee.json"
|
|
345
356
|
}
|
|
346
357
|
},
|
|
347
358
|
{
|
|
@@ -372,7 +383,8 @@
|
|
|
372
383
|
"onTypeFormatting": "onTypeFormatting/cpp.json",
|
|
373
384
|
"documentRangeFormatting": "documentRangeFormatting/cpp.json",
|
|
374
385
|
"semanticTokens": "semanticTokens/cpp.json",
|
|
375
|
-
"rangeSemanticTokens": "rangeSemanticTokens/cpp.json"
|
|
386
|
+
"rangeSemanticTokens": "rangeSemanticTokens/cpp.json",
|
|
387
|
+
"commands": "commands/cpp.json"
|
|
376
388
|
}
|
|
377
389
|
},
|
|
378
390
|
{
|
|
@@ -403,7 +415,8 @@
|
|
|
403
415
|
"onTypeFormatting": "onTypeFormatting/crontab.json",
|
|
404
416
|
"documentRangeFormatting": "documentRangeFormatting/crontab.json",
|
|
405
417
|
"semanticTokens": "semanticTokens/crontab.json",
|
|
406
|
-
"rangeSemanticTokens": "rangeSemanticTokens/crontab.json"
|
|
418
|
+
"rangeSemanticTokens": "rangeSemanticTokens/crontab.json",
|
|
419
|
+
"commands": "commands/crontab.json"
|
|
407
420
|
}
|
|
408
421
|
},
|
|
409
422
|
{
|
|
@@ -434,7 +447,40 @@
|
|
|
434
447
|
"onTypeFormatting": "onTypeFormatting/csharp.json",
|
|
435
448
|
"documentRangeFormatting": "documentRangeFormatting/csharp.json",
|
|
436
449
|
"semanticTokens": "semanticTokens/csharp.json",
|
|
437
|
-
"rangeSemanticTokens": "rangeSemanticTokens/csharp.json"
|
|
450
|
+
"rangeSemanticTokens": "rangeSemanticTokens/csharp.json",
|
|
451
|
+
"commands": "commands/csharp.json"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"id": "css",
|
|
456
|
+
"name": "CSS",
|
|
457
|
+
"files": {
|
|
458
|
+
"completion": "completion/css.json",
|
|
459
|
+
"definition": "definition/css.json",
|
|
460
|
+
"hover": "hover/css.json",
|
|
461
|
+
"codeActions": "codeActions/css.json",
|
|
462
|
+
"documentHighlight": "documentHighlight/css.json",
|
|
463
|
+
"documentSymbol": "documentSymbol/css.json",
|
|
464
|
+
"links": "links/css.json",
|
|
465
|
+
"typeDefinition": "typeDefinition/css.json",
|
|
466
|
+
"references": "references/css.json",
|
|
467
|
+
"implementation": "implementation/css.json",
|
|
468
|
+
"inlineCompletions": "inlineCompletions/css.json",
|
|
469
|
+
"formatting": "formatting/css.json",
|
|
470
|
+
"codeLens": "codeLens/css.json",
|
|
471
|
+
"color": "color/css.json",
|
|
472
|
+
"declaration": "declaration/css.json",
|
|
473
|
+
"inlayHints": "inlayHints/css.json",
|
|
474
|
+
"signatureHelp": "signatureHelp/css.json",
|
|
475
|
+
"foldingRange": "foldingRange/css.json",
|
|
476
|
+
"rename": "rename/css.json",
|
|
477
|
+
"selectionRange": "selectionRange/css.json",
|
|
478
|
+
"linkedEditingRange": "linkedEditingRange/css.json",
|
|
479
|
+
"onTypeFormatting": "onTypeFormatting/css.json",
|
|
480
|
+
"documentRangeFormatting": "documentRangeFormatting/css.json",
|
|
481
|
+
"semanticTokens": "semanticTokens/css.json",
|
|
482
|
+
"rangeSemanticTokens": "rangeSemanticTokens/css.json",
|
|
483
|
+
"commands": "commands/css.json"
|
|
438
484
|
}
|
|
439
485
|
},
|
|
440
486
|
{
|
|
@@ -465,7 +511,8 @@
|
|
|
465
511
|
"onTypeFormatting": "onTypeFormatting/cypher.json",
|
|
466
512
|
"documentRangeFormatting": "documentRangeFormatting/cypher.json",
|
|
467
513
|
"semanticTokens": "semanticTokens/cypher.json",
|
|
468
|
-
"rangeSemanticTokens": "rangeSemanticTokens/cypher.json"
|
|
514
|
+
"rangeSemanticTokens": "rangeSemanticTokens/cypher.json",
|
|
515
|
+
"commands": "commands/cypher.json"
|
|
469
516
|
}
|
|
470
517
|
},
|
|
471
518
|
{
|
|
@@ -496,7 +543,8 @@
|
|
|
496
543
|
"onTypeFormatting": "onTypeFormatting/dart.json",
|
|
497
544
|
"documentRangeFormatting": "documentRangeFormatting/dart.json",
|
|
498
545
|
"semanticTokens": "semanticTokens/dart.json",
|
|
499
|
-
"rangeSemanticTokens": "rangeSemanticTokens/dart.json"
|
|
546
|
+
"rangeSemanticTokens": "rangeSemanticTokens/dart.json",
|
|
547
|
+
"commands": "commands/dart.json"
|
|
500
548
|
}
|
|
501
549
|
},
|
|
502
550
|
{
|
|
@@ -527,7 +575,8 @@
|
|
|
527
575
|
"onTypeFormatting": "onTypeFormatting/docker-compose.json",
|
|
528
576
|
"documentRangeFormatting": "documentRangeFormatting/docker-compose.json",
|
|
529
577
|
"semanticTokens": "semanticTokens/docker-compose.json",
|
|
530
|
-
"rangeSemanticTokens": "rangeSemanticTokens/docker-compose.json"
|
|
578
|
+
"rangeSemanticTokens": "rangeSemanticTokens/docker-compose.json",
|
|
579
|
+
"commands": "commands/docker-compose.json"
|
|
531
580
|
}
|
|
532
581
|
},
|
|
533
582
|
{
|
|
@@ -558,7 +607,8 @@
|
|
|
558
607
|
"onTypeFormatting": "onTypeFormatting/dockerfile.json",
|
|
559
608
|
"documentRangeFormatting": "documentRangeFormatting/dockerfile.json",
|
|
560
609
|
"semanticTokens": "semanticTokens/dockerfile.json",
|
|
561
|
-
"rangeSemanticTokens": "rangeSemanticTokens/dockerfile.json"
|
|
610
|
+
"rangeSemanticTokens": "rangeSemanticTokens/dockerfile.json",
|
|
611
|
+
"commands": "commands/dockerfile.json"
|
|
562
612
|
}
|
|
563
613
|
},
|
|
564
614
|
{
|
|
@@ -589,7 +639,8 @@
|
|
|
589
639
|
"onTypeFormatting": "onTypeFormatting/doctest.json",
|
|
590
640
|
"documentRangeFormatting": "documentRangeFormatting/doctest.json",
|
|
591
641
|
"semanticTokens": "semanticTokens/doctest.json",
|
|
592
|
-
"rangeSemanticTokens": "rangeSemanticTokens/doctest.json"
|
|
642
|
+
"rangeSemanticTokens": "rangeSemanticTokens/doctest.json",
|
|
643
|
+
"commands": "commands/doctest.json"
|
|
593
644
|
}
|
|
594
645
|
},
|
|
595
646
|
{
|
|
@@ -620,7 +671,8 @@
|
|
|
620
671
|
"onTypeFormatting": "onTypeFormatting/dotenv.json",
|
|
621
672
|
"documentRangeFormatting": "documentRangeFormatting/dotenv.json",
|
|
622
673
|
"semanticTokens": "semanticTokens/dotenv.json",
|
|
623
|
-
"rangeSemanticTokens": "rangeSemanticTokens/dotenv.json"
|
|
674
|
+
"rangeSemanticTokens": "rangeSemanticTokens/dotenv.json",
|
|
675
|
+
"commands": "commands/dotenv.json"
|
|
624
676
|
}
|
|
625
677
|
},
|
|
626
678
|
{
|
|
@@ -651,7 +703,8 @@
|
|
|
651
703
|
"onTypeFormatting": "onTypeFormatting/ecl.json",
|
|
652
704
|
"documentRangeFormatting": "documentRangeFormatting/ecl.json",
|
|
653
705
|
"semanticTokens": "semanticTokens/ecl.json",
|
|
654
|
-
"rangeSemanticTokens": "rangeSemanticTokens/ecl.json"
|
|
706
|
+
"rangeSemanticTokens": "rangeSemanticTokens/ecl.json",
|
|
707
|
+
"commands": "commands/ecl.json"
|
|
655
708
|
}
|
|
656
709
|
},
|
|
657
710
|
{
|
|
@@ -682,7 +735,8 @@
|
|
|
682
735
|
"onTypeFormatting": "onTypeFormatting/elixir.json",
|
|
683
736
|
"documentRangeFormatting": "documentRangeFormatting/elixir.json",
|
|
684
737
|
"semanticTokens": "semanticTokens/elixir.json",
|
|
685
|
-
"rangeSemanticTokens": "rangeSemanticTokens/elixir.json"
|
|
738
|
+
"rangeSemanticTokens": "rangeSemanticTokens/elixir.json",
|
|
739
|
+
"commands": "commands/elixir.json"
|
|
686
740
|
}
|
|
687
741
|
},
|
|
688
742
|
{
|
|
@@ -713,7 +767,8 @@
|
|
|
713
767
|
"onTypeFormatting": "onTypeFormatting/flow9.json",
|
|
714
768
|
"documentRangeFormatting": "documentRangeFormatting/flow9.json",
|
|
715
769
|
"semanticTokens": "semanticTokens/flow9.json",
|
|
716
|
-
"rangeSemanticTokens": "rangeSemanticTokens/flow9.json"
|
|
770
|
+
"rangeSemanticTokens": "rangeSemanticTokens/flow9.json",
|
|
771
|
+
"commands": "commands/flow9.json"
|
|
717
772
|
}
|
|
718
773
|
},
|
|
719
774
|
{
|
|
@@ -744,7 +799,8 @@
|
|
|
744
799
|
"onTypeFormatting": "onTypeFormatting/freemarker2.json",
|
|
745
800
|
"documentRangeFormatting": "documentRangeFormatting/freemarker2.json",
|
|
746
801
|
"semanticTokens": "semanticTokens/freemarker2.json",
|
|
747
|
-
"rangeSemanticTokens": "rangeSemanticTokens/freemarker2.json"
|
|
802
|
+
"rangeSemanticTokens": "rangeSemanticTokens/freemarker2.json",
|
|
803
|
+
"commands": "commands/freemarker2.json"
|
|
748
804
|
}
|
|
749
805
|
},
|
|
750
806
|
{
|
|
@@ -775,7 +831,8 @@
|
|
|
775
831
|
"onTypeFormatting": "onTypeFormatting/go.json",
|
|
776
832
|
"documentRangeFormatting": "documentRangeFormatting/go.json",
|
|
777
833
|
"semanticTokens": "semanticTokens/go.json",
|
|
778
|
-
"rangeSemanticTokens": "rangeSemanticTokens/go.json"
|
|
834
|
+
"rangeSemanticTokens": "rangeSemanticTokens/go.json",
|
|
835
|
+
"commands": "commands/go.json"
|
|
779
836
|
}
|
|
780
837
|
},
|
|
781
838
|
{
|
|
@@ -806,7 +863,8 @@
|
|
|
806
863
|
"onTypeFormatting": "onTypeFormatting/graphql.json",
|
|
807
864
|
"documentRangeFormatting": "documentRangeFormatting/graphql.json",
|
|
808
865
|
"semanticTokens": "semanticTokens/graphql.json",
|
|
809
|
-
"rangeSemanticTokens": "rangeSemanticTokens/graphql.json"
|
|
866
|
+
"rangeSemanticTokens": "rangeSemanticTokens/graphql.json",
|
|
867
|
+
"commands": "commands/graphql.json"
|
|
810
868
|
}
|
|
811
869
|
},
|
|
812
870
|
{
|
|
@@ -837,7 +895,8 @@
|
|
|
837
895
|
"onTypeFormatting": "onTypeFormatting/hcl.json",
|
|
838
896
|
"documentRangeFormatting": "documentRangeFormatting/hcl.json",
|
|
839
897
|
"semanticTokens": "semanticTokens/hcl.json",
|
|
840
|
-
"rangeSemanticTokens": "rangeSemanticTokens/hcl.json"
|
|
898
|
+
"rangeSemanticTokens": "rangeSemanticTokens/hcl.json",
|
|
899
|
+
"commands": "commands/hcl.json"
|
|
841
900
|
}
|
|
842
901
|
},
|
|
843
902
|
{
|
|
@@ -868,7 +927,8 @@
|
|
|
868
927
|
"onTypeFormatting": "onTypeFormatting/html.json",
|
|
869
928
|
"documentRangeFormatting": "documentRangeFormatting/html.json",
|
|
870
929
|
"semanticTokens": "semanticTokens/html.json",
|
|
871
|
-
"rangeSemanticTokens": "rangeSemanticTokens/html.json"
|
|
930
|
+
"rangeSemanticTokens": "rangeSemanticTokens/html.json",
|
|
931
|
+
"commands": "commands/html.json"
|
|
872
932
|
}
|
|
873
933
|
},
|
|
874
934
|
{
|
|
@@ -899,7 +959,8 @@
|
|
|
899
959
|
"onTypeFormatting": "onTypeFormatting/ini.json",
|
|
900
960
|
"documentRangeFormatting": "documentRangeFormatting/ini.json",
|
|
901
961
|
"semanticTokens": "semanticTokens/ini.json",
|
|
902
|
-
"rangeSemanticTokens": "rangeSemanticTokens/ini.json"
|
|
962
|
+
"rangeSemanticTokens": "rangeSemanticTokens/ini.json",
|
|
963
|
+
"commands": "commands/ini.json"
|
|
903
964
|
}
|
|
904
965
|
},
|
|
905
966
|
{
|
|
@@ -930,7 +991,8 @@
|
|
|
930
991
|
"onTypeFormatting": "onTypeFormatting/java.json",
|
|
931
992
|
"documentRangeFormatting": "documentRangeFormatting/java.json",
|
|
932
993
|
"semanticTokens": "semanticTokens/java.json",
|
|
933
|
-
"rangeSemanticTokens": "rangeSemanticTokens/java.json"
|
|
994
|
+
"rangeSemanticTokens": "rangeSemanticTokens/java.json",
|
|
995
|
+
"commands": "commands/java.json"
|
|
934
996
|
}
|
|
935
997
|
},
|
|
936
998
|
{
|
|
@@ -961,7 +1023,8 @@
|
|
|
961
1023
|
"onTypeFormatting": "onTypeFormatting/javascript.json",
|
|
962
1024
|
"documentRangeFormatting": "documentRangeFormatting/javascript.json",
|
|
963
1025
|
"semanticTokens": "semanticTokens/javascript.json",
|
|
964
|
-
"rangeSemanticTokens": "rangeSemanticTokens/javascript.json"
|
|
1026
|
+
"rangeSemanticTokens": "rangeSemanticTokens/javascript.json",
|
|
1027
|
+
"commands": "commands/javascript.json"
|
|
965
1028
|
}
|
|
966
1029
|
},
|
|
967
1030
|
{
|
|
@@ -992,7 +1055,8 @@
|
|
|
992
1055
|
"onTypeFormatting": "onTypeFormatting/json.json",
|
|
993
1056
|
"documentRangeFormatting": "documentRangeFormatting/json.json",
|
|
994
1057
|
"semanticTokens": "semanticTokens/json.json",
|
|
995
|
-
"rangeSemanticTokens": "rangeSemanticTokens/json.json"
|
|
1058
|
+
"rangeSemanticTokens": "rangeSemanticTokens/json.json",
|
|
1059
|
+
"commands": "commands/json.json"
|
|
996
1060
|
}
|
|
997
1061
|
},
|
|
998
1062
|
{
|
|
@@ -1023,7 +1087,8 @@
|
|
|
1023
1087
|
"onTypeFormatting": "onTypeFormatting/julia.json",
|
|
1024
1088
|
"documentRangeFormatting": "documentRangeFormatting/julia.json",
|
|
1025
1089
|
"semanticTokens": "semanticTokens/julia.json",
|
|
1026
|
-
"rangeSemanticTokens": "rangeSemanticTokens/julia.json"
|
|
1090
|
+
"rangeSemanticTokens": "rangeSemanticTokens/julia.json",
|
|
1091
|
+
"commands": "commands/julia.json"
|
|
1027
1092
|
}
|
|
1028
1093
|
},
|
|
1029
1094
|
{
|
|
@@ -1054,7 +1119,8 @@
|
|
|
1054
1119
|
"onTypeFormatting": "onTypeFormatting/kotlin.json",
|
|
1055
1120
|
"documentRangeFormatting": "documentRangeFormatting/kotlin.json",
|
|
1056
1121
|
"semanticTokens": "semanticTokens/kotlin.json",
|
|
1057
|
-
"rangeSemanticTokens": "rangeSemanticTokens/kotlin.json"
|
|
1122
|
+
"rangeSemanticTokens": "rangeSemanticTokens/kotlin.json",
|
|
1123
|
+
"commands": "commands/kotlin.json"
|
|
1058
1124
|
}
|
|
1059
1125
|
},
|
|
1060
1126
|
{
|
|
@@ -1085,7 +1151,8 @@
|
|
|
1085
1151
|
"onTypeFormatting": "onTypeFormatting/less.json",
|
|
1086
1152
|
"documentRangeFormatting": "documentRangeFormatting/less.json",
|
|
1087
1153
|
"semanticTokens": "semanticTokens/less.json",
|
|
1088
|
-
"rangeSemanticTokens": "rangeSemanticTokens/less.json"
|
|
1154
|
+
"rangeSemanticTokens": "rangeSemanticTokens/less.json",
|
|
1155
|
+
"commands": "commands/less.json"
|
|
1089
1156
|
}
|
|
1090
1157
|
},
|
|
1091
1158
|
{
|
|
@@ -1116,7 +1183,8 @@
|
|
|
1116
1183
|
"onTypeFormatting": "onTypeFormatting/lexon.json",
|
|
1117
1184
|
"documentRangeFormatting": "documentRangeFormatting/lexon.json",
|
|
1118
1185
|
"semanticTokens": "semanticTokens/lexon.json",
|
|
1119
|
-
"rangeSemanticTokens": "rangeSemanticTokens/lexon.json"
|
|
1186
|
+
"rangeSemanticTokens": "rangeSemanticTokens/lexon.json",
|
|
1187
|
+
"commands": "commands/lexon.json"
|
|
1120
1188
|
}
|
|
1121
1189
|
},
|
|
1122
1190
|
{
|
|
@@ -1147,7 +1215,8 @@
|
|
|
1147
1215
|
"onTypeFormatting": "onTypeFormatting/liquid.json",
|
|
1148
1216
|
"documentRangeFormatting": "documentRangeFormatting/liquid.json",
|
|
1149
1217
|
"semanticTokens": "semanticTokens/liquid.json",
|
|
1150
|
-
"rangeSemanticTokens": "rangeSemanticTokens/liquid.json"
|
|
1218
|
+
"rangeSemanticTokens": "rangeSemanticTokens/liquid.json",
|
|
1219
|
+
"commands": "commands/liquid.json"
|
|
1151
1220
|
}
|
|
1152
1221
|
},
|
|
1153
1222
|
{
|
|
@@ -1178,7 +1247,8 @@
|
|
|
1178
1247
|
"onTypeFormatting": "onTypeFormatting/lua.json",
|
|
1179
1248
|
"documentRangeFormatting": "documentRangeFormatting/lua.json",
|
|
1180
1249
|
"semanticTokens": "semanticTokens/lua.json",
|
|
1181
|
-
"rangeSemanticTokens": "rangeSemanticTokens/lua.json"
|
|
1250
|
+
"rangeSemanticTokens": "rangeSemanticTokens/lua.json",
|
|
1251
|
+
"commands": "commands/lua.json"
|
|
1182
1252
|
}
|
|
1183
1253
|
},
|
|
1184
1254
|
{
|
|
@@ -1209,7 +1279,8 @@
|
|
|
1209
1279
|
"onTypeFormatting": "onTypeFormatting/m3.json",
|
|
1210
1280
|
"documentRangeFormatting": "documentRangeFormatting/m3.json",
|
|
1211
1281
|
"semanticTokens": "semanticTokens/m3.json",
|
|
1212
|
-
"rangeSemanticTokens": "rangeSemanticTokens/m3.json"
|
|
1282
|
+
"rangeSemanticTokens": "rangeSemanticTokens/m3.json",
|
|
1283
|
+
"commands": "commands/m3.json"
|
|
1213
1284
|
}
|
|
1214
1285
|
},
|
|
1215
1286
|
{
|
|
@@ -1240,7 +1311,8 @@
|
|
|
1240
1311
|
"onTypeFormatting": "onTypeFormatting/makefile.json",
|
|
1241
1312
|
"documentRangeFormatting": "documentRangeFormatting/makefile.json",
|
|
1242
1313
|
"semanticTokens": "semanticTokens/makefile.json",
|
|
1243
|
-
"rangeSemanticTokens": "rangeSemanticTokens/makefile.json"
|
|
1314
|
+
"rangeSemanticTokens": "rangeSemanticTokens/makefile.json",
|
|
1315
|
+
"commands": "commands/makefile.json"
|
|
1244
1316
|
}
|
|
1245
1317
|
},
|
|
1246
1318
|
{
|
|
@@ -1271,7 +1343,8 @@
|
|
|
1271
1343
|
"onTypeFormatting": "onTypeFormatting/markdown.json",
|
|
1272
1344
|
"documentRangeFormatting": "documentRangeFormatting/markdown.json",
|
|
1273
1345
|
"semanticTokens": "semanticTokens/markdown.json",
|
|
1274
|
-
"rangeSemanticTokens": "rangeSemanticTokens/markdown.json"
|
|
1346
|
+
"rangeSemanticTokens": "rangeSemanticTokens/markdown.json",
|
|
1347
|
+
"commands": "commands/markdown.json"
|
|
1275
1348
|
}
|
|
1276
1349
|
},
|
|
1277
1350
|
{
|
|
@@ -1302,7 +1375,8 @@
|
|
|
1302
1375
|
"onTypeFormatting": "onTypeFormatting/mdx.json",
|
|
1303
1376
|
"documentRangeFormatting": "documentRangeFormatting/mdx.json",
|
|
1304
1377
|
"semanticTokens": "semanticTokens/mdx.json",
|
|
1305
|
-
"rangeSemanticTokens": "rangeSemanticTokens/mdx.json"
|
|
1378
|
+
"rangeSemanticTokens": "rangeSemanticTokens/mdx.json",
|
|
1379
|
+
"commands": "commands/mdx.json"
|
|
1306
1380
|
}
|
|
1307
1381
|
},
|
|
1308
1382
|
{
|
|
@@ -1333,7 +1407,8 @@
|
|
|
1333
1407
|
"onTypeFormatting": "onTypeFormatting/mips.json",
|
|
1334
1408
|
"documentRangeFormatting": "documentRangeFormatting/mips.json",
|
|
1335
1409
|
"semanticTokens": "semanticTokens/mips.json",
|
|
1336
|
-
"rangeSemanticTokens": "rangeSemanticTokens/mips.json"
|
|
1410
|
+
"rangeSemanticTokens": "rangeSemanticTokens/mips.json",
|
|
1411
|
+
"commands": "commands/mips.json"
|
|
1337
1412
|
}
|
|
1338
1413
|
},
|
|
1339
1414
|
{
|
|
@@ -1364,7 +1439,8 @@
|
|
|
1364
1439
|
"onTypeFormatting": "onTypeFormatting/msdax.json",
|
|
1365
1440
|
"documentRangeFormatting": "documentRangeFormatting/msdax.json",
|
|
1366
1441
|
"semanticTokens": "semanticTokens/msdax.json",
|
|
1367
|
-
"rangeSemanticTokens": "rangeSemanticTokens/msdax.json"
|
|
1442
|
+
"rangeSemanticTokens": "rangeSemanticTokens/msdax.json",
|
|
1443
|
+
"commands": "commands/msdax.json"
|
|
1368
1444
|
}
|
|
1369
1445
|
},
|
|
1370
1446
|
{
|
|
@@ -1395,7 +1471,72 @@
|
|
|
1395
1471
|
"onTypeFormatting": "onTypeFormatting/mysql.json",
|
|
1396
1472
|
"documentRangeFormatting": "documentRangeFormatting/mysql.json",
|
|
1397
1473
|
"semanticTokens": "semanticTokens/mysql.json",
|
|
1398
|
-
"rangeSemanticTokens": "rangeSemanticTokens/mysql.json"
|
|
1474
|
+
"rangeSemanticTokens": "rangeSemanticTokens/mysql.json",
|
|
1475
|
+
"commands": "commands/mysql.json"
|
|
1476
|
+
}
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"id": "nestjs",
|
|
1480
|
+
"name": "NestJS",
|
|
1481
|
+
"files": {
|
|
1482
|
+
"completion": "completion/nestjs.json",
|
|
1483
|
+
"definition": "definition/nestjs.json",
|
|
1484
|
+
"hover": "hover/nestjs.json",
|
|
1485
|
+
"codeActions": "codeActions/nestjs.json",
|
|
1486
|
+
"documentHighlight": "documentHighlight/nestjs.json",
|
|
1487
|
+
"documentSymbol": "documentSymbol/nestjs.json",
|
|
1488
|
+
"links": "links/nestjs.json",
|
|
1489
|
+
"typeDefinition": "typeDefinition/nestjs.json",
|
|
1490
|
+
"references": "references/nestjs.json",
|
|
1491
|
+
"implementation": "implementation/nestjs.json",
|
|
1492
|
+
"inlineCompletions": "inlineCompletions/nestjs.json",
|
|
1493
|
+
"formatting": "formatting/nestjs.json",
|
|
1494
|
+
"codeLens": "codeLens/nestjs.json",
|
|
1495
|
+
"color": "color/nestjs.json",
|
|
1496
|
+
"declaration": "declaration/nestjs.json",
|
|
1497
|
+
"inlayHints": "inlayHints/nestjs.json",
|
|
1498
|
+
"signatureHelp": "signatureHelp/nestjs.json",
|
|
1499
|
+
"foldingRange": "foldingRange/nestjs.json",
|
|
1500
|
+
"rename": "rename/nestjs.json",
|
|
1501
|
+
"selectionRange": "selectionRange/nestjs.json",
|
|
1502
|
+
"linkedEditingRange": "linkedEditingRange/nestjs.json",
|
|
1503
|
+
"onTypeFormatting": "onTypeFormatting/nestjs.json",
|
|
1504
|
+
"documentRangeFormatting": "documentRangeFormatting/nestjs.json",
|
|
1505
|
+
"semanticTokens": "semanticTokens/nestjs.json",
|
|
1506
|
+
"rangeSemanticTokens": "rangeSemanticTokens/nestjs.json",
|
|
1507
|
+
"commands": "commands/nestjs.json"
|
|
1508
|
+
}
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"id": "nextjs",
|
|
1512
|
+
"name": "Next.js",
|
|
1513
|
+
"files": {
|
|
1514
|
+
"completion": "completion/nextjs.json",
|
|
1515
|
+
"definition": "definition/nextjs.json",
|
|
1516
|
+
"hover": "hover/nextjs.json",
|
|
1517
|
+
"codeActions": "codeActions/nextjs.json",
|
|
1518
|
+
"documentHighlight": "documentHighlight/nextjs.json",
|
|
1519
|
+
"documentSymbol": "documentSymbol/nextjs.json",
|
|
1520
|
+
"links": "links/nextjs.json",
|
|
1521
|
+
"typeDefinition": "typeDefinition/nextjs.json",
|
|
1522
|
+
"references": "references/nextjs.json",
|
|
1523
|
+
"implementation": "implementation/nextjs.json",
|
|
1524
|
+
"inlineCompletions": "inlineCompletions/nextjs.json",
|
|
1525
|
+
"formatting": "formatting/nextjs.json",
|
|
1526
|
+
"codeLens": "codeLens/nextjs.json",
|
|
1527
|
+
"color": "color/nextjs.json",
|
|
1528
|
+
"declaration": "declaration/nextjs.json",
|
|
1529
|
+
"inlayHints": "inlayHints/nextjs.json",
|
|
1530
|
+
"signatureHelp": "signatureHelp/nextjs.json",
|
|
1531
|
+
"foldingRange": "foldingRange/nextjs.json",
|
|
1532
|
+
"rename": "rename/nextjs.json",
|
|
1533
|
+
"selectionRange": "selectionRange/nextjs.json",
|
|
1534
|
+
"linkedEditingRange": "linkedEditingRange/nextjs.json",
|
|
1535
|
+
"onTypeFormatting": "onTypeFormatting/nextjs.json",
|
|
1536
|
+
"documentRangeFormatting": "documentRangeFormatting/nextjs.json",
|
|
1537
|
+
"semanticTokens": "semanticTokens/nextjs.json",
|
|
1538
|
+
"rangeSemanticTokens": "rangeSemanticTokens/nextjs.json",
|
|
1539
|
+
"commands": "commands/nextjs.json"
|
|
1399
1540
|
}
|
|
1400
1541
|
},
|
|
1401
1542
|
{
|
|
@@ -1426,7 +1567,8 @@
|
|
|
1426
1567
|
"onTypeFormatting": "onTypeFormatting/nginx.json",
|
|
1427
1568
|
"documentRangeFormatting": "documentRangeFormatting/nginx.json",
|
|
1428
1569
|
"semanticTokens": "semanticTokens/nginx.json",
|
|
1429
|
-
"rangeSemanticTokens": "rangeSemanticTokens/nginx.json"
|
|
1570
|
+
"rangeSemanticTokens": "rangeSemanticTokens/nginx.json",
|
|
1571
|
+
"commands": "commands/nginx.json"
|
|
1430
1572
|
}
|
|
1431
1573
|
},
|
|
1432
1574
|
{
|
|
@@ -1457,7 +1599,8 @@
|
|
|
1457
1599
|
"onTypeFormatting": "onTypeFormatting/objective-c.json",
|
|
1458
1600
|
"documentRangeFormatting": "documentRangeFormatting/objective-c.json",
|
|
1459
1601
|
"semanticTokens": "semanticTokens/objective-c.json",
|
|
1460
|
-
"rangeSemanticTokens": "rangeSemanticTokens/objective-c.json"
|
|
1602
|
+
"rangeSemanticTokens": "rangeSemanticTokens/objective-c.json",
|
|
1603
|
+
"commands": "commands/objective-c.json"
|
|
1461
1604
|
}
|
|
1462
1605
|
},
|
|
1463
1606
|
{
|
|
@@ -1488,7 +1631,8 @@
|
|
|
1488
1631
|
"onTypeFormatting": "onTypeFormatting/pascal.json",
|
|
1489
1632
|
"documentRangeFormatting": "documentRangeFormatting/pascal.json",
|
|
1490
1633
|
"semanticTokens": "semanticTokens/pascal.json",
|
|
1491
|
-
"rangeSemanticTokens": "rangeSemanticTokens/pascal.json"
|
|
1634
|
+
"rangeSemanticTokens": "rangeSemanticTokens/pascal.json",
|
|
1635
|
+
"commands": "commands/pascal.json"
|
|
1492
1636
|
}
|
|
1493
1637
|
},
|
|
1494
1638
|
{
|
|
@@ -1519,7 +1663,8 @@
|
|
|
1519
1663
|
"onTypeFormatting": "onTypeFormatting/pascaligo.json",
|
|
1520
1664
|
"documentRangeFormatting": "documentRangeFormatting/pascaligo.json",
|
|
1521
1665
|
"semanticTokens": "semanticTokens/pascaligo.json",
|
|
1522
|
-
"rangeSemanticTokens": "rangeSemanticTokens/pascaligo.json"
|
|
1666
|
+
"rangeSemanticTokens": "rangeSemanticTokens/pascaligo.json",
|
|
1667
|
+
"commands": "commands/pascaligo.json"
|
|
1523
1668
|
}
|
|
1524
1669
|
},
|
|
1525
1670
|
{
|
|
@@ -1550,7 +1695,8 @@
|
|
|
1550
1695
|
"onTypeFormatting": "onTypeFormatting/perl.json",
|
|
1551
1696
|
"documentRangeFormatting": "documentRangeFormatting/perl.json",
|
|
1552
1697
|
"semanticTokens": "semanticTokens/perl.json",
|
|
1553
|
-
"rangeSemanticTokens": "rangeSemanticTokens/perl.json"
|
|
1698
|
+
"rangeSemanticTokens": "rangeSemanticTokens/perl.json",
|
|
1699
|
+
"commands": "commands/perl.json"
|
|
1554
1700
|
}
|
|
1555
1701
|
},
|
|
1556
1702
|
{
|
|
@@ -1581,7 +1727,8 @@
|
|
|
1581
1727
|
"onTypeFormatting": "onTypeFormatting/pgsql.json",
|
|
1582
1728
|
"documentRangeFormatting": "documentRangeFormatting/pgsql.json",
|
|
1583
1729
|
"semanticTokens": "semanticTokens/pgsql.json",
|
|
1584
|
-
"rangeSemanticTokens": "rangeSemanticTokens/pgsql.json"
|
|
1730
|
+
"rangeSemanticTokens": "rangeSemanticTokens/pgsql.json",
|
|
1731
|
+
"commands": "commands/pgsql.json"
|
|
1585
1732
|
}
|
|
1586
1733
|
},
|
|
1587
1734
|
{
|
|
@@ -1612,7 +1759,8 @@
|
|
|
1612
1759
|
"onTypeFormatting": "onTypeFormatting/php.json",
|
|
1613
1760
|
"documentRangeFormatting": "documentRangeFormatting/php.json",
|
|
1614
1761
|
"semanticTokens": "semanticTokens/php.json",
|
|
1615
|
-
"rangeSemanticTokens": "rangeSemanticTokens/php.json"
|
|
1762
|
+
"rangeSemanticTokens": "rangeSemanticTokens/php.json",
|
|
1763
|
+
"commands": "commands/php.json"
|
|
1616
1764
|
}
|
|
1617
1765
|
},
|
|
1618
1766
|
{
|
|
@@ -1643,7 +1791,8 @@
|
|
|
1643
1791
|
"onTypeFormatting": "onTypeFormatting/pla.json",
|
|
1644
1792
|
"documentRangeFormatting": "documentRangeFormatting/pla.json",
|
|
1645
1793
|
"semanticTokens": "semanticTokens/pla.json",
|
|
1646
|
-
"rangeSemanticTokens": "rangeSemanticTokens/pla.json"
|
|
1794
|
+
"rangeSemanticTokens": "rangeSemanticTokens/pla.json",
|
|
1795
|
+
"commands": "commands/pla.json"
|
|
1647
1796
|
}
|
|
1648
1797
|
},
|
|
1649
1798
|
{
|
|
@@ -1674,7 +1823,8 @@
|
|
|
1674
1823
|
"onTypeFormatting": "onTypeFormatting/postiats.json",
|
|
1675
1824
|
"documentRangeFormatting": "documentRangeFormatting/postiats.json",
|
|
1676
1825
|
"semanticTokens": "semanticTokens/postiats.json",
|
|
1677
|
-
"rangeSemanticTokens": "rangeSemanticTokens/postiats.json"
|
|
1826
|
+
"rangeSemanticTokens": "rangeSemanticTokens/postiats.json",
|
|
1827
|
+
"commands": "commands/postiats.json"
|
|
1678
1828
|
}
|
|
1679
1829
|
},
|
|
1680
1830
|
{
|
|
@@ -1705,7 +1855,8 @@
|
|
|
1705
1855
|
"onTypeFormatting": "onTypeFormatting/powerquery.json",
|
|
1706
1856
|
"documentRangeFormatting": "documentRangeFormatting/powerquery.json",
|
|
1707
1857
|
"semanticTokens": "semanticTokens/powerquery.json",
|
|
1708
|
-
"rangeSemanticTokens": "rangeSemanticTokens/powerquery.json"
|
|
1858
|
+
"rangeSemanticTokens": "rangeSemanticTokens/powerquery.json",
|
|
1859
|
+
"commands": "commands/powerquery.json"
|
|
1709
1860
|
}
|
|
1710
1861
|
},
|
|
1711
1862
|
{
|
|
@@ -1736,7 +1887,8 @@
|
|
|
1736
1887
|
"onTypeFormatting": "onTypeFormatting/powershell.json",
|
|
1737
1888
|
"documentRangeFormatting": "documentRangeFormatting/powershell.json",
|
|
1738
1889
|
"semanticTokens": "semanticTokens/powershell.json",
|
|
1739
|
-
"rangeSemanticTokens": "rangeSemanticTokens/powershell.json"
|
|
1890
|
+
"rangeSemanticTokens": "rangeSemanticTokens/powershell.json",
|
|
1891
|
+
"commands": "commands/powershell.json"
|
|
1740
1892
|
}
|
|
1741
1893
|
},
|
|
1742
1894
|
{
|
|
@@ -1767,7 +1919,8 @@
|
|
|
1767
1919
|
"onTypeFormatting": "onTypeFormatting/protobuf.json",
|
|
1768
1920
|
"documentRangeFormatting": "documentRangeFormatting/protobuf.json",
|
|
1769
1921
|
"semanticTokens": "semanticTokens/protobuf.json",
|
|
1770
|
-
"rangeSemanticTokens": "rangeSemanticTokens/protobuf.json"
|
|
1922
|
+
"rangeSemanticTokens": "rangeSemanticTokens/protobuf.json",
|
|
1923
|
+
"commands": "commands/protobuf.json"
|
|
1771
1924
|
}
|
|
1772
1925
|
},
|
|
1773
1926
|
{
|
|
@@ -1798,7 +1951,8 @@
|
|
|
1798
1951
|
"onTypeFormatting": "onTypeFormatting/python.json",
|
|
1799
1952
|
"documentRangeFormatting": "documentRangeFormatting/python.json",
|
|
1800
1953
|
"semanticTokens": "semanticTokens/python.json",
|
|
1801
|
-
"rangeSemanticTokens": "rangeSemanticTokens/python.json"
|
|
1954
|
+
"rangeSemanticTokens": "rangeSemanticTokens/python.json",
|
|
1955
|
+
"commands": "commands/python.json"
|
|
1802
1956
|
}
|
|
1803
1957
|
},
|
|
1804
1958
|
{
|
|
@@ -1829,7 +1983,8 @@
|
|
|
1829
1983
|
"onTypeFormatting": "onTypeFormatting/qsharp.json",
|
|
1830
1984
|
"documentRangeFormatting": "documentRangeFormatting/qsharp.json",
|
|
1831
1985
|
"semanticTokens": "semanticTokens/qsharp.json",
|
|
1832
|
-
"rangeSemanticTokens": "rangeSemanticTokens/qsharp.json"
|
|
1986
|
+
"rangeSemanticTokens": "rangeSemanticTokens/qsharp.json",
|
|
1987
|
+
"commands": "commands/qsharp.json"
|
|
1833
1988
|
}
|
|
1834
1989
|
},
|
|
1835
1990
|
{
|
|
@@ -1860,7 +2015,8 @@
|
|
|
1860
2015
|
"onTypeFormatting": "onTypeFormatting/r.json",
|
|
1861
2016
|
"documentRangeFormatting": "documentRangeFormatting/r.json",
|
|
1862
2017
|
"semanticTokens": "semanticTokens/r.json",
|
|
1863
|
-
"rangeSemanticTokens": "rangeSemanticTokens/r.json"
|
|
2018
|
+
"rangeSemanticTokens": "rangeSemanticTokens/r.json",
|
|
2019
|
+
"commands": "commands/r.json"
|
|
1864
2020
|
}
|
|
1865
2021
|
},
|
|
1866
2022
|
{
|
|
@@ -1891,7 +2047,40 @@
|
|
|
1891
2047
|
"onTypeFormatting": "onTypeFormatting/razor.json",
|
|
1892
2048
|
"documentRangeFormatting": "documentRangeFormatting/razor.json",
|
|
1893
2049
|
"semanticTokens": "semanticTokens/razor.json",
|
|
1894
|
-
"rangeSemanticTokens": "rangeSemanticTokens/razor.json"
|
|
2050
|
+
"rangeSemanticTokens": "rangeSemanticTokens/razor.json",
|
|
2051
|
+
"commands": "commands/razor.json"
|
|
2052
|
+
}
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"id": "react",
|
|
2056
|
+
"name": "React",
|
|
2057
|
+
"files": {
|
|
2058
|
+
"completion": "completion/react.json",
|
|
2059
|
+
"definition": "definition/react.json",
|
|
2060
|
+
"hover": "hover/react.json",
|
|
2061
|
+
"codeActions": "codeActions/react.json",
|
|
2062
|
+
"documentHighlight": "documentHighlight/react.json",
|
|
2063
|
+
"documentSymbol": "documentSymbol/react.json",
|
|
2064
|
+
"links": "links/react.json",
|
|
2065
|
+
"typeDefinition": "typeDefinition/react.json",
|
|
2066
|
+
"references": "references/react.json",
|
|
2067
|
+
"implementation": "implementation/react.json",
|
|
2068
|
+
"inlineCompletions": "inlineCompletions/react.json",
|
|
2069
|
+
"formatting": "formatting/react.json",
|
|
2070
|
+
"codeLens": "codeLens/react.json",
|
|
2071
|
+
"color": "color/react.json",
|
|
2072
|
+
"declaration": "declaration/react.json",
|
|
2073
|
+
"inlayHints": "inlayHints/react.json",
|
|
2074
|
+
"signatureHelp": "signatureHelp/react.json",
|
|
2075
|
+
"foldingRange": "foldingRange/react.json",
|
|
2076
|
+
"rename": "rename/react.json",
|
|
2077
|
+
"selectionRange": "selectionRange/react.json",
|
|
2078
|
+
"linkedEditingRange": "linkedEditingRange/react.json",
|
|
2079
|
+
"onTypeFormatting": "onTypeFormatting/react.json",
|
|
2080
|
+
"documentRangeFormatting": "documentRangeFormatting/react.json",
|
|
2081
|
+
"semanticTokens": "semanticTokens/react.json",
|
|
2082
|
+
"rangeSemanticTokens": "rangeSemanticTokens/react.json",
|
|
2083
|
+
"commands": "commands/react.json"
|
|
1895
2084
|
}
|
|
1896
2085
|
},
|
|
1897
2086
|
{
|
|
@@ -1922,7 +2111,8 @@
|
|
|
1922
2111
|
"onTypeFormatting": "onTypeFormatting/redis.json",
|
|
1923
2112
|
"documentRangeFormatting": "documentRangeFormatting/redis.json",
|
|
1924
2113
|
"semanticTokens": "semanticTokens/redis.json",
|
|
1925
|
-
"rangeSemanticTokens": "rangeSemanticTokens/redis.json"
|
|
2114
|
+
"rangeSemanticTokens": "rangeSemanticTokens/redis.json",
|
|
2115
|
+
"commands": "commands/redis.json"
|
|
1926
2116
|
}
|
|
1927
2117
|
},
|
|
1928
2118
|
{
|
|
@@ -1953,7 +2143,8 @@
|
|
|
1953
2143
|
"onTypeFormatting": "onTypeFormatting/redis-cli.json",
|
|
1954
2144
|
"documentRangeFormatting": "documentRangeFormatting/redis-cli.json",
|
|
1955
2145
|
"semanticTokens": "semanticTokens/redis-cli.json",
|
|
1956
|
-
"rangeSemanticTokens": "rangeSemanticTokens/redis-cli.json"
|
|
2146
|
+
"rangeSemanticTokens": "rangeSemanticTokens/redis-cli.json",
|
|
2147
|
+
"commands": "commands/redis-cli.json"
|
|
1957
2148
|
}
|
|
1958
2149
|
},
|
|
1959
2150
|
{
|
|
@@ -1984,7 +2175,8 @@
|
|
|
1984
2175
|
"onTypeFormatting": "onTypeFormatting/redshift.json",
|
|
1985
2176
|
"documentRangeFormatting": "documentRangeFormatting/redshift.json",
|
|
1986
2177
|
"semanticTokens": "semanticTokens/redshift.json",
|
|
1987
|
-
"rangeSemanticTokens": "rangeSemanticTokens/redshift.json"
|
|
2178
|
+
"rangeSemanticTokens": "rangeSemanticTokens/redshift.json",
|
|
2179
|
+
"commands": "commands/redshift.json"
|
|
1988
2180
|
}
|
|
1989
2181
|
},
|
|
1990
2182
|
{
|
|
@@ -2015,7 +2207,8 @@
|
|
|
2015
2207
|
"onTypeFormatting": "onTypeFormatting/restructuredtext.json",
|
|
2016
2208
|
"documentRangeFormatting": "documentRangeFormatting/restructuredtext.json",
|
|
2017
2209
|
"semanticTokens": "semanticTokens/restructuredtext.json",
|
|
2018
|
-
"rangeSemanticTokens": "rangeSemanticTokens/restructuredtext.json"
|
|
2210
|
+
"rangeSemanticTokens": "rangeSemanticTokens/restructuredtext.json",
|
|
2211
|
+
"commands": "commands/restructuredtext.json"
|
|
2019
2212
|
}
|
|
2020
2213
|
},
|
|
2021
2214
|
{
|
|
@@ -2046,7 +2239,8 @@
|
|
|
2046
2239
|
"onTypeFormatting": "onTypeFormatting/ruby.json",
|
|
2047
2240
|
"documentRangeFormatting": "documentRangeFormatting/ruby.json",
|
|
2048
2241
|
"semanticTokens": "semanticTokens/ruby.json",
|
|
2049
|
-
"rangeSemanticTokens": "rangeSemanticTokens/ruby.json"
|
|
2242
|
+
"rangeSemanticTokens": "rangeSemanticTokens/ruby.json",
|
|
2243
|
+
"commands": "commands/ruby.json"
|
|
2050
2244
|
}
|
|
2051
2245
|
},
|
|
2052
2246
|
{
|
|
@@ -2077,7 +2271,8 @@
|
|
|
2077
2271
|
"onTypeFormatting": "onTypeFormatting/rust.json",
|
|
2078
2272
|
"documentRangeFormatting": "documentRangeFormatting/rust.json",
|
|
2079
2273
|
"semanticTokens": "semanticTokens/rust.json",
|
|
2080
|
-
"rangeSemanticTokens": "rangeSemanticTokens/rust.json"
|
|
2274
|
+
"rangeSemanticTokens": "rangeSemanticTokens/rust.json",
|
|
2275
|
+
"commands": "commands/rust.json"
|
|
2081
2276
|
}
|
|
2082
2277
|
},
|
|
2083
2278
|
{
|
|
@@ -2108,7 +2303,8 @@
|
|
|
2108
2303
|
"onTypeFormatting": "onTypeFormatting/sb.json",
|
|
2109
2304
|
"documentRangeFormatting": "documentRangeFormatting/sb.json",
|
|
2110
2305
|
"semanticTokens": "semanticTokens/sb.json",
|
|
2111
|
-
"rangeSemanticTokens": "rangeSemanticTokens/sb.json"
|
|
2306
|
+
"rangeSemanticTokens": "rangeSemanticTokens/sb.json",
|
|
2307
|
+
"commands": "commands/sb.json"
|
|
2112
2308
|
}
|
|
2113
2309
|
},
|
|
2114
2310
|
{
|
|
@@ -2139,7 +2335,8 @@
|
|
|
2139
2335
|
"onTypeFormatting": "onTypeFormatting/scala.json",
|
|
2140
2336
|
"documentRangeFormatting": "documentRangeFormatting/scala.json",
|
|
2141
2337
|
"semanticTokens": "semanticTokens/scala.json",
|
|
2142
|
-
"rangeSemanticTokens": "rangeSemanticTokens/scala.json"
|
|
2338
|
+
"rangeSemanticTokens": "rangeSemanticTokens/scala.json",
|
|
2339
|
+
"commands": "commands/scala.json"
|
|
2143
2340
|
}
|
|
2144
2341
|
},
|
|
2145
2342
|
{
|
|
@@ -2170,7 +2367,8 @@
|
|
|
2170
2367
|
"onTypeFormatting": "onTypeFormatting/scheme.json",
|
|
2171
2368
|
"documentRangeFormatting": "documentRangeFormatting/scheme.json",
|
|
2172
2369
|
"semanticTokens": "semanticTokens/scheme.json",
|
|
2173
|
-
"rangeSemanticTokens": "rangeSemanticTokens/scheme.json"
|
|
2370
|
+
"rangeSemanticTokens": "rangeSemanticTokens/scheme.json",
|
|
2371
|
+
"commands": "commands/scheme.json"
|
|
2174
2372
|
}
|
|
2175
2373
|
},
|
|
2176
2374
|
{
|
|
@@ -2201,12 +2399,45 @@
|
|
|
2201
2399
|
"onTypeFormatting": "onTypeFormatting/scss.json",
|
|
2202
2400
|
"documentRangeFormatting": "documentRangeFormatting/scss.json",
|
|
2203
2401
|
"semanticTokens": "semanticTokens/scss.json",
|
|
2204
|
-
"rangeSemanticTokens": "rangeSemanticTokens/scss.json"
|
|
2402
|
+
"rangeSemanticTokens": "rangeSemanticTokens/scss.json",
|
|
2403
|
+
"commands": "commands/scss.json"
|
|
2404
|
+
}
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"id": "shadcn",
|
|
2408
|
+
"name": "shadcn/ui",
|
|
2409
|
+
"files": {
|
|
2410
|
+
"completion": "completion/shadcn.json",
|
|
2411
|
+
"definition": "definition/shadcn.json",
|
|
2412
|
+
"hover": "hover/shadcn.json",
|
|
2413
|
+
"codeActions": "codeActions/shadcn.json",
|
|
2414
|
+
"documentHighlight": "documentHighlight/shadcn.json",
|
|
2415
|
+
"documentSymbol": "documentSymbol/shadcn.json",
|
|
2416
|
+
"links": "links/shadcn.json",
|
|
2417
|
+
"typeDefinition": "typeDefinition/shadcn.json",
|
|
2418
|
+
"references": "references/shadcn.json",
|
|
2419
|
+
"implementation": "implementation/shadcn.json",
|
|
2420
|
+
"inlineCompletions": "inlineCompletions/shadcn.json",
|
|
2421
|
+
"formatting": "formatting/shadcn.json",
|
|
2422
|
+
"codeLens": "codeLens/shadcn.json",
|
|
2423
|
+
"color": "color/shadcn.json",
|
|
2424
|
+
"declaration": "declaration/shadcn.json",
|
|
2425
|
+
"inlayHints": "inlayHints/shadcn.json",
|
|
2426
|
+
"signatureHelp": "signatureHelp/shadcn.json",
|
|
2427
|
+
"foldingRange": "foldingRange/shadcn.json",
|
|
2428
|
+
"rename": "rename/shadcn.json",
|
|
2429
|
+
"selectionRange": "selectionRange/shadcn.json",
|
|
2430
|
+
"linkedEditingRange": "linkedEditingRange/shadcn.json",
|
|
2431
|
+
"onTypeFormatting": "onTypeFormatting/shadcn.json",
|
|
2432
|
+
"documentRangeFormatting": "documentRangeFormatting/shadcn.json",
|
|
2433
|
+
"semanticTokens": "semanticTokens/shadcn.json",
|
|
2434
|
+
"rangeSemanticTokens": "rangeSemanticTokens/shadcn.json",
|
|
2435
|
+
"commands": "commands/shadcn.json"
|
|
2205
2436
|
}
|
|
2206
2437
|
},
|
|
2207
2438
|
{
|
|
2208
2439
|
"id": "shell",
|
|
2209
|
-
"name": "Shell
|
|
2440
|
+
"name": "Shell (Bash / Zsh / ShellScript)",
|
|
2210
2441
|
"files": {
|
|
2211
2442
|
"completion": "completion/shell.json",
|
|
2212
2443
|
"definition": "definition/shell.json",
|
|
@@ -2232,7 +2463,8 @@
|
|
|
2232
2463
|
"onTypeFormatting": "onTypeFormatting/shell.json",
|
|
2233
2464
|
"documentRangeFormatting": "documentRangeFormatting/shell.json",
|
|
2234
2465
|
"semanticTokens": "semanticTokens/shell.json",
|
|
2235
|
-
"rangeSemanticTokens": "rangeSemanticTokens/shell.json"
|
|
2466
|
+
"rangeSemanticTokens": "rangeSemanticTokens/shell.json",
|
|
2467
|
+
"commands": "commands/shell.json"
|
|
2236
2468
|
}
|
|
2237
2469
|
},
|
|
2238
2470
|
{
|
|
@@ -2263,7 +2495,8 @@
|
|
|
2263
2495
|
"onTypeFormatting": "onTypeFormatting/sol.json",
|
|
2264
2496
|
"documentRangeFormatting": "documentRangeFormatting/sol.json",
|
|
2265
2497
|
"semanticTokens": "semanticTokens/sol.json",
|
|
2266
|
-
"rangeSemanticTokens": "rangeSemanticTokens/sol.json"
|
|
2498
|
+
"rangeSemanticTokens": "rangeSemanticTokens/sol.json",
|
|
2499
|
+
"commands": "commands/sol.json"
|
|
2267
2500
|
}
|
|
2268
2501
|
},
|
|
2269
2502
|
{
|
|
@@ -2294,7 +2527,8 @@
|
|
|
2294
2527
|
"onTypeFormatting": "onTypeFormatting/sparql.json",
|
|
2295
2528
|
"documentRangeFormatting": "documentRangeFormatting/sparql.json",
|
|
2296
2529
|
"semanticTokens": "semanticTokens/sparql.json",
|
|
2297
|
-
"rangeSemanticTokens": "rangeSemanticTokens/sparql.json"
|
|
2530
|
+
"rangeSemanticTokens": "rangeSemanticTokens/sparql.json",
|
|
2531
|
+
"commands": "commands/sparql.json"
|
|
2298
2532
|
}
|
|
2299
2533
|
},
|
|
2300
2534
|
{
|
|
@@ -2325,7 +2559,8 @@
|
|
|
2325
2559
|
"onTypeFormatting": "onTypeFormatting/sql.json",
|
|
2326
2560
|
"documentRangeFormatting": "documentRangeFormatting/sql.json",
|
|
2327
2561
|
"semanticTokens": "semanticTokens/sql.json",
|
|
2328
|
-
"rangeSemanticTokens": "rangeSemanticTokens/sql.json"
|
|
2562
|
+
"rangeSemanticTokens": "rangeSemanticTokens/sql.json",
|
|
2563
|
+
"commands": "commands/sql.json"
|
|
2329
2564
|
}
|
|
2330
2565
|
},
|
|
2331
2566
|
{
|
|
@@ -2356,7 +2591,8 @@
|
|
|
2356
2591
|
"onTypeFormatting": "onTypeFormatting/ssh_config.json",
|
|
2357
2592
|
"documentRangeFormatting": "documentRangeFormatting/ssh_config.json",
|
|
2358
2593
|
"semanticTokens": "semanticTokens/ssh_config.json",
|
|
2359
|
-
"rangeSemanticTokens": "rangeSemanticTokens/ssh_config.json"
|
|
2594
|
+
"rangeSemanticTokens": "rangeSemanticTokens/ssh_config.json",
|
|
2595
|
+
"commands": "commands/ssh_config.json"
|
|
2360
2596
|
}
|
|
2361
2597
|
},
|
|
2362
2598
|
{
|
|
@@ -2387,7 +2623,8 @@
|
|
|
2387
2623
|
"onTypeFormatting": "onTypeFormatting/st.json",
|
|
2388
2624
|
"documentRangeFormatting": "documentRangeFormatting/st.json",
|
|
2389
2625
|
"semanticTokens": "semanticTokens/st.json",
|
|
2390
|
-
"rangeSemanticTokens": "rangeSemanticTokens/st.json"
|
|
2626
|
+
"rangeSemanticTokens": "rangeSemanticTokens/st.json",
|
|
2627
|
+
"commands": "commands/st.json"
|
|
2391
2628
|
}
|
|
2392
2629
|
},
|
|
2393
2630
|
{
|
|
@@ -2418,7 +2655,8 @@
|
|
|
2418
2655
|
"onTypeFormatting": "onTypeFormatting/swift.json",
|
|
2419
2656
|
"documentRangeFormatting": "documentRangeFormatting/swift.json",
|
|
2420
2657
|
"semanticTokens": "semanticTokens/swift.json",
|
|
2421
|
-
"rangeSemanticTokens": "rangeSemanticTokens/swift.json"
|
|
2658
|
+
"rangeSemanticTokens": "rangeSemanticTokens/swift.json",
|
|
2659
|
+
"commands": "commands/swift.json"
|
|
2422
2660
|
}
|
|
2423
2661
|
},
|
|
2424
2662
|
{
|
|
@@ -2449,7 +2687,8 @@
|
|
|
2449
2687
|
"onTypeFormatting": "onTypeFormatting/systemd.json",
|
|
2450
2688
|
"documentRangeFormatting": "documentRangeFormatting/systemd.json",
|
|
2451
2689
|
"semanticTokens": "semanticTokens/systemd.json",
|
|
2452
|
-
"rangeSemanticTokens": "rangeSemanticTokens/systemd.json"
|
|
2690
|
+
"rangeSemanticTokens": "rangeSemanticTokens/systemd.json",
|
|
2691
|
+
"commands": "commands/systemd.json"
|
|
2453
2692
|
}
|
|
2454
2693
|
},
|
|
2455
2694
|
{
|
|
@@ -2480,7 +2719,40 @@
|
|
|
2480
2719
|
"onTypeFormatting": "onTypeFormatting/systemverilog.json",
|
|
2481
2720
|
"documentRangeFormatting": "documentRangeFormatting/systemverilog.json",
|
|
2482
2721
|
"semanticTokens": "semanticTokens/systemverilog.json",
|
|
2483
|
-
"rangeSemanticTokens": "rangeSemanticTokens/systemverilog.json"
|
|
2722
|
+
"rangeSemanticTokens": "rangeSemanticTokens/systemverilog.json",
|
|
2723
|
+
"commands": "commands/systemverilog.json"
|
|
2724
|
+
}
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"id": "tailwindcss",
|
|
2728
|
+
"name": "Tailwind CSS",
|
|
2729
|
+
"files": {
|
|
2730
|
+
"completion": "completion/tailwindcss.json",
|
|
2731
|
+
"definition": "definition/tailwindcss.json",
|
|
2732
|
+
"hover": "hover/tailwindcss.json",
|
|
2733
|
+
"codeActions": "codeActions/tailwindcss.json",
|
|
2734
|
+
"documentHighlight": "documentHighlight/tailwindcss.json",
|
|
2735
|
+
"documentSymbol": "documentSymbol/tailwindcss.json",
|
|
2736
|
+
"links": "links/tailwindcss.json",
|
|
2737
|
+
"typeDefinition": "typeDefinition/tailwindcss.json",
|
|
2738
|
+
"references": "references/tailwindcss.json",
|
|
2739
|
+
"implementation": "implementation/tailwindcss.json",
|
|
2740
|
+
"inlineCompletions": "inlineCompletions/tailwindcss.json",
|
|
2741
|
+
"formatting": "formatting/tailwindcss.json",
|
|
2742
|
+
"codeLens": "codeLens/tailwindcss.json",
|
|
2743
|
+
"color": "color/tailwindcss.json",
|
|
2744
|
+
"declaration": "declaration/tailwindcss.json",
|
|
2745
|
+
"inlayHints": "inlayHints/tailwindcss.json",
|
|
2746
|
+
"signatureHelp": "signatureHelp/tailwindcss.json",
|
|
2747
|
+
"foldingRange": "foldingRange/tailwindcss.json",
|
|
2748
|
+
"rename": "rename/tailwindcss.json",
|
|
2749
|
+
"selectionRange": "selectionRange/tailwindcss.json",
|
|
2750
|
+
"linkedEditingRange": "linkedEditingRange/tailwindcss.json",
|
|
2751
|
+
"onTypeFormatting": "onTypeFormatting/tailwindcss.json",
|
|
2752
|
+
"documentRangeFormatting": "documentRangeFormatting/tailwindcss.json",
|
|
2753
|
+
"semanticTokens": "semanticTokens/tailwindcss.json",
|
|
2754
|
+
"rangeSemanticTokens": "rangeSemanticTokens/tailwindcss.json",
|
|
2755
|
+
"commands": "commands/tailwindcss.json"
|
|
2484
2756
|
}
|
|
2485
2757
|
},
|
|
2486
2758
|
{
|
|
@@ -2511,7 +2783,8 @@
|
|
|
2511
2783
|
"onTypeFormatting": "onTypeFormatting/tcl.json",
|
|
2512
2784
|
"documentRangeFormatting": "documentRangeFormatting/tcl.json",
|
|
2513
2785
|
"semanticTokens": "semanticTokens/tcl.json",
|
|
2514
|
-
"rangeSemanticTokens": "rangeSemanticTokens/tcl.json"
|
|
2786
|
+
"rangeSemanticTokens": "rangeSemanticTokens/tcl.json",
|
|
2787
|
+
"commands": "commands/tcl.json"
|
|
2515
2788
|
}
|
|
2516
2789
|
},
|
|
2517
2790
|
{
|
|
@@ -2542,7 +2815,8 @@
|
|
|
2542
2815
|
"onTypeFormatting": "onTypeFormatting/toml.json",
|
|
2543
2816
|
"documentRangeFormatting": "documentRangeFormatting/toml.json",
|
|
2544
2817
|
"semanticTokens": "semanticTokens/toml.json",
|
|
2545
|
-
"rangeSemanticTokens": "rangeSemanticTokens/toml.json"
|
|
2818
|
+
"rangeSemanticTokens": "rangeSemanticTokens/toml.json",
|
|
2819
|
+
"commands": "commands/toml.json"
|
|
2546
2820
|
}
|
|
2547
2821
|
},
|
|
2548
2822
|
{
|
|
@@ -2573,7 +2847,8 @@
|
|
|
2573
2847
|
"onTypeFormatting": "onTypeFormatting/twig.json",
|
|
2574
2848
|
"documentRangeFormatting": "documentRangeFormatting/twig.json",
|
|
2575
2849
|
"semanticTokens": "semanticTokens/twig.json",
|
|
2576
|
-
"rangeSemanticTokens": "rangeSemanticTokens/twig.json"
|
|
2850
|
+
"rangeSemanticTokens": "rangeSemanticTokens/twig.json",
|
|
2851
|
+
"commands": "commands/twig.json"
|
|
2577
2852
|
}
|
|
2578
2853
|
},
|
|
2579
2854
|
{
|
|
@@ -2604,7 +2879,8 @@
|
|
|
2604
2879
|
"onTypeFormatting": "onTypeFormatting/typescript.json",
|
|
2605
2880
|
"documentRangeFormatting": "documentRangeFormatting/typescript.json",
|
|
2606
2881
|
"semanticTokens": "semanticTokens/typescript.json",
|
|
2607
|
-
"rangeSemanticTokens": "rangeSemanticTokens/typescript.json"
|
|
2882
|
+
"rangeSemanticTokens": "rangeSemanticTokens/typescript.json",
|
|
2883
|
+
"commands": "commands/typescript.json"
|
|
2608
2884
|
}
|
|
2609
2885
|
},
|
|
2610
2886
|
{
|
|
@@ -2635,7 +2911,8 @@
|
|
|
2635
2911
|
"onTypeFormatting": "onTypeFormatting/vb.json",
|
|
2636
2912
|
"documentRangeFormatting": "documentRangeFormatting/vb.json",
|
|
2637
2913
|
"semanticTokens": "semanticTokens/vb.json",
|
|
2638
|
-
"rangeSemanticTokens": "rangeSemanticTokens/vb.json"
|
|
2914
|
+
"rangeSemanticTokens": "rangeSemanticTokens/vb.json",
|
|
2915
|
+
"commands": "commands/vb.json"
|
|
2639
2916
|
}
|
|
2640
2917
|
},
|
|
2641
2918
|
{
|
|
@@ -2666,7 +2943,8 @@
|
|
|
2666
2943
|
"onTypeFormatting": "onTypeFormatting/wgsl.json",
|
|
2667
2944
|
"documentRangeFormatting": "documentRangeFormatting/wgsl.json",
|
|
2668
2945
|
"semanticTokens": "semanticTokens/wgsl.json",
|
|
2669
|
-
"rangeSemanticTokens": "rangeSemanticTokens/wgsl.json"
|
|
2946
|
+
"rangeSemanticTokens": "rangeSemanticTokens/wgsl.json",
|
|
2947
|
+
"commands": "commands/wgsl.json"
|
|
2670
2948
|
}
|
|
2671
2949
|
},
|
|
2672
2950
|
{
|
|
@@ -2697,7 +2975,8 @@
|
|
|
2697
2975
|
"onTypeFormatting": "onTypeFormatting/xml.json",
|
|
2698
2976
|
"documentRangeFormatting": "documentRangeFormatting/xml.json",
|
|
2699
2977
|
"semanticTokens": "semanticTokens/xml.json",
|
|
2700
|
-
"rangeSemanticTokens": "rangeSemanticTokens/xml.json"
|
|
2978
|
+
"rangeSemanticTokens": "rangeSemanticTokens/xml.json",
|
|
2979
|
+
"commands": "commands/xml.json"
|
|
2701
2980
|
}
|
|
2702
2981
|
},
|
|
2703
2982
|
{
|
|
@@ -2728,38 +3007,8 @@
|
|
|
2728
3007
|
"onTypeFormatting": "onTypeFormatting/yaml.json",
|
|
2729
3008
|
"documentRangeFormatting": "documentRangeFormatting/yaml.json",
|
|
2730
3009
|
"semanticTokens": "semanticTokens/yaml.json",
|
|
2731
|
-
"rangeSemanticTokens": "rangeSemanticTokens/yaml.json"
|
|
2732
|
-
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
"id": "zsh",
|
|
2736
|
-
"name": "Zsh",
|
|
2737
|
-
"files": {
|
|
2738
|
-
"completion": "completion/zsh.json",
|
|
2739
|
-
"definition": "definition/zsh.json",
|
|
2740
|
-
"hover": "hover/zsh.json",
|
|
2741
|
-
"codeActions": "codeActions/zsh.json",
|
|
2742
|
-
"documentHighlight": "documentHighlight/zsh.json",
|
|
2743
|
-
"documentSymbol": "documentSymbol/zsh.json",
|
|
2744
|
-
"links": "links/zsh.json",
|
|
2745
|
-
"typeDefinition": "typeDefinition/zsh.json",
|
|
2746
|
-
"references": "references/zsh.json",
|
|
2747
|
-
"implementation": "implementation/zsh.json",
|
|
2748
|
-
"inlineCompletions": "inlineCompletions/zsh.json",
|
|
2749
|
-
"formatting": "formatting/zsh.json",
|
|
2750
|
-
"codeLens": "codeLens/zsh.json",
|
|
2751
|
-
"color": "color/zsh.json",
|
|
2752
|
-
"declaration": "declaration/zsh.json",
|
|
2753
|
-
"inlayHints": "inlayHints/zsh.json",
|
|
2754
|
-
"signatureHelp": "signatureHelp/zsh.json",
|
|
2755
|
-
"foldingRange": "foldingRange/zsh.json",
|
|
2756
|
-
"rename": "rename/zsh.json",
|
|
2757
|
-
"selectionRange": "selectionRange/zsh.json",
|
|
2758
|
-
"linkedEditingRange": "linkedEditingRange/zsh.json",
|
|
2759
|
-
"onTypeFormatting": "onTypeFormatting/zsh.json",
|
|
2760
|
-
"documentRangeFormatting": "documentRangeFormatting/zsh.json",
|
|
2761
|
-
"semanticTokens": "semanticTokens/zsh.json",
|
|
2762
|
-
"rangeSemanticTokens": "rangeSemanticTokens/zsh.json"
|
|
3010
|
+
"rangeSemanticTokens": "rangeSemanticTokens/yaml.json",
|
|
3011
|
+
"commands": "commands/yaml.json"
|
|
2763
3012
|
}
|
|
2764
3013
|
}
|
|
2765
3014
|
],
|