@enjoys/context-engine 1.3.1 → 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/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/codeLens/angular.json +22 -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 +56 -0
- package/data/color/angular.json +21 -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/commands/angular.json +312 -0
- package/data/commands/manifest.json +5 -0
- 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/completion/angular.json +1490 -0
- package/data/completion/css.json +793 -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/shadcn.json +1202 -0
- package/data/completion/shell.json +2446 -510
- package/data/declaration/angular.json +46 -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 +72 -0
- package/data/definition/angular.json +670 -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/shadcn.json +99 -0
- package/data/definition/shell.json +820 -0
- package/data/documentHighlight/angular.json +414 -0
- package/data/documentHighlight/css.json +77 -2
- 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 +105 -10
- package/data/documentRangeFormatting/angular.json +45 -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/documentSymbol/angular.json +180 -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 +49 -0
- package/data/foldingRange/angular.json +99 -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/formatting/angular.json +21 -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/hover/angular.json +455 -0
- package/data/hover/css.json +232 -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/shadcn.json +450 -0
- package/data/hover/shell.json +684 -75
- package/data/implementation/angular.json +22 -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/inlayHints/angular.json +24 -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/inlineCompletions/angular.json +135 -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/linkedEditingRange/angular.json +23 -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/links/angular.json +95 -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 +25 -0
- package/data/manifest.json +339 -152
- package/data/onTypeFormatting/angular.json +14 -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/rangeSemanticTokens/angular.json +140 -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 +99 -8
- package/data/references/angular.json +26 -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 +66 -0
- package/data/rename/angular.json +131 -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/selectionRange/angular.json +95 -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/semanticTokens/angular.json +198 -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/signatureHelp/angular.json +182 -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/typeDefinition/angular.json +362 -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/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
|
@@ -1,301 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"language": "bash",
|
|
3
|
-
"declarations": {
|
|
4
|
-
"echo": {
|
|
5
|
-
"signature": "echo",
|
|
6
|
-
"description": "Built-in: echo",
|
|
7
|
-
"type": "function",
|
|
8
|
-
"module": "builtin"
|
|
9
|
-
},
|
|
10
|
-
"printf": {
|
|
11
|
-
"signature": "printf",
|
|
12
|
-
"description": "Built-in: printf",
|
|
13
|
-
"type": "function",
|
|
14
|
-
"module": "builtin"
|
|
15
|
-
},
|
|
16
|
-
"read": {
|
|
17
|
-
"signature": "read",
|
|
18
|
-
"description": "Built-in: read",
|
|
19
|
-
"type": "function",
|
|
20
|
-
"module": "builtin"
|
|
21
|
-
},
|
|
22
|
-
"test": {
|
|
23
|
-
"signature": "test",
|
|
24
|
-
"description": "Built-in: test",
|
|
25
|
-
"type": "function",
|
|
26
|
-
"module": "builtin"
|
|
27
|
-
},
|
|
28
|
-
"[": {
|
|
29
|
-
"signature": "[",
|
|
30
|
-
"description": "Built-in: [",
|
|
31
|
-
"type": "function",
|
|
32
|
-
"module": "builtin"
|
|
33
|
-
},
|
|
34
|
-
"[[": {
|
|
35
|
-
"signature": "[[",
|
|
36
|
-
"description": "Built-in: [[",
|
|
37
|
-
"type": "function",
|
|
38
|
-
"module": "builtin"
|
|
39
|
-
},
|
|
40
|
-
"cd": {
|
|
41
|
-
"signature": "cd",
|
|
42
|
-
"description": "Built-in: cd",
|
|
43
|
-
"type": "function",
|
|
44
|
-
"module": "builtin"
|
|
45
|
-
},
|
|
46
|
-
"pwd": {
|
|
47
|
-
"signature": "pwd",
|
|
48
|
-
"description": "Built-in: pwd",
|
|
49
|
-
"type": "function",
|
|
50
|
-
"module": "builtin"
|
|
51
|
-
},
|
|
52
|
-
"pushd": {
|
|
53
|
-
"signature": "pushd",
|
|
54
|
-
"description": "Built-in: pushd",
|
|
55
|
-
"type": "function",
|
|
56
|
-
"module": "builtin"
|
|
57
|
-
},
|
|
58
|
-
"popd": {
|
|
59
|
-
"signature": "popd",
|
|
60
|
-
"description": "Built-in: popd",
|
|
61
|
-
"type": "function",
|
|
62
|
-
"module": "builtin"
|
|
63
|
-
},
|
|
64
|
-
"dirs": {
|
|
65
|
-
"signature": "dirs",
|
|
66
|
-
"description": "Built-in: dirs",
|
|
67
|
-
"type": "function",
|
|
68
|
-
"module": "builtin"
|
|
69
|
-
},
|
|
70
|
-
"alias": {
|
|
71
|
-
"signature": "alias",
|
|
72
|
-
"description": "Built-in: alias",
|
|
73
|
-
"type": "function",
|
|
74
|
-
"module": "builtin"
|
|
75
|
-
},
|
|
76
|
-
"unalias": {
|
|
77
|
-
"signature": "unalias",
|
|
78
|
-
"description": "Built-in: unalias",
|
|
79
|
-
"type": "function",
|
|
80
|
-
"module": "builtin"
|
|
81
|
-
},
|
|
82
|
-
"type": {
|
|
83
|
-
"signature": "type",
|
|
84
|
-
"description": "Built-in: type",
|
|
85
|
-
"type": "function",
|
|
86
|
-
"module": "builtin"
|
|
87
|
-
},
|
|
88
|
-
"which": {
|
|
89
|
-
"signature": "which",
|
|
90
|
-
"description": "Built-in: which",
|
|
91
|
-
"type": "function",
|
|
92
|
-
"module": "builtin"
|
|
93
|
-
},
|
|
94
|
-
"command": {
|
|
95
|
-
"signature": "command",
|
|
96
|
-
"description": "Built-in: command",
|
|
97
|
-
"type": "function",
|
|
98
|
-
"module": "builtin"
|
|
99
|
-
},
|
|
100
|
-
"hash": {
|
|
101
|
-
"signature": "hash",
|
|
102
|
-
"description": "Built-in: hash",
|
|
103
|
-
"type": "function",
|
|
104
|
-
"module": "builtin"
|
|
105
|
-
},
|
|
106
|
-
"help": {
|
|
107
|
-
"signature": "help",
|
|
108
|
-
"description": "Built-in: help",
|
|
109
|
-
"type": "function",
|
|
110
|
-
"module": "builtin"
|
|
111
|
-
},
|
|
112
|
-
"let": {
|
|
113
|
-
"signature": "let",
|
|
114
|
-
"description": "Built-in: let",
|
|
115
|
-
"type": "function",
|
|
116
|
-
"module": "builtin"
|
|
117
|
-
},
|
|
118
|
-
"expr": {
|
|
119
|
-
"signature": "expr",
|
|
120
|
-
"description": "Built-in: expr",
|
|
121
|
-
"type": "function",
|
|
122
|
-
"module": "builtin"
|
|
123
|
-
},
|
|
124
|
-
"true": {
|
|
125
|
-
"signature": "true",
|
|
126
|
-
"description": "Built-in: true",
|
|
127
|
-
"type": "function",
|
|
128
|
-
"module": "builtin"
|
|
129
|
-
},
|
|
130
|
-
"false": {
|
|
131
|
-
"signature": "false",
|
|
132
|
-
"description": "Built-in: false",
|
|
133
|
-
"type": "function",
|
|
134
|
-
"module": "builtin"
|
|
135
|
-
},
|
|
136
|
-
"kill": {
|
|
137
|
-
"signature": "kill",
|
|
138
|
-
"description": "Built-in: kill",
|
|
139
|
-
"type": "function",
|
|
140
|
-
"module": "builtin"
|
|
141
|
-
},
|
|
142
|
-
"wait": {
|
|
143
|
-
"signature": "wait",
|
|
144
|
-
"description": "Built-in: wait",
|
|
145
|
-
"type": "function",
|
|
146
|
-
"module": "builtin"
|
|
147
|
-
},
|
|
148
|
-
"jobs": {
|
|
149
|
-
"signature": "jobs",
|
|
150
|
-
"description": "Built-in: jobs",
|
|
151
|
-
"type": "function",
|
|
152
|
-
"module": "builtin"
|
|
153
|
-
},
|
|
154
|
-
"bg": {
|
|
155
|
-
"signature": "bg",
|
|
156
|
-
"description": "Built-in: bg",
|
|
157
|
-
"type": "function",
|
|
158
|
-
"module": "builtin"
|
|
159
|
-
},
|
|
160
|
-
"fg": {
|
|
161
|
-
"signature": "fg",
|
|
162
|
-
"description": "Built-in: fg",
|
|
163
|
-
"type": "function",
|
|
164
|
-
"module": "builtin"
|
|
165
|
-
},
|
|
166
|
-
"disown": {
|
|
167
|
-
"signature": "disown",
|
|
168
|
-
"description": "Built-in: disown",
|
|
169
|
-
"type": "function",
|
|
170
|
-
"module": "builtin"
|
|
171
|
-
},
|
|
172
|
-
"suspend": {
|
|
173
|
-
"signature": "suspend",
|
|
174
|
-
"description": "Built-in: suspend",
|
|
175
|
-
"type": "function",
|
|
176
|
-
"module": "builtin"
|
|
177
|
-
},
|
|
178
|
-
"logout": {
|
|
179
|
-
"signature": "logout",
|
|
180
|
-
"description": "Built-in: logout",
|
|
181
|
-
"type": "function",
|
|
182
|
-
"module": "builtin"
|
|
183
|
-
}
|
|
184
|
-
},
|
|
185
|
-
"declarationPatterns": [
|
|
186
|
-
{
|
|
187
|
-
"name": "Function (keyword form)",
|
|
188
|
-
"pattern": "^\\s*function\\s+(\\w[\\w-]*)",
|
|
189
|
-
"captureGroup": 1,
|
|
190
|
-
"type": "function"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"name": "Function (parens form)",
|
|
194
|
-
"pattern": "^\\s*(\\w[\\w-]*)\\s*\\(\\s*\\)",
|
|
195
|
-
"captureGroup": 1,
|
|
196
|
-
"type": "function"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"name": "Simple variable assignment",
|
|
200
|
-
"pattern": "^\\s*(\\w+)=",
|
|
201
|
-
"captureGroup": 1,
|
|
202
|
-
"type": "variable"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"name": "Local variable declaration",
|
|
206
|
-
"pattern": "^\\s*local\\s+(?:-\\w+\\s+)*(\\w+)",
|
|
207
|
-
"captureGroup": 1,
|
|
208
|
-
"type": "variable"
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"name": "Declare variable",
|
|
212
|
-
"pattern": "^\\s*declare\\s+(?:-\\w+\\s+)*(\\w+)",
|
|
213
|
-
"captureGroup": 1,
|
|
214
|
-
"type": "variable"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"name": "Exported variable",
|
|
218
|
-
"pattern": "^\\s*export\\s+(\\w+)(?:=|$)",
|
|
219
|
-
"captureGroup": 1,
|
|
220
|
-
"type": "variable"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"name": "Readonly variable",
|
|
224
|
-
"pattern": "^\\s*readonly\\s+(\\w+)",
|
|
225
|
-
"captureGroup": 1,
|
|
226
|
-
"type": "constant"
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"name": "Indexed array (declare)",
|
|
230
|
-
"pattern": "^\\s*declare\\s+-a\\s+(\\w+)",
|
|
231
|
-
"captureGroup": 1,
|
|
232
|
-
"type": "variable"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"name": "Associative array (declare)",
|
|
236
|
-
"pattern": "^\\s*declare\\s+-A\\s+(\\w+)",
|
|
237
|
-
"captureGroup": 1,
|
|
238
|
-
"type": "variable"
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"name": "Integer variable",
|
|
242
|
-
"pattern": "^\\s*declare\\s+-i\\s+(\\w+)",
|
|
243
|
-
"captureGroup": 1,
|
|
244
|
-
"type": "variable"
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"name": "Nameref variable",
|
|
248
|
-
"pattern": "^\\s*declare\\s+-n\\s+(\\w+)",
|
|
249
|
-
"captureGroup": 1,
|
|
250
|
-
"type": "variable"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"name": "Alias definition",
|
|
254
|
-
"pattern": "^\\s*alias\\s+([\\w-]+)=",
|
|
255
|
-
"captureGroup": 1,
|
|
256
|
-
"type": "variable"
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"name": "For loop variable",
|
|
260
|
-
"pattern": "^\\s*for\\s+(\\w+)\\s+in",
|
|
261
|
-
"captureGroup": 1,
|
|
262
|
-
"type": "variable"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"name": "Read into variable",
|
|
266
|
-
"pattern": "\\bread\\s+(?:-[a-zA-Z]+\\s+)*(?:-p\\s+['\"][^'\"]+['\"]\\s+)*(\\w+)",
|
|
267
|
-
"captureGroup": 1,
|
|
268
|
-
"type": "variable"
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"name": "Mapfile into array",
|
|
272
|
-
"pattern": "\\bmapfile\\s+(?:-\\w+\\s+)*(\\w+)",
|
|
273
|
-
"captureGroup": 1,
|
|
274
|
-
"type": "variable"
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"name": "Select variable",
|
|
278
|
-
"pattern": "^\\s*select\\s+(\\w+)\\s+in",
|
|
279
|
-
"captureGroup": 1,
|
|
280
|
-
"type": "variable"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"name": "Getopts variable",
|
|
284
|
-
"pattern": "\\bgetopts\\s+[\"']?\\w+[\"']?\\s+(\\w+)",
|
|
285
|
-
"captureGroup": 1,
|
|
286
|
-
"type": "variable"
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"name": "Completion function",
|
|
290
|
-
"pattern": "^\\s*complete\\s+.*-F\\s+(\\w+)",
|
|
291
|
-
"captureGroup": 1,
|
|
292
|
-
"type": "function"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"name": "C-style for loop variable",
|
|
296
|
-
"pattern": "^\\s*for\\s*\\(\\(\\s*(\\w+)\\s*=",
|
|
297
|
-
"captureGroup": 1,
|
|
298
|
-
"type": "variable"
|
|
299
|
-
}
|
|
300
|
-
]
|
|
301
|
-
}
|
|
@@ -1,205 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"language": "zsh",
|
|
3
|
-
"declarations": {
|
|
4
|
-
"echo": {
|
|
5
|
-
"signature": "echo",
|
|
6
|
-
"description": "Built-in: echo",
|
|
7
|
-
"type": "function",
|
|
8
|
-
"module": "builtin"
|
|
9
|
-
},
|
|
10
|
-
"printf": {
|
|
11
|
-
"signature": "printf",
|
|
12
|
-
"description": "Built-in: printf",
|
|
13
|
-
"type": "function",
|
|
14
|
-
"module": "builtin"
|
|
15
|
-
},
|
|
16
|
-
"print": {
|
|
17
|
-
"signature": "print",
|
|
18
|
-
"description": "Built-in: print",
|
|
19
|
-
"type": "function",
|
|
20
|
-
"module": "builtin"
|
|
21
|
-
},
|
|
22
|
-
"read": {
|
|
23
|
-
"signature": "read",
|
|
24
|
-
"description": "Built-in: read",
|
|
25
|
-
"type": "function",
|
|
26
|
-
"module": "builtin"
|
|
27
|
-
},
|
|
28
|
-
"test": {
|
|
29
|
-
"signature": "test",
|
|
30
|
-
"description": "Built-in: test",
|
|
31
|
-
"type": "function",
|
|
32
|
-
"module": "builtin"
|
|
33
|
-
},
|
|
34
|
-
"[": {
|
|
35
|
-
"signature": "[",
|
|
36
|
-
"description": "Built-in: [",
|
|
37
|
-
"type": "function",
|
|
38
|
-
"module": "builtin"
|
|
39
|
-
},
|
|
40
|
-
"[[": {
|
|
41
|
-
"signature": "[[",
|
|
42
|
-
"description": "Built-in: [[",
|
|
43
|
-
"type": "function",
|
|
44
|
-
"module": "builtin"
|
|
45
|
-
},
|
|
46
|
-
"cd": {
|
|
47
|
-
"signature": "cd",
|
|
48
|
-
"description": "Built-in: cd",
|
|
49
|
-
"type": "function",
|
|
50
|
-
"module": "builtin"
|
|
51
|
-
},
|
|
52
|
-
"pwd": {
|
|
53
|
-
"signature": "pwd",
|
|
54
|
-
"description": "Built-in: pwd",
|
|
55
|
-
"type": "function",
|
|
56
|
-
"module": "builtin"
|
|
57
|
-
},
|
|
58
|
-
"pushd": {
|
|
59
|
-
"signature": "pushd",
|
|
60
|
-
"description": "Built-in: pushd",
|
|
61
|
-
"type": "function",
|
|
62
|
-
"module": "builtin"
|
|
63
|
-
},
|
|
64
|
-
"popd": {
|
|
65
|
-
"signature": "popd",
|
|
66
|
-
"description": "Built-in: popd",
|
|
67
|
-
"type": "function",
|
|
68
|
-
"module": "builtin"
|
|
69
|
-
},
|
|
70
|
-
"dirs": {
|
|
71
|
-
"signature": "dirs",
|
|
72
|
-
"description": "Built-in: dirs",
|
|
73
|
-
"type": "function",
|
|
74
|
-
"module": "builtin"
|
|
75
|
-
},
|
|
76
|
-
"alias": {
|
|
77
|
-
"signature": "alias",
|
|
78
|
-
"description": "Built-in: alias",
|
|
79
|
-
"type": "function",
|
|
80
|
-
"module": "builtin"
|
|
81
|
-
},
|
|
82
|
-
"unalias": {
|
|
83
|
-
"signature": "unalias",
|
|
84
|
-
"description": "Built-in: unalias",
|
|
85
|
-
"type": "function",
|
|
86
|
-
"module": "builtin"
|
|
87
|
-
},
|
|
88
|
-
"type": {
|
|
89
|
-
"signature": "type",
|
|
90
|
-
"description": "Built-in: type",
|
|
91
|
-
"type": "function",
|
|
92
|
-
"module": "builtin"
|
|
93
|
-
},
|
|
94
|
-
"which": {
|
|
95
|
-
"signature": "which",
|
|
96
|
-
"description": "Built-in: which",
|
|
97
|
-
"type": "function",
|
|
98
|
-
"module": "builtin"
|
|
99
|
-
},
|
|
100
|
-
"whence": {
|
|
101
|
-
"signature": "whence",
|
|
102
|
-
"description": "Built-in: whence",
|
|
103
|
-
"type": "function",
|
|
104
|
-
"module": "builtin"
|
|
105
|
-
},
|
|
106
|
-
"command": {
|
|
107
|
-
"signature": "command",
|
|
108
|
-
"description": "Built-in: command",
|
|
109
|
-
"type": "function",
|
|
110
|
-
"module": "builtin"
|
|
111
|
-
},
|
|
112
|
-
"hash": {
|
|
113
|
-
"signature": "hash",
|
|
114
|
-
"description": "Built-in: hash",
|
|
115
|
-
"type": "function",
|
|
116
|
-
"module": "builtin"
|
|
117
|
-
},
|
|
118
|
-
"help": {
|
|
119
|
-
"signature": "help",
|
|
120
|
-
"description": "Built-in: help",
|
|
121
|
-
"type": "function",
|
|
122
|
-
"module": "builtin"
|
|
123
|
-
},
|
|
124
|
-
"let": {
|
|
125
|
-
"signature": "let",
|
|
126
|
-
"description": "Built-in: let",
|
|
127
|
-
"type": "function",
|
|
128
|
-
"module": "builtin"
|
|
129
|
-
},
|
|
130
|
-
"expr": {
|
|
131
|
-
"signature": "expr",
|
|
132
|
-
"description": "Built-in: expr",
|
|
133
|
-
"type": "function",
|
|
134
|
-
"module": "builtin"
|
|
135
|
-
},
|
|
136
|
-
"true": {
|
|
137
|
-
"signature": "true",
|
|
138
|
-
"description": "Built-in: true",
|
|
139
|
-
"type": "function",
|
|
140
|
-
"module": "builtin"
|
|
141
|
-
},
|
|
142
|
-
"false": {
|
|
143
|
-
"signature": "false",
|
|
144
|
-
"description": "Built-in: false",
|
|
145
|
-
"type": "function",
|
|
146
|
-
"module": "builtin"
|
|
147
|
-
},
|
|
148
|
-
"kill": {
|
|
149
|
-
"signature": "kill",
|
|
150
|
-
"description": "Built-in: kill",
|
|
151
|
-
"type": "function",
|
|
152
|
-
"module": "builtin"
|
|
153
|
-
},
|
|
154
|
-
"wait": {
|
|
155
|
-
"signature": "wait",
|
|
156
|
-
"description": "Built-in: wait",
|
|
157
|
-
"type": "function",
|
|
158
|
-
"module": "builtin"
|
|
159
|
-
},
|
|
160
|
-
"jobs": {
|
|
161
|
-
"signature": "jobs",
|
|
162
|
-
"description": "Built-in: jobs",
|
|
163
|
-
"type": "function",
|
|
164
|
-
"module": "builtin"
|
|
165
|
-
},
|
|
166
|
-
"bg": {
|
|
167
|
-
"signature": "bg",
|
|
168
|
-
"description": "Built-in: bg",
|
|
169
|
-
"type": "function",
|
|
170
|
-
"module": "builtin"
|
|
171
|
-
},
|
|
172
|
-
"fg": {
|
|
173
|
-
"signature": "fg",
|
|
174
|
-
"description": "Built-in: fg",
|
|
175
|
-
"type": "function",
|
|
176
|
-
"module": "builtin"
|
|
177
|
-
},
|
|
178
|
-
"disown": {
|
|
179
|
-
"signature": "disown",
|
|
180
|
-
"description": "Built-in: disown",
|
|
181
|
-
"type": "function",
|
|
182
|
-
"module": "builtin"
|
|
183
|
-
}
|
|
184
|
-
},
|
|
185
|
-
"declarationPatterns": [
|
|
186
|
-
{
|
|
187
|
-
"name": "Function (keyword)",
|
|
188
|
-
"pattern": "^\\\\s*function\\\\s+(\\\\w+)",
|
|
189
|
-
"captureGroup": 1,
|
|
190
|
-
"type": "function"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"name": "Function (parens)",
|
|
194
|
-
"pattern": "^\\\\s*(\\\\w+)\\\\s*\\\\(\\\\)",
|
|
195
|
-
"captureGroup": 1,
|
|
196
|
-
"type": "function"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"name": "Variable",
|
|
200
|
-
"pattern": "^\\\\s*(\\\\w+)=",
|
|
201
|
-
"captureGroup": 1,
|
|
202
|
-
"type": "variable"
|
|
203
|
-
}
|
|
204
|
-
]
|
|
205
|
-
}
|