@enjoys/context-engine 1.3.1 → 1.4.2
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/awk.json +1 -1
- package/data/codeLens/azcli.json +10 -10
- package/data/codeLens/c.json +1 -1
- package/data/codeLens/caddy.json +1 -1
- package/data/codeLens/crontab.json +1 -1
- package/data/codeLens/doctest.json +10 -10
- package/data/codeLens/hcl.json +1 -1
- package/data/codeLens/html.json +1 -1
- package/data/codeLens/lua.json +1 -1
- package/data/codeLens/nestjs.json +21 -0
- package/data/codeLens/nextjs.json +117 -0
- package/data/codeLens/nginx.json +1 -1
- package/data/codeLens/pla.json +10 -10
- 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/codeLens/xml.json +1 -1
- 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 +670 -0
- package/data/commands/c.json +30 -30
- package/data/commands/cpp.json +30 -30
- package/data/commands/crontab.json +25 -30
- package/data/commands/cypher.json +26 -30
- package/data/commands/dockerfile.json +26 -2
- package/data/commands/doctest.json +23 -24
- package/data/commands/dotenv.json +24 -11
- package/data/commands/ecl.json +26 -30
- package/data/commands/flow9.json +24 -24
- package/data/commands/freemarker2.json +24 -18
- package/data/commands/graphql.json +25 -11
- package/data/commands/html.json +25 -11
- package/data/commands/ini.json +26 -12
- package/data/commands/javascript.json +29 -30
- package/data/commands/less.json +25 -29
- package/data/commands/lexon.json +23 -11
- package/data/commands/liquid.json +26 -11
- package/data/commands/m3.json +26 -12
- package/data/commands/manifest.json +35 -726
- package/data/commands/markdown.json +26 -12
- package/data/commands/mdx.json +23 -10
- package/data/commands/mips.json +26 -18
- package/data/commands/msdax.json +23 -11
- package/data/commands/nestjs.json +516 -0
- package/data/commands/nextjs.json +250 -0
- package/data/commands/objective-c.json +26 -24
- package/data/commands/pascal.json +27 -24
- package/data/commands/pascaligo.json +26 -24
- package/data/commands/perl.json +30 -30
- package/data/commands/pla.json +23 -11
- package/data/commands/postiats.json +26 -24
- package/data/commands/powerquery.json +23 -11
- package/data/commands/powershell.json +28 -30
- package/data/commands/protobuf.json +27 -30
- package/data/commands/qsharp.json +26 -30
- package/data/commands/razor.json +25 -29
- package/data/commands/react.json +244 -0
- package/data/commands/redshift.json +27 -18
- package/data/commands/restructuredtext.json +29 -30
- package/data/commands/sb.json +23 -11
- package/data/commands/scheme.json +25 -18
- package/data/commands/scss.json +26 -29
- package/data/commands/shadcn.json +564 -0
- package/data/commands/shell.json +571 -41
- package/data/commands/sol.json +27 -30
- package/data/commands/sparql.json +25 -11
- package/data/commands/sql.json +16 -2
- package/data/commands/ssh_config.json +31 -30
- package/data/commands/st.json +23 -11
- package/data/commands/systemverilog.json +26 -24
- package/data/commands/tailwindcss.json +60 -53
- package/data/commands/tcl.json +23 -18
- package/data/commands/toml.json +25 -11
- package/data/commands/twig.json +23 -10
- package/data/commands/vb.json +27 -24
- package/data/commands/wgsl.json +24 -11
- package/data/commands/yaml.json +29 -30
- package/data/completion/angular.json +1490 -0
- package/data/completion/awk.json +906 -202
- package/data/completion/azcli.json +886 -237
- package/data/completion/bicep.json +862 -367
- package/data/completion/crontab.json +906 -202
- package/data/completion/css.json +793 -0
- package/data/completion/dotenv.json +895 -169
- package/data/completion/graphql.json +895 -180
- package/data/completion/hcl.json +906 -191
- package/data/completion/ini.json +906 -136
- package/data/completion/json.json +895 -169
- package/data/completion/lexon.json +856 -295
- package/data/completion/makefile.json +906 -202
- package/data/completion/markdown.json +906 -224
- package/data/completion/mdx.json +895 -87
- package/data/completion/mips.json +872 -377
- package/data/completion/nestjs.json +1454 -0
- package/data/completion/nextjs.json +1373 -0
- package/data/completion/perl.json +961 -202
- package/data/completion/pla.json +895 -154
- package/data/completion/powershell.json +906 -224
- package/data/completion/protobuf.json +884 -180
- package/data/completion/react.json +1319 -0
- package/data/completion/shadcn.json +1202 -0
- package/data/completion/shell.json +2446 -510
- package/data/completion/ssh_config.json +906 -158
- package/data/completion/xml.json +906 -158
- 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/abap.json +127 -1
- package/data/definition/angular.json +670 -0
- package/data/definition/apex.json +97 -1
- package/data/definition/coffee.json +51 -1
- package/data/definition/dart.json +105 -1
- package/data/definition/elixir.json +115 -1
- package/data/definition/flow9.json +208 -1
- package/data/definition/freemarker2.json +283 -1
- package/data/definition/html.json +853 -558
- package/data/definition/java.json +1127 -183
- package/data/definition/kotlin.json +72 -1
- package/data/definition/nestjs.json +684 -0
- package/data/definition/nextjs.json +439 -0
- package/data/definition/r.json +692 -83
- package/data/definition/react.json +397 -0
- package/data/definition/ruby.json +789 -669
- package/data/definition/rust.json +852 -206
- package/data/definition/sb.json +339 -1
- package/data/definition/shadcn.json +99 -0
- package/data/definition/shell.json +820 -0
- package/data/definition/st.json +367 -1
- 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 +57 -0
- package/data/documentRangeFormatting/nextjs.json +57 -0
- package/data/documentRangeFormatting/react.json +82 -0
- package/data/documentRangeFormatting/shadcn.json +45 -0
- package/data/documentRangeFormatting/shell.json +120 -53
- package/data/documentSymbol/abap.json +54 -12
- package/data/documentSymbol/angular.json +180 -0
- package/data/documentSymbol/apex.json +40 -10
- package/data/documentSymbol/awk.json +15 -1
- package/data/documentSymbol/bicep.json +39 -39
- package/data/documentSymbol/c.json +1 -1
- package/data/documentSymbol/clojure.json +46 -46
- package/data/documentSymbol/css.json +96 -96
- package/data/documentSymbol/dart.json +109 -19
- package/data/documentSymbol/dockerfile.json +1 -1
- package/data/documentSymbol/elixir.json +39 -39
- package/data/documentSymbol/go.json +1 -1
- package/data/documentSymbol/graphql.json +1 -1
- package/data/documentSymbol/hcl.json +1 -1
- package/data/documentSymbol/html.json +29 -1
- package/data/documentSymbol/java.json +1 -1
- package/data/documentSymbol/javascript.json +1 -1
- package/data/documentSymbol/julia.json +46 -46
- package/data/documentSymbol/kotlin.json +74 -14
- package/data/documentSymbol/less.json +25 -25
- package/data/documentSymbol/lua.json +22 -1
- package/data/documentSymbol/makefile.json +15 -1
- package/data/documentSymbol/markdown.json +36 -1
- package/data/documentSymbol/mysql.json +32 -32
- package/data/documentSymbol/nestjs.json +152 -0
- package/data/documentSymbol/nextjs.json +159 -0
- package/data/documentSymbol/nginx.json +1 -1
- package/data/documentSymbol/pascal.json +46 -46
- package/data/documentSymbol/perl.json +1 -1
- package/data/documentSymbol/pgsql.json +39 -39
- package/data/documentSymbol/php.json +1 -1
- package/data/documentSymbol/powershell.json +1 -1
- package/data/documentSymbol/protobuf.json +1 -1
- package/data/documentSymbol/python.json +1 -1
- package/data/documentSymbol/r.json +67 -67
- package/data/documentSymbol/react.json +145 -0
- package/data/documentSymbol/redshift.json +60 -18
- package/data/documentSymbol/ruby.json +1 -1
- package/data/documentSymbol/rust.json +1 -1
- package/data/documentSymbol/scala.json +116 -20
- package/data/documentSymbol/scheme.json +25 -25
- package/data/documentSymbol/scss.json +39 -39
- package/data/documentSymbol/shadcn.json +131 -0
- package/data/documentSymbol/shell.json +165 -25
- package/data/documentSymbol/sql.json +1 -1
- package/data/documentSymbol/swift.json +88 -16
- package/data/documentSymbol/tailwindcss.json +49 -0
- package/data/documentSymbol/typescript.json +1 -1
- package/data/documentSymbol/vb.json +53 -53
- package/data/documentSymbol/yaml.json +1 -1
- package/data/foldingRange/angular.json +100 -0
- package/data/foldingRange/nestjs.json +94 -0
- package/data/foldingRange/nextjs.json +94 -0
- package/data/foldingRange/react.json +118 -0
- package/data/foldingRange/shadcn.json +94 -0
- package/data/foldingRange/shell.json +106 -46
- package/data/formatting/abap.json +19 -11
- package/data/formatting/angular.json +63 -0
- package/data/formatting/apex.json +19 -11
- package/data/formatting/awk.json +1 -1
- package/data/formatting/azcli.json +18 -18
- package/data/formatting/bicep.json +18 -18
- package/data/formatting/c.json +1 -1
- package/data/formatting/caddy.json +1 -1
- package/data/formatting/cameligo.json +18 -18
- package/data/formatting/clojure.json +18 -18
- package/data/formatting/coffee.json +18 -18
- package/data/formatting/cpp.json +1 -1
- package/data/formatting/crontab.json +1 -1
- package/data/formatting/csharp.json +1 -1
- package/data/formatting/css.json +73 -73
- package/data/formatting/cypher.json +18 -18
- package/data/formatting/dart.json +43 -15
- package/data/formatting/docker-compose.json +24 -24
- package/data/formatting/dockerfile.json +1 -1
- package/data/formatting/doctest.json +18 -18
- package/data/formatting/dotenv.json +1 -1
- package/data/formatting/ecl.json +18 -18
- package/data/formatting/elixir.json +43 -18
- package/data/formatting/flow9.json +18 -18
- package/data/formatting/freemarker2.json +18 -18
- package/data/formatting/go.json +1 -1
- package/data/formatting/graphql.json +1 -1
- package/data/formatting/hcl.json +26 -1
- package/data/formatting/html.json +26 -1
- package/data/formatting/ini.json +1 -1
- package/data/formatting/java.json +1 -1
- package/data/formatting/javascript.json +1 -1
- package/data/formatting/julia.json +18 -18
- package/data/formatting/kotlin.json +33 -13
- package/data/formatting/less.json +48 -18
- package/data/formatting/lexon.json +18 -18
- package/data/formatting/liquid.json +18 -18
- package/data/formatting/lua.json +1 -1
- package/data/formatting/m3.json +18 -18
- package/data/formatting/makefile.json +1 -1
- package/data/formatting/markdown.json +26 -1
- package/data/formatting/mdx.json +18 -18
- package/data/formatting/mips.json +18 -18
- package/data/formatting/msdax.json +18 -18
- package/data/formatting/mysql.json +43 -18
- package/data/formatting/nestjs.json +23 -0
- package/data/formatting/nextjs.json +23 -0
- package/data/formatting/nginx.json +1 -1
- package/data/formatting/objective-c.json +18 -18
- package/data/formatting/pascal.json +18 -18
- package/data/formatting/pascaligo.json +18 -18
- package/data/formatting/perl.json +1 -1
- package/data/formatting/pgsql.json +43 -18
- package/data/formatting/php.json +1 -1
- package/data/formatting/pla.json +18 -18
- package/data/formatting/postiats.json +18 -18
- package/data/formatting/powerquery.json +18 -18
- package/data/formatting/powershell.json +1 -1
- package/data/formatting/protobuf.json +1 -1
- package/data/formatting/python.json +1 -1
- package/data/formatting/qsharp.json +18 -18
- package/data/formatting/r.json +32 -32
- package/data/formatting/razor.json +18 -18
- package/data/formatting/react.json +71 -0
- package/data/formatting/redis-cli.json +1 -1
- package/data/formatting/redis.json +18 -18
- package/data/formatting/redshift.json +43 -18
- package/data/formatting/restructuredtext.json +18 -18
- package/data/formatting/ruby.json +1 -1
- package/data/formatting/rust.json +1 -1
- package/data/formatting/sb.json +18 -18
- package/data/formatting/scala.json +48 -16
- package/data/formatting/scheme.json +18 -18
- package/data/formatting/scss.json +48 -18
- package/data/formatting/shadcn.json +63 -0
- package/data/formatting/shell.json +102 -18
- package/data/formatting/sol.json +18 -18
- package/data/formatting/sparql.json +18 -18
- package/data/formatting/sql.json +1 -1
- package/data/formatting/ssh_config.json +1 -1
- package/data/formatting/st.json +18 -18
- package/data/formatting/swift.json +58 -18
- package/data/formatting/systemd.json +1 -1
- package/data/formatting/systemverilog.json +18 -18
- package/data/formatting/tcl.json +18 -18
- package/data/formatting/toml.json +1 -1
- package/data/formatting/twig.json +18 -18
- package/data/formatting/typescript.json +1 -1
- package/data/formatting/vb.json +18 -18
- package/data/formatting/wgsl.json +18 -18
- package/data/formatting/xml.json +26 -1
- package/data/formatting/yaml.json +1 -1
- package/data/hover/angular.json +455 -0
- package/data/hover/apex.json +281 -6
- package/data/hover/awk.json +251 -6
- package/data/hover/crontab.json +251 -6
- package/data/hover/css.json +232 -0
- package/data/hover/dotenv.json +242 -4
- package/data/hover/graphql.json +251 -6
- package/data/hover/lexon.json +250 -5
- package/data/hover/markdown.json +226 -9
- package/data/hover/mdx.json +250 -5
- package/data/hover/nestjs.json +296 -0
- package/data/hover/nextjs.json +305 -0
- package/data/hover/perl.json +251 -6
- package/data/hover/pla.json +264 -5
- package/data/hover/powershell.json +252 -7
- package/data/hover/protobuf.json +251 -6
- package/data/hover/react.json +173 -0
- package/data/hover/redis.json +355 -40
- package/data/hover/shadcn.json +450 -0
- package/data/hover/shell.json +684 -75
- package/data/hover/ssh_config.json +251 -6
- package/data/hover/xml.json +231 -7
- 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/c.json +49 -1
- package/data/inlineCompletions/cpp.json +61 -1
- package/data/inlineCompletions/csharp.json +73 -1
- package/data/inlineCompletions/css.json +125 -125
- package/data/inlineCompletions/dart.json +136 -26
- package/data/inlineCompletions/elixir.json +34 -34
- package/data/inlineCompletions/go.json +67 -1
- package/data/inlineCompletions/html.json +1 -1
- package/data/inlineCompletions/java.json +67 -1
- package/data/inlineCompletions/javascript.json +97 -1
- package/data/inlineCompletions/kotlin.json +88 -18
- package/data/inlineCompletions/less.json +76 -28
- package/data/inlineCompletions/lua.json +37 -1
- package/data/inlineCompletions/mysql.json +34 -34
- package/data/inlineCompletions/nestjs.json +25 -0
- package/data/inlineCompletions/nextjs.json +179 -0
- package/data/inlineCompletions/pgsql.json +34 -34
- package/data/inlineCompletions/php.json +43 -1
- package/data/inlineCompletions/python.json +73 -1
- package/data/inlineCompletions/react.json +203 -0
- package/data/inlineCompletions/ruby.json +49 -1
- package/data/inlineCompletions/rust.json +61 -1
- package/data/inlineCompletions/scala.json +130 -25
- package/data/inlineCompletions/scss.json +34 -34
- package/data/inlineCompletions/shadcn.json +115 -0
- package/data/inlineCompletions/shell.json +184 -34
- package/data/inlineCompletions/sql.json +43 -1
- package/data/inlineCompletions/swift.json +112 -22
- package/data/inlineCompletions/typescript.json +97 -1
- package/data/linkedEditingRange/angular.json +23 -0
- package/data/linkedEditingRange/azcli.json +6 -6
- package/data/linkedEditingRange/crontab.json +6 -6
- package/data/linkedEditingRange/docker-compose.json +6 -6
- package/data/linkedEditingRange/doctest.json +6 -6
- package/data/linkedEditingRange/dotenv.json +13 -6
- package/data/linkedEditingRange/ini.json +13 -6
- package/data/linkedEditingRange/json.json +13 -6
- package/data/linkedEditingRange/lexon.json +6 -6
- package/data/linkedEditingRange/mips.json +6 -6
- package/data/linkedEditingRange/msdax.json +6 -6
- package/data/linkedEditingRange/nestjs.json +18 -0
- package/data/linkedEditingRange/nextjs.json +24 -0
- package/data/linkedEditingRange/pla.json +6 -6
- package/data/linkedEditingRange/react.json +74 -0
- package/data/linkedEditingRange/redis-cli.json +6 -6
- package/data/linkedEditingRange/redis.json +6 -6
- package/data/linkedEditingRange/shadcn.json +23 -0
- package/data/linkedEditingRange/shell.json +25 -25
- package/data/linkedEditingRange/ssh_config.json +6 -6
- package/data/linkedEditingRange/systemd.json +6 -6
- package/data/linkedEditingRange/toml.json +13 -6
- package/data/linkedEditingRange/wgsl.json +6 -6
- package/data/linkedEditingRange/xml.json +13 -13
- package/data/linkedEditingRange/yaml.json +13 -6
- 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 +63 -0
- package/data/onTypeFormatting/nestjs.json +64 -0
- package/data/onTypeFormatting/nextjs.json +72 -0
- package/data/onTypeFormatting/react.json +148 -0
- package/data/onTypeFormatting/shadcn.json +63 -0
- package/data/onTypeFormatting/shell.json +72 -68
- package/data/rangeSemanticTokens/angular.json +196 -0
- package/data/rangeSemanticTokens/nestjs.json +195 -0
- package/data/rangeSemanticTokens/nextjs.json +199 -0
- package/data/rangeSemanticTokens/react.json +77 -0
- package/data/rangeSemanticTokens/shadcn.json +203 -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 +121 -0
- package/data/rename/nestjs.json +122 -0
- package/data/rename/nextjs.json +116 -0
- package/data/rename/react.json +133 -0
- package/data/rename/shadcn.json +73 -0
- package/data/rename/shell.json +101 -31
- package/data/selectionRange/abap.json +58 -34
- package/data/selectionRange/angular.json +126 -0
- package/data/selectionRange/apex.json +58 -34
- package/data/selectionRange/awk.json +56 -34
- package/data/selectionRange/azcli.json +43 -24
- package/data/selectionRange/bicep.json +56 -34
- package/data/selectionRange/c.json +62 -39
- package/data/selectionRange/caddy.json +53 -34
- package/data/selectionRange/cameligo.json +56 -34
- package/data/selectionRange/clojure.json +57 -34
- package/data/selectionRange/coffee.json +59 -34
- package/data/selectionRange/cpp.json +73 -44
- package/data/selectionRange/crontab.json +39 -29
- package/data/selectionRange/csharp.json +69 -39
- package/data/selectionRange/css.json +95 -55
- package/data/selectionRange/cypher.json +57 -34
- package/data/selectionRange/dart.json +65 -34
- package/data/selectionRange/docker-compose.json +54 -34
- package/data/selectionRange/dockerfile.json +56 -34
- package/data/selectionRange/doctest.json +47 -24
- package/data/selectionRange/dotenv.json +33 -24
- package/data/selectionRange/ecl.json +58 -34
- package/data/selectionRange/elixir.json +63 -34
- package/data/selectionRange/flow9.json +57 -34
- package/data/selectionRange/freemarker2.json +58 -34
- package/data/selectionRange/go.json +64 -39
- package/data/selectionRange/graphql.json +58 -34
- package/data/selectionRange/hcl.json +56 -34
- package/data/selectionRange/html.json +63 -34
- package/data/selectionRange/ini.json +38 -24
- package/data/selectionRange/java.json +68 -39
- package/data/selectionRange/javascript.json +65 -39
- package/data/selectionRange/julia.json +65 -39
- package/data/selectionRange/kotlin.json +68 -39
- package/data/selectionRange/less.json +58 -34
- package/data/selectionRange/lexon.json +38 -24
- package/data/selectionRange/liquid.json +58 -34
- package/data/selectionRange/lua.json +59 -34
- package/data/selectionRange/m3.json +57 -34
- package/data/selectionRange/makefile.json +53 -34
- package/data/selectionRange/markdown.json +57 -34
- package/data/selectionRange/mdx.json +63 -34
- package/data/selectionRange/mips.json +43 -29
- package/data/selectionRange/msdax.json +52 -34
- package/data/selectionRange/mysql.json +51 -34
- package/data/selectionRange/nestjs.json +35 -0
- package/data/selectionRange/nextjs.json +35 -0
- package/data/selectionRange/nginx.json +53 -34
- package/data/selectionRange/objective-c.json +64 -39
- package/data/selectionRange/pascal.json +53 -34
- package/data/selectionRange/pascaligo.json +57 -34
- package/data/selectionRange/perl.json +59 -34
- package/data/selectionRange/pgsql.json +50 -34
- package/data/selectionRange/php.json +65 -39
- package/data/selectionRange/pla.json +52 -29
- package/data/selectionRange/postiats.json +61 -34
- package/data/selectionRange/powerquery.json +56 -34
- package/data/selectionRange/powershell.json +65 -39
- package/data/selectionRange/protobuf.json +58 -34
- package/data/selectionRange/python.json +66 -39
- package/data/selectionRange/qsharp.json +62 -39
- package/data/selectionRange/r.json +57 -34
- package/data/selectionRange/razor.json +63 -34
- package/data/selectionRange/react.json +103 -0
- package/data/selectionRange/redis-cli.json +38 -24
- package/data/selectionRange/redis.json +38 -24
- package/data/selectionRange/redshift.json +49 -34
- package/data/selectionRange/restructuredtext.json +58 -34
- package/data/selectionRange/ruby.json +65 -39
- package/data/selectionRange/rust.json +73 -44
- package/data/selectionRange/sb.json +43 -29
- package/data/selectionRange/scala.json +65 -39
- package/data/selectionRange/scheme.json +52 -34
- package/data/selectionRange/scss.json +58 -34
- package/data/selectionRange/shadcn.json +120 -0
- package/data/selectionRange/shell.json +64 -34
- package/data/selectionRange/sol.json +63 -39
- package/data/selectionRange/sparql.json +58 -34
- package/data/selectionRange/sql.json +50 -34
- package/data/selectionRange/ssh_config.json +37 -29
- package/data/selectionRange/st.json +49 -29
- package/data/selectionRange/swift.json +73 -44
- package/data/selectionRange/systemd.json +47 -34
- package/data/selectionRange/systemverilog.json +62 -39
- package/data/selectionRange/tailwindcss.json +49 -34
- package/data/selectionRange/tcl.json +57 -34
- package/data/selectionRange/toml.json +49 -29
- package/data/selectionRange/twig.json +58 -34
- package/data/selectionRange/typescript.json +75 -44
- package/data/selectionRange/vb.json +59 -39
- package/data/selectionRange/wgsl.json +61 -34
- package/data/selectionRange/xml.json +51 -34
- package/data/selectionRange/yaml.json +54 -34
- package/data/semanticTokens/angular.json +269 -0
- package/data/semanticTokens/nestjs.json +245 -0
- package/data/semanticTokens/nextjs.json +265 -0
- package/data/semanticTokens/react.json +230 -0
- package/data/semanticTokens/shadcn.json +235 -0
- package/data/semanticTokens/shell.json +238 -65
- package/data/signatureHelp/angular.json +182 -0
- package/data/signatureHelp/nestjs.json +201 -0
- package/data/signatureHelp/nextjs.json +185 -0
- package/data/signatureHelp/react.json +285 -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
|
@@ -90,6 +90,826 @@
|
|
|
90
90
|
"description": "Declares variables with specific attributes such as -i for integer, -a for indexed array, -A for associative array, -r for readonly, and -x for export in bash scripts.",
|
|
91
91
|
"type": "function",
|
|
92
92
|
"module": "Builtins"
|
|
93
|
+
},
|
|
94
|
+
"cd": {
|
|
95
|
+
"signature": "cd [-L|-P] [directory]",
|
|
96
|
+
"description": "Change the shell working directory. With no arguments, changes to $HOME. `-L` follows symbolic links (default), `-P` uses the physical directory structure.",
|
|
97
|
+
"type": "builtin",
|
|
98
|
+
"module": "builtins"
|
|
99
|
+
},
|
|
100
|
+
"pwd": {
|
|
101
|
+
"signature": "pwd [-LP]",
|
|
102
|
+
"description": "Print the absolute pathname of the current working directory. `-L` shows the logical path (default), `-P` resolves symlinks.",
|
|
103
|
+
"type": "builtin",
|
|
104
|
+
"module": "builtins"
|
|
105
|
+
},
|
|
106
|
+
"alias": {
|
|
107
|
+
"signature": "alias [-p] [name[=value] ...]",
|
|
108
|
+
"description": "Define or display aliases. Without arguments, prints all aliases. With a name, prints that alias. With name=value, creates an alias.",
|
|
109
|
+
"type": "builtin",
|
|
110
|
+
"module": "builtins"
|
|
111
|
+
},
|
|
112
|
+
"unalias": {
|
|
113
|
+
"signature": "unalias [-a] name [name ...]",
|
|
114
|
+
"description": "Remove alias definitions. `-a` removes all aliases.",
|
|
115
|
+
"type": "builtin",
|
|
116
|
+
"module": "builtins"
|
|
117
|
+
},
|
|
118
|
+
"type": {
|
|
119
|
+
"signature": "type [-afptP] name [name ...]",
|
|
120
|
+
"description": "Indicate how each name would be interpreted if used as a command. `-t` prints a single word (alias, keyword, function, builtin, file). `-a` shows all matches.",
|
|
121
|
+
"type": "builtin",
|
|
122
|
+
"module": "builtins"
|
|
123
|
+
},
|
|
124
|
+
"exit": {
|
|
125
|
+
"signature": "exit [n]",
|
|
126
|
+
"description": "Exit the shell with status n. If n is omitted, the exit status is that of the last command executed. Values are modulo 256.",
|
|
127
|
+
"type": "builtin",
|
|
128
|
+
"module": "builtins"
|
|
129
|
+
},
|
|
130
|
+
"return": {
|
|
131
|
+
"signature": "return [n]",
|
|
132
|
+
"description": "Return from a shell function with return value n. If n is not supplied, the return value is the exit status of the last command executed in the function.",
|
|
133
|
+
"type": "builtin",
|
|
134
|
+
"module": "builtins"
|
|
135
|
+
},
|
|
136
|
+
"unset": {
|
|
137
|
+
"signature": "unset [-fv] [name ...]",
|
|
138
|
+
"description": "Remove variable or function definitions. `-v` removes variables (default), `-f` removes functions. If neither is given, tries variable first, then function.",
|
|
139
|
+
"type": "builtin",
|
|
140
|
+
"module": "builtins"
|
|
141
|
+
},
|
|
142
|
+
"readonly": {
|
|
143
|
+
"signature": "readonly [-aAf] [-p] [name[=value] ...]",
|
|
144
|
+
"description": "Mark variables as readonly, preventing reassignment or unsetting. `-a` for arrays, `-A` for associative arrays, `-f` for functions. `-p` displays all readonly variables.",
|
|
145
|
+
"type": "builtin",
|
|
146
|
+
"module": "builtins"
|
|
147
|
+
},
|
|
148
|
+
"[[": {
|
|
149
|
+
"signature": "[[ expression ]]",
|
|
150
|
+
"description": "Extended conditional command. Supports all test operators plus pattern matching (==, =~), logical operators (&&, ||, !), and grouping with parentheses. Word splitting and pathname expansion are not performed.",
|
|
151
|
+
"type": "keyword",
|
|
152
|
+
"module": "builtins"
|
|
153
|
+
},
|
|
154
|
+
"jobs": {
|
|
155
|
+
"signature": "jobs [-lnprs] [jobspec ...]",
|
|
156
|
+
"description": "Display status of background jobs. `-l` includes PIDs, `-p` shows PIDs only, `-r` shows running only, `-s` shows stopped only.",
|
|
157
|
+
"type": "builtin",
|
|
158
|
+
"module": "builtins"
|
|
159
|
+
},
|
|
160
|
+
"kill": {
|
|
161
|
+
"signature": "kill [-s sigspec] [-n signum] [-sigspec] pid|jobspec ...",
|
|
162
|
+
"description": "Send a signal to a process or job. Default signal is TERM. Common signals: HUP (1), INT (2), KILL (9), TERM (15), CONT (18), STOP (19).",
|
|
163
|
+
"type": "builtin",
|
|
164
|
+
"module": "builtins"
|
|
165
|
+
},
|
|
166
|
+
"bg": {
|
|
167
|
+
"signature": "bg [jobspec ...]",
|
|
168
|
+
"description": "Resume a suspended job in the background, as if it had been started with &.",
|
|
169
|
+
"type": "builtin",
|
|
170
|
+
"module": "builtins"
|
|
171
|
+
},
|
|
172
|
+
"fg": {
|
|
173
|
+
"signature": "fg [jobspec]",
|
|
174
|
+
"description": "Move a job to the foreground, making it the current job. The shell waits for the job to complete.",
|
|
175
|
+
"type": "builtin",
|
|
176
|
+
"module": "builtins"
|
|
177
|
+
},
|
|
178
|
+
"pushd": {
|
|
179
|
+
"signature": "pushd [-n] [+n|-n|dir]",
|
|
180
|
+
"description": "Add a directory to the top of the directory stack and change to it. `-n` suppresses the directory change.",
|
|
181
|
+
"type": "builtin",
|
|
182
|
+
"module": "builtins"
|
|
183
|
+
},
|
|
184
|
+
"popd": {
|
|
185
|
+
"signature": "popd [-n] [+n|-n]",
|
|
186
|
+
"description": "Remove the top entry from the directory stack and change to the new top. `-n` suppresses the directory change.",
|
|
187
|
+
"type": "builtin",
|
|
188
|
+
"module": "builtins"
|
|
189
|
+
},
|
|
190
|
+
"mapfile": {
|
|
191
|
+
"signature": "mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array]",
|
|
192
|
+
"description": "Read lines from stdin into an indexed array variable. `-t` removes trailing delimiter. `-n count` reads at most count lines. Default array is MAPFILE.",
|
|
193
|
+
"type": "builtin",
|
|
194
|
+
"module": "builtins"
|
|
195
|
+
},
|
|
196
|
+
"let": {
|
|
197
|
+
"signature": "let expression [expression ...]",
|
|
198
|
+
"description": "Evaluate arithmetic expressions. Returns 0 if the last expression evaluates to non-zero, 1 otherwise. Equivalent to ((expression)).",
|
|
199
|
+
"type": "builtin",
|
|
200
|
+
"module": "builtins"
|
|
201
|
+
},
|
|
202
|
+
"history": {
|
|
203
|
+
"signature": "history [-c] [-d offset] [n] or history -anrw [filename]",
|
|
204
|
+
"description": "Display or manipulate the command history list. `-c` clears history, `-d n` deletes entry at offset n, `-a` appends new entries to history file, `-r` reads history file.",
|
|
205
|
+
"type": "builtin",
|
|
206
|
+
"module": "builtins"
|
|
207
|
+
},
|
|
208
|
+
"complete": {
|
|
209
|
+
"signature": "complete [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] name [name ...]",
|
|
210
|
+
"description": "Specify programmable completion for a command. Defines how arguments to a specific command are completed when the user presses Tab.",
|
|
211
|
+
"type": "builtin",
|
|
212
|
+
"module": "builtins"
|
|
213
|
+
},
|
|
214
|
+
"compgen": {
|
|
215
|
+
"signature": "compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]",
|
|
216
|
+
"description": "Generate possible completion matches for word according to the specified options. Used within programmable completion functions.",
|
|
217
|
+
"type": "builtin",
|
|
218
|
+
"module": "builtins"
|
|
219
|
+
},
|
|
220
|
+
"enable": {
|
|
221
|
+
"signature": "enable [-a] [-dnps] [-f filename] [name ...]",
|
|
222
|
+
"description": "Enable or disable shell builtin commands. `-n` disables a builtin. `-a` lists all builtins showing enabled/disabled status.",
|
|
223
|
+
"type": "builtin",
|
|
224
|
+
"module": "builtins"
|
|
225
|
+
},
|
|
226
|
+
"shopt": {
|
|
227
|
+
"signature": "shopt [-pqsu] [-o] [optname ...]",
|
|
228
|
+
"description": "Set and unset shell optional behavior. `-s` enables, `-u` disables an option. Common options: extglob, globstar, nullglob, dotglob, nocasematch.",
|
|
229
|
+
"type": "builtin",
|
|
230
|
+
"module": "builtins"
|
|
231
|
+
},
|
|
232
|
+
"ulimit": {
|
|
233
|
+
"signature": "ulimit [-HSabcdefiklmnpqrstuvxPRT] [limit]",
|
|
234
|
+
"description": "Get or set user-level resource limits. `-n` for open files, `-u` for max processes, `-v` for virtual memory, `-s` for stack size.",
|
|
235
|
+
"type": "builtin",
|
|
236
|
+
"module": "builtins"
|
|
237
|
+
},
|
|
238
|
+
"umask": {
|
|
239
|
+
"signature": "umask [-p] [-S] [mode]",
|
|
240
|
+
"description": "Set the file creation mask. The mask is subtracted from the default permissions (777 for dirs, 666 for files). Common: `umask 022` (owner full, others read/execute).",
|
|
241
|
+
"type": "builtin",
|
|
242
|
+
"module": "builtins"
|
|
243
|
+
},
|
|
244
|
+
"$?": {
|
|
245
|
+
"signature": "$?",
|
|
246
|
+
"description": "The exit status of the most recently executed foreground pipeline. 0 typically indicates success, non-zero indicates failure.",
|
|
247
|
+
"type": "special_variable",
|
|
248
|
+
"module": "parameters"
|
|
249
|
+
},
|
|
250
|
+
"$#": {
|
|
251
|
+
"signature": "$#",
|
|
252
|
+
"description": "The number of positional parameters (arguments) passed to the script or function.",
|
|
253
|
+
"type": "special_variable",
|
|
254
|
+
"module": "parameters"
|
|
255
|
+
},
|
|
256
|
+
"$@": {
|
|
257
|
+
"signature": "$@",
|
|
258
|
+
"description": "All positional parameters as separate words. When double-quoted (\"$@\"), each parameter expands as a separate word, preserving whitespace.",
|
|
259
|
+
"type": "special_variable",
|
|
260
|
+
"module": "parameters"
|
|
261
|
+
},
|
|
262
|
+
"$*": {
|
|
263
|
+
"signature": "$*",
|
|
264
|
+
"description": "All positional parameters as a single word. When double-quoted (\"$*\"), expands to a single string with parameters separated by the first character of $IFS.",
|
|
265
|
+
"type": "special_variable",
|
|
266
|
+
"module": "parameters"
|
|
267
|
+
},
|
|
268
|
+
"$$": {
|
|
269
|
+
"signature": "$$",
|
|
270
|
+
"description": "The process ID (PID) of the current shell. In a subshell, it expands to the PID of the parent shell, not the subshell.",
|
|
271
|
+
"type": "special_variable",
|
|
272
|
+
"module": "parameters"
|
|
273
|
+
},
|
|
274
|
+
"$!": {
|
|
275
|
+
"signature": "$!",
|
|
276
|
+
"description": "The process ID of the most recently executed background (asynchronous) command or pipeline.",
|
|
277
|
+
"type": "special_variable",
|
|
278
|
+
"module": "parameters"
|
|
279
|
+
},
|
|
280
|
+
"$0": {
|
|
281
|
+
"signature": "$0",
|
|
282
|
+
"description": "The name of the shell or shell script. Set at shell startup. In a script, it is the filename used to invoke the script.",
|
|
283
|
+
"type": "special_variable",
|
|
284
|
+
"module": "parameters"
|
|
285
|
+
},
|
|
286
|
+
"$_": {
|
|
287
|
+
"signature": "$_",
|
|
288
|
+
"description": "The last argument of the previous command. At shell startup, set to the absolute pathname used to invoke the shell.",
|
|
289
|
+
"type": "special_variable",
|
|
290
|
+
"module": "parameters"
|
|
291
|
+
},
|
|
292
|
+
"$-": {
|
|
293
|
+
"signature": "$-",
|
|
294
|
+
"description": "The current option flags as specified on invocation, by the set builtin, or those set by the shell itself (e.g., -i for interactive).",
|
|
295
|
+
"type": "special_variable",
|
|
296
|
+
"module": "parameters"
|
|
297
|
+
},
|
|
298
|
+
"IFS": {
|
|
299
|
+
"signature": "IFS",
|
|
300
|
+
"description": "Internal Field Separator. Used for word splitting after expansion and by read to split lines into fields. Default value is space, tab, newline (<space><tab><newline>).",
|
|
301
|
+
"type": "variable",
|
|
302
|
+
"module": "parameters"
|
|
303
|
+
},
|
|
304
|
+
"PATH": {
|
|
305
|
+
"signature": "PATH",
|
|
306
|
+
"description": "A colon-separated list of directories in which the shell looks for commands. Searched left to right. Modifying PATH affects which programs the shell can find.",
|
|
307
|
+
"type": "variable",
|
|
308
|
+
"module": "parameters"
|
|
309
|
+
},
|
|
310
|
+
"HOME": {
|
|
311
|
+
"signature": "HOME",
|
|
312
|
+
"description": "The home directory of the current user. Set automatically at login. Used as the default argument for the cd builtin and for tilde (~) expansion.",
|
|
313
|
+
"type": "variable",
|
|
314
|
+
"module": "parameters"
|
|
315
|
+
},
|
|
316
|
+
"PWD": {
|
|
317
|
+
"signature": "PWD",
|
|
318
|
+
"description": "The current working directory as set by cd. Updated automatically when the directory changes.",
|
|
319
|
+
"type": "variable",
|
|
320
|
+
"module": "parameters"
|
|
321
|
+
},
|
|
322
|
+
"OLDPWD": {
|
|
323
|
+
"signature": "OLDPWD",
|
|
324
|
+
"description": "The previous working directory as set by cd. `cd -` changes to $OLDPWD.",
|
|
325
|
+
"type": "variable",
|
|
326
|
+
"module": "parameters"
|
|
327
|
+
},
|
|
328
|
+
"SHELL": {
|
|
329
|
+
"signature": "SHELL",
|
|
330
|
+
"description": "The pathname of the current user's login shell.",
|
|
331
|
+
"type": "variable",
|
|
332
|
+
"module": "parameters"
|
|
333
|
+
},
|
|
334
|
+
"USER": {
|
|
335
|
+
"signature": "USER",
|
|
336
|
+
"description": "The name of the current user. Typically set at login.",
|
|
337
|
+
"type": "variable",
|
|
338
|
+
"module": "parameters"
|
|
339
|
+
},
|
|
340
|
+
"HOSTNAME": {
|
|
341
|
+
"signature": "HOSTNAME",
|
|
342
|
+
"description": "The name of the current host. Set automatically at shell startup.",
|
|
343
|
+
"type": "variable",
|
|
344
|
+
"module": "parameters"
|
|
345
|
+
},
|
|
346
|
+
"RANDOM": {
|
|
347
|
+
"signature": "RANDOM",
|
|
348
|
+
"description": "Each time this parameter is referenced, it expands to a random integer between 0 and 32767. Assigning a value seeds the random number generator.",
|
|
349
|
+
"type": "variable",
|
|
350
|
+
"module": "parameters"
|
|
351
|
+
},
|
|
352
|
+
"SECONDS": {
|
|
353
|
+
"signature": "SECONDS",
|
|
354
|
+
"description": "The number of seconds since the shell was started. If assigned a value, returns the assigned value plus the number of seconds since the assignment.",
|
|
355
|
+
"type": "variable",
|
|
356
|
+
"module": "parameters"
|
|
357
|
+
},
|
|
358
|
+
"LINENO": {
|
|
359
|
+
"signature": "LINENO",
|
|
360
|
+
"description": "The line number in the script or shell function currently executing. Useful for debugging and error messages.",
|
|
361
|
+
"type": "variable",
|
|
362
|
+
"module": "parameters"
|
|
363
|
+
},
|
|
364
|
+
"FUNCNAME": {
|
|
365
|
+
"signature": "FUNCNAME",
|
|
366
|
+
"description": "An array variable containing the names of all shell functions currently in the execution call stack. ${FUNCNAME[0]} is the currently executing function.",
|
|
367
|
+
"type": "variable",
|
|
368
|
+
"module": "parameters"
|
|
369
|
+
},
|
|
370
|
+
"BASH_SOURCE": {
|
|
371
|
+
"signature": "BASH_SOURCE",
|
|
372
|
+
"description": "An array variable whose members are the source filenames corresponding to the elements in the FUNCNAME array. ${BASH_SOURCE[0]} is the current file.",
|
|
373
|
+
"type": "variable",
|
|
374
|
+
"module": "parameters"
|
|
375
|
+
},
|
|
376
|
+
"BASH_LINENO": {
|
|
377
|
+
"signature": "BASH_LINENO",
|
|
378
|
+
"description": "An array of line numbers corresponding to calls in FUNCNAME. ${BASH_LINENO[$i]} is the line number in ${BASH_SOURCE[$i+1]} where ${FUNCNAME[$i]} was called.",
|
|
379
|
+
"type": "variable",
|
|
380
|
+
"module": "parameters"
|
|
381
|
+
},
|
|
382
|
+
"PIPESTATUS": {
|
|
383
|
+
"signature": "PIPESTATUS",
|
|
384
|
+
"description": "An array containing the exit statuses of the processes in the most recently executed foreground pipeline. ${PIPESTATUS[0]} is the first command's exit status.",
|
|
385
|
+
"type": "variable",
|
|
386
|
+
"module": "parameters"
|
|
387
|
+
},
|
|
388
|
+
"OPTARG": {
|
|
389
|
+
"signature": "OPTARG",
|
|
390
|
+
"description": "Set by getopts to the value of the last option argument processed. Contains the argument when the option requires one.",
|
|
391
|
+
"type": "variable",
|
|
392
|
+
"module": "parameters"
|
|
393
|
+
},
|
|
394
|
+
"OPTIND": {
|
|
395
|
+
"signature": "OPTIND",
|
|
396
|
+
"description": "The index of the next argument to be processed by getopts. Initialized to 1 each time the shell or a script is invoked.",
|
|
397
|
+
"type": "variable",
|
|
398
|
+
"module": "parameters"
|
|
399
|
+
},
|
|
400
|
+
"REPLY": {
|
|
401
|
+
"signature": "REPLY",
|
|
402
|
+
"description": "Set by read when no variable names are supplied. Also set by select to the user's input.",
|
|
403
|
+
"type": "variable",
|
|
404
|
+
"module": "parameters"
|
|
405
|
+
},
|
|
406
|
+
"BASH_REMATCH": {
|
|
407
|
+
"signature": "BASH_REMATCH",
|
|
408
|
+
"description": "An array variable whose members are assigned by the =~ binary operator in [[ ]]. Element 0 is the entire match, elements 1+ are capture group matches.",
|
|
409
|
+
"type": "variable",
|
|
410
|
+
"module": "parameters"
|
|
411
|
+
},
|
|
412
|
+
"BASH_VERSION": {
|
|
413
|
+
"signature": "BASH_VERSION",
|
|
414
|
+
"description": "The version number of the current instance of Bash.",
|
|
415
|
+
"type": "variable",
|
|
416
|
+
"module": "parameters"
|
|
417
|
+
},
|
|
418
|
+
"EUID": {
|
|
419
|
+
"signature": "EUID",
|
|
420
|
+
"description": "The effective user ID of the current user. Read-only. 0 indicates root.",
|
|
421
|
+
"type": "variable",
|
|
422
|
+
"module": "parameters"
|
|
423
|
+
},
|
|
424
|
+
"UID": {
|
|
425
|
+
"signature": "UID",
|
|
426
|
+
"description": "The real user ID of the current user. Read-only.",
|
|
427
|
+
"type": "variable",
|
|
428
|
+
"module": "parameters"
|
|
429
|
+
},
|
|
430
|
+
"array": {
|
|
431
|
+
"signature": "name=(value1 value2 ...) or name[index]=value",
|
|
432
|
+
"description": "Indexed arrays hold ordered lists of values. Elements are accessed by integer index starting at 0. Supports ${arr[@]} (all elements), ${#arr[@]} (length), ${!arr[@]} (indices).",
|
|
433
|
+
"type": "datatype",
|
|
434
|
+
"module": "builtins",
|
|
435
|
+
"members": {
|
|
436
|
+
"[@]": {
|
|
437
|
+
"signature": "${array[@]}",
|
|
438
|
+
"description": "Expand to all elements of the array as separate words.",
|
|
439
|
+
"type": "expansion"
|
|
440
|
+
},
|
|
441
|
+
"[*]": {
|
|
442
|
+
"signature": "${array[*]}",
|
|
443
|
+
"description": "Expand to all elements as a single word joined by the first character of IFS.",
|
|
444
|
+
"type": "expansion"
|
|
445
|
+
},
|
|
446
|
+
"#": {
|
|
447
|
+
"signature": "${#array[@]}",
|
|
448
|
+
"description": "Return the number of elements in the array.",
|
|
449
|
+
"type": "expansion"
|
|
450
|
+
},
|
|
451
|
+
"!": {
|
|
452
|
+
"signature": "${!array[@]}",
|
|
453
|
+
"description": "Return all indices (keys) of the array.",
|
|
454
|
+
"type": "expansion"
|
|
455
|
+
},
|
|
456
|
+
"append": {
|
|
457
|
+
"signature": "array+=(value)",
|
|
458
|
+
"description": "Append one or more elements to the end of an indexed array.",
|
|
459
|
+
"type": "operation"
|
|
460
|
+
},
|
|
461
|
+
"slice": {
|
|
462
|
+
"signature": "${array[@]:offset:length}",
|
|
463
|
+
"description": "Extract a slice of the array starting at offset for length elements.",
|
|
464
|
+
"type": "expansion"
|
|
465
|
+
},
|
|
466
|
+
"unset_element": {
|
|
467
|
+
"signature": "unset 'array[index]'",
|
|
468
|
+
"description": "Remove a specific element from the array.",
|
|
469
|
+
"type": "operation"
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
"associative_array": {
|
|
474
|
+
"signature": "declare -A name=([key1]=value1 [key2]=value2 ...)",
|
|
475
|
+
"description": "Associative arrays use arbitrary strings as keys. Must be declared with `declare -A`. Supports ${map[@]}, ${!map[@]} (keys), ${#map[@]} (size).",
|
|
476
|
+
"type": "datatype",
|
|
477
|
+
"module": "builtins",
|
|
478
|
+
"members": {
|
|
479
|
+
"[@]": {
|
|
480
|
+
"signature": "${assoc[@]}",
|
|
481
|
+
"description": "Expand to all values.",
|
|
482
|
+
"type": "expansion"
|
|
483
|
+
},
|
|
484
|
+
"!keys": {
|
|
485
|
+
"signature": "${!assoc[@]}",
|
|
486
|
+
"description": "Expand to all keys of the associative array.",
|
|
487
|
+
"type": "expansion"
|
|
488
|
+
},
|
|
489
|
+
"#size": {
|
|
490
|
+
"signature": "${#assoc[@]}",
|
|
491
|
+
"description": "Return the number of key-value pairs.",
|
|
492
|
+
"type": "expansion"
|
|
493
|
+
},
|
|
494
|
+
"set": {
|
|
495
|
+
"signature": "assoc[key]=value",
|
|
496
|
+
"description": "Set or update a value for a given key.",
|
|
497
|
+
"type": "operation"
|
|
498
|
+
},
|
|
499
|
+
"unset_key": {
|
|
500
|
+
"signature": "unset 'assoc[key]'",
|
|
501
|
+
"description": "Remove a key-value pair.",
|
|
502
|
+
"type": "operation"
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
"string_operations": {
|
|
507
|
+
"signature": "${parameter...}",
|
|
508
|
+
"description": "Bash provides extensive string manipulation via parameter expansion. Includes substitution, default values, substring extraction, pattern removal, case modification, and length.",
|
|
509
|
+
"type": "datatype",
|
|
510
|
+
"module": "builtins",
|
|
511
|
+
"members": {
|
|
512
|
+
"length": {
|
|
513
|
+
"signature": "${#var}",
|
|
514
|
+
"description": "Length of the string stored in var.",
|
|
515
|
+
"type": "expansion"
|
|
516
|
+
},
|
|
517
|
+
"substring": {
|
|
518
|
+
"signature": "${var:offset:length}",
|
|
519
|
+
"description": "Extract substring starting at offset for length characters.",
|
|
520
|
+
"type": "expansion"
|
|
521
|
+
},
|
|
522
|
+
"default": {
|
|
523
|
+
"signature": "${var:-default}",
|
|
524
|
+
"description": "Use default if var is unset or null.",
|
|
525
|
+
"type": "expansion"
|
|
526
|
+
},
|
|
527
|
+
"assign_default": {
|
|
528
|
+
"signature": "${var:=default}",
|
|
529
|
+
"description": "Assign default to var if var is unset or null.",
|
|
530
|
+
"type": "expansion"
|
|
531
|
+
},
|
|
532
|
+
"alternate": {
|
|
533
|
+
"signature": "${var:+alternate}",
|
|
534
|
+
"description": "Use alternate if var IS set and non-null.",
|
|
535
|
+
"type": "expansion"
|
|
536
|
+
},
|
|
537
|
+
"error": {
|
|
538
|
+
"signature": "${var:?message}",
|
|
539
|
+
"description": "Display error message and exit if var is unset or null.",
|
|
540
|
+
"type": "expansion"
|
|
541
|
+
},
|
|
542
|
+
"prefix_short": {
|
|
543
|
+
"signature": "${var#pattern}",
|
|
544
|
+
"description": "Remove shortest leading match of pattern.",
|
|
545
|
+
"type": "expansion"
|
|
546
|
+
},
|
|
547
|
+
"prefix_long": {
|
|
548
|
+
"signature": "${var##pattern}",
|
|
549
|
+
"description": "Remove longest leading match of pattern.",
|
|
550
|
+
"type": "expansion"
|
|
551
|
+
},
|
|
552
|
+
"suffix_short": {
|
|
553
|
+
"signature": "${var%pattern}",
|
|
554
|
+
"description": "Remove shortest trailing match of pattern.",
|
|
555
|
+
"type": "expansion"
|
|
556
|
+
},
|
|
557
|
+
"suffix_long": {
|
|
558
|
+
"signature": "${var%%pattern}",
|
|
559
|
+
"description": "Remove longest trailing match of pattern.",
|
|
560
|
+
"type": "expansion"
|
|
561
|
+
},
|
|
562
|
+
"replace_first": {
|
|
563
|
+
"signature": "${var/pattern/replacement}",
|
|
564
|
+
"description": "Replace the first match of pattern with replacement.",
|
|
565
|
+
"type": "expansion"
|
|
566
|
+
},
|
|
567
|
+
"replace_all": {
|
|
568
|
+
"signature": "${var//pattern/replacement}",
|
|
569
|
+
"description": "Replace all matches of pattern with replacement.",
|
|
570
|
+
"type": "expansion"
|
|
571
|
+
},
|
|
572
|
+
"uppercase_first": {
|
|
573
|
+
"signature": "${var^}",
|
|
574
|
+
"description": "Convert first character to uppercase.",
|
|
575
|
+
"type": "expansion"
|
|
576
|
+
},
|
|
577
|
+
"uppercase_all": {
|
|
578
|
+
"signature": "${var^^}",
|
|
579
|
+
"description": "Convert all characters to uppercase.",
|
|
580
|
+
"type": "expansion"
|
|
581
|
+
},
|
|
582
|
+
"lowercase_first": {
|
|
583
|
+
"signature": "${var,}",
|
|
584
|
+
"description": "Convert first character to lowercase.",
|
|
585
|
+
"type": "expansion"
|
|
586
|
+
},
|
|
587
|
+
"lowercase_all": {
|
|
588
|
+
"signature": "${var,,}",
|
|
589
|
+
"description": "Convert all characters to lowercase.",
|
|
590
|
+
"type": "expansion"
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
},
|
|
594
|
+
"arithmetic": {
|
|
595
|
+
"signature": "$(( expression )) or (( expression )) or let expression",
|
|
596
|
+
"description": "Bash supports integer arithmetic using C-style expressions. Operators: + - * / % ** (power), ++ --, << >> & | ^ ~ (bitwise), && || ! (logical), ternary (?:), comma, and assignment operators (= += -= *= /= %= etc.).",
|
|
597
|
+
"type": "datatype",
|
|
598
|
+
"module": "builtins",
|
|
599
|
+
"members": {
|
|
600
|
+
"addition": {
|
|
601
|
+
"signature": "$((a + b))",
|
|
602
|
+
"description": "Addition of integers.",
|
|
603
|
+
"type": "operator"
|
|
604
|
+
},
|
|
605
|
+
"subtraction": {
|
|
606
|
+
"signature": "$((a - b))",
|
|
607
|
+
"description": "Subtraction of integers.",
|
|
608
|
+
"type": "operator"
|
|
609
|
+
},
|
|
610
|
+
"multiplication": {
|
|
611
|
+
"signature": "$((a * b))",
|
|
612
|
+
"description": "Multiplication of integers.",
|
|
613
|
+
"type": "operator"
|
|
614
|
+
},
|
|
615
|
+
"division": {
|
|
616
|
+
"signature": "$((a / b))",
|
|
617
|
+
"description": "Integer division (truncates toward zero).",
|
|
618
|
+
"type": "operator"
|
|
619
|
+
},
|
|
620
|
+
"modulo": {
|
|
621
|
+
"signature": "$((a % b))",
|
|
622
|
+
"description": "Remainder after integer division.",
|
|
623
|
+
"type": "operator"
|
|
624
|
+
},
|
|
625
|
+
"power": {
|
|
626
|
+
"signature": "$((a ** b))",
|
|
627
|
+
"description": "Exponentiation (a to the power of b).",
|
|
628
|
+
"type": "operator"
|
|
629
|
+
},
|
|
630
|
+
"increment": {
|
|
631
|
+
"signature": "$((a++))",
|
|
632
|
+
"description": "Post-increment a by 1.",
|
|
633
|
+
"type": "operator"
|
|
634
|
+
},
|
|
635
|
+
"decrement": {
|
|
636
|
+
"signature": "$((a--))",
|
|
637
|
+
"description": "Post-decrement a by 1.",
|
|
638
|
+
"type": "operator"
|
|
639
|
+
},
|
|
640
|
+
"ternary": {
|
|
641
|
+
"signature": "$((condition ? val1 : val2))",
|
|
642
|
+
"description": "Ternary conditional: return val1 if condition is non-zero, else val2.",
|
|
643
|
+
"type": "operator"
|
|
644
|
+
},
|
|
645
|
+
"bitwise_and": {
|
|
646
|
+
"signature": "$((a & b))",
|
|
647
|
+
"description": "Bitwise AND.",
|
|
648
|
+
"type": "operator"
|
|
649
|
+
},
|
|
650
|
+
"bitwise_or": {
|
|
651
|
+
"signature": "$((a | b))",
|
|
652
|
+
"description": "Bitwise OR.",
|
|
653
|
+
"type": "operator"
|
|
654
|
+
},
|
|
655
|
+
"bitwise_xor": {
|
|
656
|
+
"signature": "$((a ^ b))",
|
|
657
|
+
"description": "Bitwise XOR.",
|
|
658
|
+
"type": "operator"
|
|
659
|
+
},
|
|
660
|
+
"left_shift": {
|
|
661
|
+
"signature": "$((a << n))",
|
|
662
|
+
"description": "Left shift a by n bits.",
|
|
663
|
+
"type": "operator"
|
|
664
|
+
},
|
|
665
|
+
"right_shift": {
|
|
666
|
+
"signature": "$((a >> n))",
|
|
667
|
+
"description": "Right shift a by n bits.",
|
|
668
|
+
"type": "operator"
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
"if": {
|
|
673
|
+
"signature": "if list; then list; [elif list; then list;] ... [else list;] fi",
|
|
674
|
+
"description": "Execute commands conditionally. The if list is executed; if its exit status is zero, the then list is executed. Otherwise, each elif list is tested in turn.",
|
|
675
|
+
"type": "keyword",
|
|
676
|
+
"module": "control_flow"
|
|
677
|
+
},
|
|
678
|
+
"for": {
|
|
679
|
+
"signature": "for name [in words ...]; do list; done or for (( expr1; expr2; expr3 )); do list; done",
|
|
680
|
+
"description": "Execute commands for each member in a list. The for-in form iterates over words. The arithmetic form works like C for loops.",
|
|
681
|
+
"type": "keyword",
|
|
682
|
+
"module": "control_flow"
|
|
683
|
+
},
|
|
684
|
+
"while": {
|
|
685
|
+
"signature": "while list-1; do list-2; done",
|
|
686
|
+
"description": "Execute commands repeatedly while a condition is true. The exit status of the while command is the exit status of the last command in list-2, or zero if none executed.",
|
|
687
|
+
"type": "keyword",
|
|
688
|
+
"module": "control_flow"
|
|
689
|
+
},
|
|
690
|
+
"until": {
|
|
691
|
+
"signature": "until list-1; do list-2; done",
|
|
692
|
+
"description": "Execute commands repeatedly until a condition becomes true. Equivalent to `while ! condition; do ... done`.",
|
|
693
|
+
"type": "keyword",
|
|
694
|
+
"module": "control_flow"
|
|
695
|
+
},
|
|
696
|
+
"case": {
|
|
697
|
+
"signature": "case word in [[(] pattern [| pattern] ...) list ;;] ... esac",
|
|
698
|
+
"description": "Execute commands matching a pattern. Each pattern is tested in order. `;;` terminates, `;&` falls through, `;;&` tests next pattern.",
|
|
699
|
+
"type": "keyword",
|
|
700
|
+
"module": "control_flow"
|
|
701
|
+
},
|
|
702
|
+
"select": {
|
|
703
|
+
"signature": "select name [in words ...]; do list; done",
|
|
704
|
+
"description": "Generate a numbered menu from words. The user's choice is stored in name, the input line in REPLY. Loops until break or EOF.",
|
|
705
|
+
"type": "keyword",
|
|
706
|
+
"module": "control_flow"
|
|
707
|
+
},
|
|
708
|
+
"function": {
|
|
709
|
+
"signature": "name () compound-command [redirections] or function name [()] compound-command [redirections]",
|
|
710
|
+
"description": "Define a function. Parameters are accessed via $1, $2, etc. Local variables with `local`. Return value via `return n`.",
|
|
711
|
+
"type": "keyword",
|
|
712
|
+
"module": "control_flow"
|
|
713
|
+
},
|
|
714
|
+
"autoload": {
|
|
715
|
+
"signature": "autoload [-UXz] function ...",
|
|
716
|
+
"description": "Mark function for autoloading from fpath. -U: suppress alias expansion. -z: zsh-style loading. Functions loaded on first call.",
|
|
717
|
+
"type": "builtin"
|
|
718
|
+
},
|
|
719
|
+
"bindkey": {
|
|
720
|
+
"signature": "bindkey [-evaMsR] [key] [widget]",
|
|
721
|
+
"description": "Bind keys to ZLE widgets. -e: emacs keymap. -v: vi keymap. -M: specify keymap. -l: list keymaps.",
|
|
722
|
+
"type": "builtin"
|
|
723
|
+
},
|
|
724
|
+
"builtin": {
|
|
725
|
+
"signature": "builtin name [args]",
|
|
726
|
+
"description": "Execute a builtin command, ignoring functions and aliases with the same name.",
|
|
727
|
+
"type": "builtin"
|
|
728
|
+
},
|
|
729
|
+
"compdef": {
|
|
730
|
+
"signature": "compdef function command ...",
|
|
731
|
+
"description": "Associate a completion function with commands. Part of the completion system.",
|
|
732
|
+
"type": "builtin"
|
|
733
|
+
},
|
|
734
|
+
"dirs": {
|
|
735
|
+
"signature": "dirs [-clpv]",
|
|
736
|
+
"description": "Display directory stack. -v: verbose listing with indices. -c: clear stack.",
|
|
737
|
+
"type": "builtin"
|
|
738
|
+
},
|
|
739
|
+
"emulate": {
|
|
740
|
+
"signature": "emulate [-lLR] mode",
|
|
741
|
+
"description": "Set shell emulation mode: zsh, sh, ksh, csh. -L: local to function. -R: reset all options.",
|
|
742
|
+
"type": "builtin"
|
|
743
|
+
},
|
|
744
|
+
"fc": {
|
|
745
|
+
"signature": "fc [-e editor] [-nlrdDfEim] [first [last]]",
|
|
746
|
+
"description": "Fix command — list, edit, or re-execute history entries.",
|
|
747
|
+
"type": "builtin"
|
|
748
|
+
},
|
|
749
|
+
"float": {
|
|
750
|
+
"signature": "float [-Hg] [-E n] [-F n] [name[=value] ...]",
|
|
751
|
+
"description": "Declare floating-point variables.",
|
|
752
|
+
"type": "builtin"
|
|
753
|
+
},
|
|
754
|
+
"functions": {
|
|
755
|
+
"signature": "functions [-mMtTuUz] [name ...]",
|
|
756
|
+
"description": "Display or set attributes on functions. Same as typeset -f.",
|
|
757
|
+
"type": "builtin"
|
|
758
|
+
},
|
|
759
|
+
"hash": {
|
|
760
|
+
"signature": "hash [-dfmrv] [name[=value] ...]",
|
|
761
|
+
"description": "Manage command hash table. Maps command names to paths for faster lookup.",
|
|
762
|
+
"type": "builtin"
|
|
763
|
+
},
|
|
764
|
+
"integer": {
|
|
765
|
+
"signature": "integer [-i base] [name[=value] ...]",
|
|
766
|
+
"description": "Declare integer variables. Arithmetic is performed on assignments.",
|
|
767
|
+
"type": "builtin"
|
|
768
|
+
},
|
|
769
|
+
"print": {
|
|
770
|
+
"signature": "print [-abcDilmnNoOpPrsz] [-u fd] [-f fmt] [args ...]",
|
|
771
|
+
"description": "Print arguments. More powerful than echo. -P: prompt expansion. -f: printf format. -l: one per line.",
|
|
772
|
+
"type": "builtin"
|
|
773
|
+
},
|
|
774
|
+
"rehash": {
|
|
775
|
+
"signature": "rehash",
|
|
776
|
+
"description": "Rebuild command hash table. Run after installing new programs.",
|
|
777
|
+
"type": "builtin"
|
|
778
|
+
},
|
|
779
|
+
"setopt": {
|
|
780
|
+
"signature": "setopt [option ...]",
|
|
781
|
+
"description": "Enable shell options. Options control shell behavior: globbing, history, cd, correction, etc.",
|
|
782
|
+
"type": "builtin"
|
|
783
|
+
},
|
|
784
|
+
"typeset": {
|
|
785
|
+
"signature": "typeset [-aAfFghilrtuxmHLRZE] [name[=value] ...]",
|
|
786
|
+
"description": "Declare and set attributes on variables. The most versatile variable declaration command.",
|
|
787
|
+
"type": "builtin"
|
|
788
|
+
},
|
|
789
|
+
"unfunction": {
|
|
790
|
+
"signature": "unfunction name ...",
|
|
791
|
+
"description": "Remove function definitions.",
|
|
792
|
+
"type": "builtin"
|
|
793
|
+
},
|
|
794
|
+
"unsetopt": {
|
|
795
|
+
"signature": "unsetopt [option ...]",
|
|
796
|
+
"description": "Disable shell options.",
|
|
797
|
+
"type": "builtin"
|
|
798
|
+
},
|
|
799
|
+
"whence": {
|
|
800
|
+
"signature": "whence [-acfmpsvw] name ...",
|
|
801
|
+
"description": "Show how each name would be interpreted. -p: search path only. -v: verbose.",
|
|
802
|
+
"type": "builtin"
|
|
803
|
+
},
|
|
804
|
+
"where": {
|
|
805
|
+
"signature": "where name ...",
|
|
806
|
+
"description": "Display all locations of a command.",
|
|
807
|
+
"type": "builtin"
|
|
808
|
+
},
|
|
809
|
+
"which": {
|
|
810
|
+
"signature": "which [-aps] name ...",
|
|
811
|
+
"description": "Show full path of command.",
|
|
812
|
+
"type": "builtin"
|
|
813
|
+
},
|
|
814
|
+
"zcompile": {
|
|
815
|
+
"signature": "zcompile [-cz] [-R|-M] file [name ...]",
|
|
816
|
+
"description": "Compile zsh scripts to wordcode for faster loading.",
|
|
817
|
+
"type": "builtin"
|
|
818
|
+
},
|
|
819
|
+
"zle": {
|
|
820
|
+
"signature": "zle [-aAcCDFgGIKlLmNRU] [widget]",
|
|
821
|
+
"description": "Zsh Line Editor — manage widgets. -N: create widget from function. -C: create completion widget.",
|
|
822
|
+
"type": "builtin"
|
|
823
|
+
},
|
|
824
|
+
"zmodload": {
|
|
825
|
+
"signature": "zmodload [-diLu] [module ...]",
|
|
826
|
+
"description": "Load or unload zsh modules. Common: zsh/datetime, zsh/stat, zsh/regex, zsh/net/tcp.",
|
|
827
|
+
"type": "builtin"
|
|
828
|
+
},
|
|
829
|
+
"zparseopts": {
|
|
830
|
+
"signature": "zparseopts [-DEKA] specs ...",
|
|
831
|
+
"description": "Parse command-line options. -D: remove parsed options. -E: don't stop at first non-option. -A assoc: store in associative array.",
|
|
832
|
+
"type": "builtin"
|
|
833
|
+
},
|
|
834
|
+
"zstyle": {
|
|
835
|
+
"signature": "zstyle pattern style value ...",
|
|
836
|
+
"description": "Define styles for the completion system and other subsystems. Pattern: ':completion:function:completer:command:argument:tag'.",
|
|
837
|
+
"type": "builtin"
|
|
838
|
+
},
|
|
839
|
+
"PROMPT": {
|
|
840
|
+
"signature": "PROMPT=string",
|
|
841
|
+
"description": "Primary prompt string. Supports: %n (user), %m (host), %~ (dir), %F{color}...%f (color), %B...%b (bold), %# (# for root, %% for user).",
|
|
842
|
+
"type": "variable"
|
|
843
|
+
},
|
|
844
|
+
"RPROMPT": {
|
|
845
|
+
"signature": "RPROMPT=string",
|
|
846
|
+
"description": "Right-side prompt string. Commonly shows time, git status, or exit code.",
|
|
847
|
+
"type": "variable"
|
|
848
|
+
},
|
|
849
|
+
"PS1": {
|
|
850
|
+
"signature": "PS1=string",
|
|
851
|
+
"description": "Same as PROMPT. Primary prompt.",
|
|
852
|
+
"type": "variable"
|
|
853
|
+
},
|
|
854
|
+
"PS2": {
|
|
855
|
+
"signature": "PS2=string",
|
|
856
|
+
"description": "Continuation prompt (shown for multi-line commands). Default: '%_> '.",
|
|
857
|
+
"type": "variable"
|
|
858
|
+
},
|
|
859
|
+
"HISTFILE": {
|
|
860
|
+
"signature": "HISTFILE=path",
|
|
861
|
+
"description": "Path to the history file. Default: ~/.zsh_history.",
|
|
862
|
+
"type": "variable"
|
|
863
|
+
},
|
|
864
|
+
"HISTSIZE": {
|
|
865
|
+
"signature": "HISTSIZE=number",
|
|
866
|
+
"description": "Maximum number of history entries in memory.",
|
|
867
|
+
"type": "variable"
|
|
868
|
+
},
|
|
869
|
+
"SAVEHIST": {
|
|
870
|
+
"signature": "SAVEHIST=number",
|
|
871
|
+
"description": "Number of history entries saved to HISTFILE.",
|
|
872
|
+
"type": "variable"
|
|
873
|
+
},
|
|
874
|
+
"FPATH": {
|
|
875
|
+
"signature": "FPATH=dirs",
|
|
876
|
+
"description": "Function search path (colon-separated). Directories where autoloaded functions are found.",
|
|
877
|
+
"type": "variable"
|
|
878
|
+
},
|
|
879
|
+
"fpath": {
|
|
880
|
+
"signature": "fpath=(dirs)",
|
|
881
|
+
"description": "Array form of FPATH. Tied to FPATH — changes to one affect the other.",
|
|
882
|
+
"type": "variable"
|
|
883
|
+
},
|
|
884
|
+
"path": {
|
|
885
|
+
"signature": "path=(dirs)",
|
|
886
|
+
"description": "Array form of PATH. Tied to PATH.",
|
|
887
|
+
"type": "variable"
|
|
888
|
+
},
|
|
889
|
+
"CDPATH": {
|
|
890
|
+
"signature": "CDPATH=dirs",
|
|
891
|
+
"description": "Directories searched by cd. cd target tries CDPATH entries as parents.",
|
|
892
|
+
"type": "variable"
|
|
893
|
+
},
|
|
894
|
+
"KEYTIMEOUT": {
|
|
895
|
+
"signature": "KEYTIMEOUT=n",
|
|
896
|
+
"description": "Timeout for key sequences (1/100th second). Default: 40 (0.4s). Set to 1 for fast vi-mode switch.",
|
|
897
|
+
"type": "variable"
|
|
898
|
+
},
|
|
899
|
+
"WORDCHARS": {
|
|
900
|
+
"signature": "WORDCHARS=chars",
|
|
901
|
+
"description": "Characters considered part of a word for word-based operations. Default includes many special chars.",
|
|
902
|
+
"type": "variable"
|
|
903
|
+
},
|
|
904
|
+
"ZSH_VERSION": {
|
|
905
|
+
"signature": "ZSH_VERSION",
|
|
906
|
+
"description": "Current zsh version string.",
|
|
907
|
+
"type": "variable"
|
|
908
|
+
},
|
|
909
|
+
"TERM": {
|
|
910
|
+
"signature": "TERM=string",
|
|
911
|
+
"description": "Terminal type for terminfo lookups.",
|
|
912
|
+
"type": "variable"
|
|
93
913
|
}
|
|
94
914
|
}
|
|
95
915
|
}
|