@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,118 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"language": "zsh",
|
|
3
|
-
"triggerCharacters": [" ", "("],
|
|
4
|
-
"retriggerCharacters": [" "],
|
|
5
|
-
"signatures": [
|
|
6
|
-
{
|
|
7
|
-
"label": "echo [-neE] [string ...]",
|
|
8
|
-
"documentation": { "value": "Outputs the given strings to standard output, separated by spaces and followed by a newline." },
|
|
9
|
-
"parameters": [
|
|
10
|
-
{ "label": "-n", "documentation": { "value": "Suppress the trailing newline" } },
|
|
11
|
-
{ "label": "-e", "documentation": { "value": "Enable interpretation of backslash escape sequences" } },
|
|
12
|
-
{ "label": "string", "documentation": { "value": "The string(s) to output" } }
|
|
13
|
-
]
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"label": "print [-rn] [-u fd] [-f format] [string ...]",
|
|
17
|
-
"documentation": { "value": "Prints arguments to standard output. More portable than echo for zsh scripts." },
|
|
18
|
-
"parameters": [
|
|
19
|
-
{ "label": "-r", "documentation": { "value": "Ignore escape conventions of echo" } },
|
|
20
|
-
{ "label": "-n", "documentation": { "value": "Suppress the trailing newline" } },
|
|
21
|
-
{ "label": "-u fd", "documentation": { "value": "Output to file descriptor fd instead of stdout" } },
|
|
22
|
-
{ "label": "-f format", "documentation": { "value": "Use printf-style format string" } },
|
|
23
|
-
{ "label": "string", "documentation": { "value": "The string(s) to print" } }
|
|
24
|
-
]
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"label": "read [-r] [-k num] [-t timeout] [-p prompt] [-A array] [name ...]",
|
|
28
|
-
"documentation": { "value": "Reads a line from standard input and assigns words to the named variables." },
|
|
29
|
-
"parameters": [
|
|
30
|
-
{ "label": "-r", "documentation": { "value": "Raw mode — do not treat backslash as escape character" } },
|
|
31
|
-
{ "label": "-k num", "documentation": { "value": "Read exactly num characters" } },
|
|
32
|
-
{ "label": "-t timeout", "documentation": { "value": "Timeout in seconds" } },
|
|
33
|
-
{ "label": "name", "documentation": { "value": "Variable name(s) to assign input to" } }
|
|
34
|
-
]
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"label": "typeset [-aAgHilrtuxZ] [-L|-R width] name[=value] ...",
|
|
38
|
-
"documentation": { "value": "Declares variables with specific attributes such as type, scope, and formatting." },
|
|
39
|
-
"parameters": [
|
|
40
|
-
{ "label": "-i", "documentation": { "value": "Declare as integer variable" } },
|
|
41
|
-
{ "label": "-a", "documentation": { "value": "Declare as indexed array" } },
|
|
42
|
-
{ "label": "-A", "documentation": { "value": "Declare as associative array (hash)" } },
|
|
43
|
-
{ "label": "-r", "documentation": { "value": "Declare as read-only" } },
|
|
44
|
-
{ "label": "name=value", "documentation": { "value": "The variable name and optional initial value" } }
|
|
45
|
-
]
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"label": "autoload [-Uz] function_name ...",
|
|
49
|
-
"documentation": { "value": "Marks a function for autoloading from a file in `$fpath`." },
|
|
50
|
-
"parameters": [
|
|
51
|
-
{ "label": "-U", "documentation": { "value": "Suppress alias expansion during loading" } },
|
|
52
|
-
{ "label": "-z", "documentation": { "value": "Use zsh-style function definition" } },
|
|
53
|
-
{ "label": "function_name", "documentation": { "value": "The name of the function to autoload" } }
|
|
54
|
-
]
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"label": "zstyle pattern style value ...",
|
|
58
|
-
"documentation": { "value": "Defines style settings used by completion and other zsh subsystems. Patterns match contexts." },
|
|
59
|
-
"parameters": [
|
|
60
|
-
{ "label": "pattern", "documentation": { "value": "A context pattern, e.g. `:completion:*:*:*`" } },
|
|
61
|
-
{ "label": "style", "documentation": { "value": "The style name, e.g. `menu`, `list-colors`, `matcher-list`" } },
|
|
62
|
-
{ "label": "value", "documentation": { "value": "The value(s) for the style" } }
|
|
63
|
-
]
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"label": "compctl [-CDT] [-/options/] [-k array] [-K function] command ...",
|
|
67
|
-
"documentation": { "value": "Old-style completion control (legacy). Defines completion behavior for specific commands." },
|
|
68
|
-
"parameters": [
|
|
69
|
-
{ "label": "-k array", "documentation": { "value": "Complete from the elements of the named array" } },
|
|
70
|
-
{ "label": "-K function", "documentation": { "value": "Call function to generate completions" } },
|
|
71
|
-
{ "label": "command", "documentation": { "value": "The command(s) this completion applies to" } }
|
|
72
|
-
]
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"label": "compadd [-aQqS] [-p prefix] [-s suffix] [-d array] [words ...]",
|
|
76
|
-
"documentation": { "value": "Adds completion matches from within a completion function." },
|
|
77
|
-
"parameters": [
|
|
78
|
-
{ "label": "-a", "documentation": { "value": "Words are names of arrays containing the completions" } },
|
|
79
|
-
{ "label": "-p prefix", "documentation": { "value": "A prefix to prepend to each completion" } },
|
|
80
|
-
{ "label": "-s suffix", "documentation": { "value": "A suffix to append to each completion" } },
|
|
81
|
-
{ "label": "words", "documentation": { "value": "The completion strings to add" } }
|
|
82
|
-
]
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"label": "zmodload [-adu] module ...",
|
|
86
|
-
"documentation": { "value": "Loads or unloads zsh modules (e.g. `zsh/zpty`, `zsh/regex`, `zsh/stat`)." },
|
|
87
|
-
"parameters": [
|
|
88
|
-
{ "label": "-a", "documentation": { "value": "Autoload: mark module to load on first use" } },
|
|
89
|
-
{ "label": "-u", "documentation": { "value": "Unload the specified module" } },
|
|
90
|
-
{ "label": "module", "documentation": { "value": "The module name, e.g. `zsh/complist`, `zsh/datetime`" } }
|
|
91
|
-
]
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"label": "bindkey [-e|-v] [-M keymap] key command",
|
|
95
|
-
"documentation": { "value": "Binds a key sequence to a widget (command) in the specified or current keymap." },
|
|
96
|
-
"parameters": [
|
|
97
|
-
{ "label": "-e", "documentation": { "value": "Select the emacs keymap" } },
|
|
98
|
-
{ "label": "-v", "documentation": { "value": "Select the vi keymap" } },
|
|
99
|
-
{ "label": "key", "documentation": { "value": "The key sequence, e.g. `'^R'`, `'^[[A'`, `'\\e.'`" } },
|
|
100
|
-
{ "label": "command", "documentation": { "value": "The ZLE widget to bind to, e.g. `history-incremental-search-backward`" } }
|
|
101
|
-
]
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"label": "setopt option_name ...",
|
|
105
|
-
"documentation": { "value": "Enables one or more shell options." },
|
|
106
|
-
"parameters": [
|
|
107
|
-
{ "label": "option_name", "documentation": { "value": "The option to enable, e.g. `AUTO_CD`, `EXTENDED_GLOB`, `CORRECT`, `HIST_IGNORE_DUPS`, `NO_BEEP`" } }
|
|
108
|
-
]
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"label": "unsetopt option_name ...",
|
|
112
|
-
"documentation": { "value": "Disables one or more shell options." },
|
|
113
|
-
"parameters": [
|
|
114
|
-
{ "label": "option_name", "documentation": { "value": "The option to disable" } }
|
|
115
|
-
]
|
|
116
|
-
}
|
|
117
|
-
]
|
|
118
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"language": "bash",
|
|
3
|
-
"typeDefinitions": {
|
|
4
|
-
"string": {
|
|
5
|
-
"type": "primitive",
|
|
6
|
-
"signature": "string",
|
|
7
|
-
"description": "Default type for all bash variables. All values are strings unless given integer attribute with declare -i. Supports parameter expansion, pattern matching, and substring operations.",
|
|
8
|
-
"module": "builtin"
|
|
9
|
-
},
|
|
10
|
-
"integer": {
|
|
11
|
-
"type": "primitive",
|
|
12
|
-
"signature": "declare -i name",
|
|
13
|
-
"description": "Integer-attributed variable. Arithmetic evaluation is automatically performed on assignment. Attempting to assign a non-numeric string results in 0.",
|
|
14
|
-
"module": "builtin"
|
|
15
|
-
},
|
|
16
|
-
"indexed_array": {
|
|
17
|
-
"type": "primitive",
|
|
18
|
-
"signature": "declare -a name=(value1 value2 ...)",
|
|
19
|
-
"description": "Ordered array indexed by non-negative integers starting at 0. Can be sparse. Created implicitly with name=() or name[n]=value, or explicitly with declare -a.",
|
|
20
|
-
"module": "builtin"
|
|
21
|
-
},
|
|
22
|
-
"associative_array": {
|
|
23
|
-
"type": "primitive",
|
|
24
|
-
"signature": "declare -A name=([key1]=val1 [key2]=val2)",
|
|
25
|
-
"description": "Key-value map using arbitrary string keys. Must be explicitly declared with declare -A. Available since Bash 4.0. Cannot be exported.",
|
|
26
|
-
"module": "builtin"
|
|
27
|
-
},
|
|
28
|
-
"nameref": {
|
|
29
|
-
"type": "type_alias",
|
|
30
|
-
"signature": "declare -n ref=varname",
|
|
31
|
-
"description": "Name reference variable that acts as an alias for another variable. All operations on the nameref affect the referenced variable. Available since Bash 4.3. Useful for passing variable names to functions.",
|
|
32
|
-
"module": "builtin"
|
|
33
|
-
},
|
|
34
|
-
"readonly": {
|
|
35
|
-
"type": "primitive",
|
|
36
|
-
"signature": "declare -r name=value or readonly name=value",
|
|
37
|
-
"description": "Immutable variable that cannot be reassigned or unset after declaration. Applies to strings, integers, and arrays.",
|
|
38
|
-
"module": "builtin"
|
|
39
|
-
},
|
|
40
|
-
"exported": {
|
|
41
|
-
"type": "primitive",
|
|
42
|
-
"signature": "declare -x name=value or export name=value",
|
|
43
|
-
"description": "Variable marked for export to child processes. The value is copied into the environment of subsequently executed commands.",
|
|
44
|
-
"module": "builtin"
|
|
45
|
-
},
|
|
46
|
-
"lowercase": {
|
|
47
|
-
"type": "primitive",
|
|
48
|
-
"signature": "declare -l name",
|
|
49
|
-
"description": "Variable with lowercase attribute. Any value assigned is automatically converted to lowercase.",
|
|
50
|
-
"module": "builtin"
|
|
51
|
-
},
|
|
52
|
-
"uppercase": {
|
|
53
|
-
"type": "primitive",
|
|
54
|
-
"signature": "declare -u name",
|
|
55
|
-
"description": "Variable with uppercase attribute. Any value assigned is automatically converted to uppercase.",
|
|
56
|
-
"module": "builtin"
|
|
57
|
-
},
|
|
58
|
-
"function": {
|
|
59
|
-
"type": "primitive",
|
|
60
|
-
"signature": "name() { commands; } or function name { commands; }",
|
|
61
|
-
"description": "Shell function. Takes positional parameters ($1, $2, ...), can declare local variables, and returns an exit status (0-255) via return.",
|
|
62
|
-
"module": "builtin"
|
|
63
|
-
},
|
|
64
|
-
"file_descriptor": {
|
|
65
|
-
"type": "primitive",
|
|
66
|
-
"signature": "exec {fd}>file or exec N>file",
|
|
67
|
-
"description": "Numeric file descriptor for I/O redirection. Standard descriptors: 0 (stdin), 1 (stdout), 2 (stderr). Custom descriptors (3+) can be opened with exec.",
|
|
68
|
-
"module": "builtin"
|
|
69
|
-
},
|
|
70
|
-
"exit_status": {
|
|
71
|
-
"type": "primitive",
|
|
72
|
-
"signature": "$? (0-255)",
|
|
73
|
-
"description": "Integer exit status returned by commands. 0 indicates success, 1-125 are user-defined errors, 126 means not executable, 127 means not found, 128+N means killed by signal N.",
|
|
74
|
-
"module": "builtin"
|
|
75
|
-
},
|
|
76
|
-
"pid": {
|
|
77
|
-
"type": "primitive",
|
|
78
|
-
"signature": "$$, $!, $BASHPID",
|
|
79
|
-
"description": "Process ID — a positive integer identifying a running process. $$ is current shell PID, $! is last background PID, $BASHPID is actual subshell PID.",
|
|
80
|
-
"module": "builtin"
|
|
81
|
-
},
|
|
82
|
-
"glob_pattern": {
|
|
83
|
-
"type": "primitive",
|
|
84
|
-
"signature": "*, ?, [...], ?(pat), *(pat), +(pat), @(pat), !(pat)",
|
|
85
|
-
"description": "Filename globbing pattern. * matches any string, ? matches one character, [...] matches character class. Extended globs (extglob) add quantifiers for pattern groups.",
|
|
86
|
-
"module": "builtin"
|
|
87
|
-
},
|
|
88
|
-
"regex": {
|
|
89
|
-
"type": "primitive",
|
|
90
|
-
"signature": "[[ string =~ regex ]]",
|
|
91
|
-
"description": "POSIX extended regular expression used with the =~ operator in [[ ]]. Capture groups populate BASH_REMATCH array. Do not quote the regex pattern.",
|
|
92
|
-
"module": "builtin"
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"language": "zsh",
|
|
3
|
-
"typeDefinitions": {
|
|
4
|
-
"string": {
|
|
5
|
-
"type": "type",
|
|
6
|
-
"signature": "\"text\" or 'text'",
|
|
7
|
-
"description": "Text value with double-quote expansion or single-quote literal"
|
|
8
|
-
},
|
|
9
|
-
"integer": {
|
|
10
|
-
"type": "type",
|
|
11
|
-
"signature": "integer (typeset -i)",
|
|
12
|
-
"description": "Integer variable type declared with typeset -i or integer builtin"
|
|
13
|
-
},
|
|
14
|
-
"float": {
|
|
15
|
-
"type": "type",
|
|
16
|
-
"signature": "float (typeset -F)",
|
|
17
|
-
"description": "Floating-point variable type declared with typeset -F or float builtin"
|
|
18
|
-
},
|
|
19
|
-
"array": {
|
|
20
|
-
"type": "type",
|
|
21
|
-
"signature": "array=(val1 val2)",
|
|
22
|
-
"description": "Ordered indexed array with 1-based indexing by default in zsh"
|
|
23
|
-
},
|
|
24
|
-
"associative_array": {
|
|
25
|
-
"type": "type",
|
|
26
|
-
"signature": "typeset -A name; name=(key val ...)",
|
|
27
|
-
"description": "Key-value associative array declared with typeset -A"
|
|
28
|
-
},
|
|
29
|
-
"glob": {
|
|
30
|
-
"type": "type",
|
|
31
|
-
"signature": "*(D) **/pattern (#q)",
|
|
32
|
-
"description": "Extended glob patterns with qualifiers for recursive matching and file filtering"
|
|
33
|
-
},
|
|
34
|
-
"exit_status": {
|
|
35
|
-
"type": "type",
|
|
36
|
-
"signature": "$? (0-255)",
|
|
37
|
-
"description": "Return value from last command; 0 is success, non-zero indicates failure"
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|