@enjoys/context-engine 1.0.9 → 1.1.0
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/README.md +28 -0
- package/data/codeActions/awk.json +41 -0
- package/data/codeActions/bash.json +169 -0
- package/data/codeActions/c.json +35 -0
- package/data/codeActions/caddy.json +35 -0
- package/data/codeActions/cpp.json +35 -0
- package/data/codeActions/crontab.json +27 -0
- package/data/codeActions/csharp.json +35 -0
- package/data/codeActions/dockerfile.json +35 -0
- package/data/codeActions/dotenv.json +27 -0
- package/data/codeActions/go.json +49 -0
- package/data/codeActions/graphql.json +41 -0
- package/data/codeActions/hcl.json +35 -0
- package/data/codeActions/html.json +27 -0
- package/data/codeActions/ini.json +27 -0
- package/data/codeActions/java.json +35 -0
- package/data/codeActions/javascript.json +49 -0
- package/data/codeActions/json.json +27 -0
- package/data/codeActions/lua.json +49 -0
- package/data/codeActions/makefile.json +35 -0
- package/data/codeActions/markdown.json +27 -0
- package/data/codeActions/nginx.json +35 -0
- package/data/codeActions/perl.json +49 -0
- package/data/codeActions/php.json +49 -0
- package/data/codeActions/powershell.json +49 -0
- package/data/codeActions/protobuf.json +49 -0
- package/data/codeActions/python.json +49 -0
- package/data/codeActions/redis-cli.json +27 -0
- package/data/codeActions/ruby.json +49 -0
- package/data/codeActions/rust.json +49 -0
- package/data/codeActions/sql.json +41 -0
- package/data/codeActions/ssh_config.json +35 -0
- package/data/codeActions/systemd.json +27 -0
- package/data/codeActions/toml.json +27 -0
- package/data/codeActions/typescript.json +49 -0
- package/data/codeActions/xml.json +27 -0
- package/data/codeActions/yaml.json +27 -0
- package/data/codeActions/zsh.json +49 -0
- package/data/codeLens/awk.json +12 -0
- package/data/codeLens/bash.json +75 -0
- package/data/codeLens/c.json +12 -0
- package/data/codeLens/caddy.json +12 -0
- package/data/codeLens/cpp.json +26 -0
- package/data/codeLens/crontab.json +12 -0
- package/data/codeLens/csharp.json +33 -0
- package/data/codeLens/dockerfile.json +4 -0
- package/data/codeLens/dotenv.json +4 -0
- package/data/codeLens/go.json +26 -0
- package/data/codeLens/graphql.json +33 -0
- package/data/codeLens/hcl.json +12 -0
- package/data/codeLens/html.json +12 -0
- package/data/codeLens/ini.json +4 -0
- package/data/codeLens/java.json +33 -0
- package/data/codeLens/javascript.json +40 -0
- package/data/codeLens/json.json +4 -0
- package/data/codeLens/lua.json +12 -0
- package/data/codeLens/makefile.json +19 -0
- package/data/codeLens/markdown.json +4 -0
- package/data/codeLens/nginx.json +12 -0
- package/data/codeLens/perl.json +19 -0
- package/data/codeLens/php.json +40 -0
- package/data/codeLens/powershell.json +26 -0
- package/data/codeLens/protobuf.json +26 -0
- package/data/codeLens/python.json +26 -0
- package/data/codeLens/redis-cli.json +4 -0
- package/data/codeLens/ruby.json +26 -0
- package/data/codeLens/rust.json +40 -0
- package/data/codeLens/sql.json +33 -0
- package/data/codeLens/ssh_config.json +4 -0
- package/data/codeLens/systemd.json +4 -0
- package/data/codeLens/toml.json +4 -0
- package/data/codeLens/typescript.json +47 -0
- package/data/codeLens/xml.json +12 -0
- package/data/codeLens/yaml.json +4 -0
- package/data/codeLens/zsh.json +19 -0
- package/data/color/awk.json +6 -0
- package/data/color/bash.json +100 -0
- package/data/color/c.json +6 -0
- package/data/color/caddy.json +6 -0
- package/data/color/cpp.json +6 -0
- package/data/color/crontab.json +6 -0
- package/data/color/csharp.json +6 -0
- package/data/color/dockerfile.json +6 -0
- package/data/color/dotenv.json +6 -0
- package/data/color/go.json +6 -0
- package/data/color/graphql.json +6 -0
- package/data/color/hcl.json +6 -0
- package/data/color/html.json +85 -0
- package/data/color/ini.json +6 -0
- package/data/color/java.json +6 -0
- package/data/color/javascript.json +85 -0
- package/data/color/json.json +6 -0
- package/data/color/lua.json +6 -0
- package/data/color/makefile.json +6 -0
- package/data/color/markdown.json +6 -0
- package/data/color/nginx.json +6 -0
- package/data/color/perl.json +6 -0
- package/data/color/php.json +85 -0
- package/data/color/powershell.json +6 -0
- package/data/color/protobuf.json +6 -0
- package/data/color/python.json +6 -0
- package/data/color/redis-cli.json +6 -0
- package/data/color/ruby.json +6 -0
- package/data/color/rust.json +6 -0
- package/data/color/sql.json +6 -0
- package/data/color/ssh_config.json +6 -0
- package/data/color/systemd.json +6 -0
- package/data/color/toml.json +6 -0
- package/data/color/typescript.json +85 -0
- package/data/color/xml.json +6 -0
- package/data/color/yaml.json +6 -0
- package/data/color/zsh.json +6 -0
- package/data/commands/bash.json +102 -0
- package/data/commands/manifest.json +1 -0
- package/data/declaration/awk.json +175 -0
- package/data/declaration/bash.json +301 -0
- package/data/declaration/c.json +205 -0
- package/data/declaration/caddy.json +115 -0
- package/data/declaration/cpp.json +217 -0
- package/data/declaration/crontab.json +12 -0
- package/data/declaration/csharp.json +205 -0
- package/data/declaration/dockerfile.json +24 -0
- package/data/declaration/dotenv.json +12 -0
- package/data/declaration/go.json +139 -0
- package/data/declaration/graphql.json +42 -0
- package/data/declaration/hcl.json +211 -0
- package/data/declaration/html.json +18 -0
- package/data/declaration/ini.json +18 -0
- package/data/declaration/java.json +217 -0
- package/data/declaration/javascript.json +217 -0
- package/data/declaration/json.json +12 -0
- package/data/declaration/lua.json +199 -0
- package/data/declaration/makefile.json +199 -0
- package/data/declaration/markdown.json +18 -0
- package/data/declaration/nginx.json +24 -0
- package/data/declaration/perl.json +199 -0
- package/data/declaration/php.json +223 -0
- package/data/declaration/powershell.json +211 -0
- package/data/declaration/protobuf.json +30 -0
- package/data/declaration/python.json +205 -0
- package/data/declaration/redis-cli.json +186 -0
- package/data/declaration/ruby.json +211 -0
- package/data/declaration/rust.json +241 -0
- package/data/declaration/sql.json +217 -0
- package/data/declaration/ssh_config.json +18 -0
- package/data/declaration/systemd.json +18 -0
- package/data/declaration/toml.json +24 -0
- package/data/declaration/typescript.json +235 -0
- package/data/declaration/xml.json +18 -0
- package/data/declaration/yaml.json +24 -0
- package/data/declaration/zsh.json +205 -0
- package/data/documentHighlight/awk.json +135 -0
- package/data/documentHighlight/bash.json +393 -0
- package/data/documentHighlight/c.json +183 -0
- package/data/documentHighlight/caddy.json +135 -0
- package/data/documentHighlight/cpp.json +314 -0
- package/data/documentHighlight/crontab.json +39 -0
- package/data/documentHighlight/csharp.json +363 -0
- package/data/documentHighlight/dockerfile.json +113 -0
- package/data/documentHighlight/dotenv.json +19 -0
- package/data/documentHighlight/go.json +234 -0
- package/data/documentHighlight/graphql.json +104 -0
- package/data/documentHighlight/hcl.json +145 -0
- package/data/documentHighlight/html.json +180 -0
- package/data/documentHighlight/ini.json +36 -0
- package/data/documentHighlight/java.json +318 -0
- package/data/documentHighlight/javascript.json +262 -0
- package/data/documentHighlight/json.json +28 -0
- package/data/documentHighlight/lua.json +141 -0
- package/data/documentHighlight/makefile.json +280 -0
- package/data/documentHighlight/markdown.json +23 -0
- package/data/documentHighlight/nginx.json +215 -0
- package/data/documentHighlight/perl.json +288 -0
- package/data/documentHighlight/php.json +321 -0
- package/data/documentHighlight/powershell.json +320 -0
- package/data/documentHighlight/protobuf.json +131 -0
- package/data/documentHighlight/python.json +222 -0
- package/data/documentHighlight/redis-cli.json +23 -0
- package/data/documentHighlight/ruby.json +342 -0
- package/data/documentHighlight/rust.json +238 -0
- package/data/documentHighlight/sql.json +547 -0
- package/data/documentHighlight/ssh_config.json +236 -0
- package/data/documentHighlight/systemd.json +363 -0
- package/data/documentHighlight/toml.json +32 -0
- package/data/documentHighlight/typescript.json +364 -0
- package/data/documentHighlight/xml.json +97 -0
- package/data/documentHighlight/yaml.json +48 -0
- package/data/documentHighlight/zsh.json +266 -0
- package/data/documentSymbol/awk.json +12 -0
- package/data/documentSymbol/bash.json +124 -0
- package/data/documentSymbol/c.json +26 -0
- package/data/documentSymbol/caddy.json +19 -0
- package/data/documentSymbol/cpp.json +40 -0
- package/data/documentSymbol/crontab.json +12 -0
- package/data/documentSymbol/csharp.json +47 -0
- package/data/documentSymbol/dockerfile.json +26 -0
- package/data/documentSymbol/dotenv.json +12 -0
- package/data/documentSymbol/go.json +33 -0
- package/data/documentSymbol/graphql.json +47 -0
- package/data/documentSymbol/hcl.json +33 -0
- package/data/documentSymbol/html.json +19 -0
- package/data/documentSymbol/ini.json +19 -0
- package/data/documentSymbol/java.json +40 -0
- package/data/documentSymbol/javascript.json +40 -0
- package/data/documentSymbol/json.json +12 -0
- package/data/documentSymbol/lua.json +19 -0
- package/data/documentSymbol/makefile.json +19 -0
- package/data/documentSymbol/markdown.json +19 -0
- package/data/documentSymbol/nginx.json +26 -0
- package/data/documentSymbol/perl.json +26 -0
- package/data/documentSymbol/php.json +47 -0
- package/data/documentSymbol/powershell.json +33 -0
- package/data/documentSymbol/protobuf.json +33 -0
- package/data/documentSymbol/python.json +26 -0
- package/data/documentSymbol/redis-cli.json +4 -0
- package/data/documentSymbol/ruby.json +33 -0
- package/data/documentSymbol/rust.json +68 -0
- package/data/documentSymbol/sql.json +40 -0
- package/data/documentSymbol/ssh_config.json +19 -0
- package/data/documentSymbol/systemd.json +19 -0
- package/data/documentSymbol/toml.json +26 -0
- package/data/documentSymbol/typescript.json +61 -0
- package/data/documentSymbol/xml.json +19 -0
- package/data/documentSymbol/yaml.json +26 -0
- package/data/documentSymbol/zsh.json +26 -0
- package/data/formatting/awk.json +28 -0
- package/data/formatting/bash.json +88 -0
- package/data/formatting/c.json +28 -0
- package/data/formatting/caddy.json +23 -0
- package/data/formatting/cpp.json +28 -0
- package/data/formatting/crontab.json +19 -0
- package/data/formatting/csharp.json +28 -0
- package/data/formatting/dockerfile.json +19 -0
- package/data/formatting/dotenv.json +19 -0
- package/data/formatting/go.json +28 -0
- package/data/formatting/graphql.json +23 -0
- package/data/formatting/hcl.json +23 -0
- package/data/formatting/html.json +23 -0
- package/data/formatting/ini.json +19 -0
- package/data/formatting/java.json +28 -0
- package/data/formatting/javascript.json +28 -0
- package/data/formatting/json.json +23 -0
- package/data/formatting/lua.json +28 -0
- package/data/formatting/makefile.json +24 -0
- package/data/formatting/markdown.json +19 -0
- package/data/formatting/nginx.json +28 -0
- package/data/formatting/perl.json +28 -0
- package/data/formatting/php.json +28 -0
- package/data/formatting/powershell.json +28 -0
- package/data/formatting/protobuf.json +23 -0
- package/data/formatting/python.json +28 -0
- package/data/formatting/redis-cli.json +19 -0
- package/data/formatting/ruby.json +28 -0
- package/data/formatting/rust.json +28 -0
- package/data/formatting/sql.json +28 -0
- package/data/formatting/ssh_config.json +22 -0
- package/data/formatting/systemd.json +19 -0
- package/data/formatting/toml.json +19 -0
- package/data/formatting/typescript.json +28 -0
- package/data/formatting/xml.json +23 -0
- package/data/formatting/yaml.json +22 -0
- package/data/formatting/zsh.json +28 -0
- package/data/hover/bash.json +579 -245
- package/data/implementation/awk.json +7 -0
- package/data/implementation/bash.json +44 -0
- package/data/implementation/c.json +7 -0
- package/data/implementation/caddy.json +7 -0
- package/data/implementation/cpp.json +20 -0
- package/data/implementation/crontab.json +7 -0
- package/data/implementation/csharp.json +27 -0
- package/data/implementation/dockerfile.json +7 -0
- package/data/implementation/dotenv.json +7 -0
- package/data/implementation/go.json +9 -0
- package/data/implementation/graphql.json +20 -0
- package/data/implementation/hcl.json +7 -0
- package/data/implementation/html.json +7 -0
- package/data/implementation/ini.json +7 -0
- package/data/implementation/java.json +27 -0
- package/data/implementation/javascript.json +20 -0
- package/data/implementation/json.json +7 -0
- package/data/implementation/lua.json +7 -0
- package/data/implementation/makefile.json +7 -0
- package/data/implementation/markdown.json +7 -0
- package/data/implementation/nginx.json +7 -0
- package/data/implementation/perl.json +7 -0
- package/data/implementation/php.json +34 -0
- package/data/implementation/powershell.json +9 -0
- package/data/implementation/protobuf.json +9 -0
- package/data/implementation/python.json +10 -0
- package/data/implementation/redis-cli.json +7 -0
- package/data/implementation/ruby.json +20 -0
- package/data/implementation/rust.json +20 -0
- package/data/implementation/sql.json +7 -0
- package/data/implementation/ssh_config.json +7 -0
- package/data/implementation/systemd.json +7 -0
- package/data/implementation/toml.json +7 -0
- package/data/implementation/typescript.json +27 -0
- package/data/implementation/xml.json +7 -0
- package/data/implementation/yaml.json +7 -0
- package/data/implementation/zsh.json +7 -0
- package/data/inlayHints/awk.json +35 -0
- package/data/inlayHints/bash.json +207 -0
- package/data/inlayHints/c.json +35 -0
- package/data/inlayHints/caddy.json +35 -0
- package/data/inlayHints/cpp.json +43 -0
- package/data/inlayHints/crontab.json +26 -0
- package/data/inlayHints/csharp.json +43 -0
- package/data/inlayHints/dockerfile.json +35 -0
- package/data/inlayHints/dotenv.json +26 -0
- package/data/inlayHints/go.json +43 -0
- package/data/inlayHints/graphql.json +26 -0
- package/data/inlayHints/hcl.json +43 -0
- package/data/inlayHints/html.json +26 -0
- package/data/inlayHints/ini.json +26 -0
- package/data/inlayHints/java.json +43 -0
- package/data/inlayHints/javascript.json +43 -0
- package/data/inlayHints/json.json +26 -0
- package/data/inlayHints/lua.json +43 -0
- package/data/inlayHints/makefile.json +35 -0
- package/data/inlayHints/markdown.json +26 -0
- package/data/inlayHints/nginx.json +35 -0
- package/data/inlayHints/perl.json +43 -0
- package/data/inlayHints/php.json +43 -0
- package/data/inlayHints/powershell.json +43 -0
- package/data/inlayHints/protobuf.json +26 -0
- package/data/inlayHints/python.json +35 -0
- package/data/inlayHints/redis-cli.json +35 -0
- package/data/inlayHints/ruby.json +35 -0
- package/data/inlayHints/rust.json +43 -0
- package/data/inlayHints/sql.json +43 -0
- package/data/inlayHints/ssh_config.json +26 -0
- package/data/inlayHints/systemd.json +26 -0
- package/data/inlayHints/toml.json +26 -0
- package/data/inlayHints/typescript.json +43 -0
- package/data/inlayHints/xml.json +26 -0
- package/data/inlayHints/yaml.json +26 -0
- package/data/inlayHints/zsh.json +43 -0
- package/data/inlineCompletions/awk.json +17 -0
- package/data/inlineCompletions/bash.json +155 -0
- package/data/inlineCompletions/c.json +17 -0
- package/data/inlineCompletions/caddy.json +11 -0
- package/data/inlineCompletions/cpp.json +17 -0
- package/data/inlineCompletions/crontab.json +11 -0
- package/data/inlineCompletions/csharp.json +23 -0
- package/data/inlineCompletions/dockerfile.json +11 -0
- package/data/inlineCompletions/dotenv.json +4 -0
- package/data/inlineCompletions/go.json +23 -0
- package/data/inlineCompletions/graphql.json +17 -0
- package/data/inlineCompletions/hcl.json +17 -0
- package/data/inlineCompletions/html.json +11 -0
- package/data/inlineCompletions/ini.json +4 -0
- package/data/inlineCompletions/java.json +17 -0
- package/data/inlineCompletions/javascript.json +17 -0
- package/data/inlineCompletions/json.json +4 -0
- package/data/inlineCompletions/lua.json +17 -0
- package/data/inlineCompletions/makefile.json +11 -0
- package/data/inlineCompletions/markdown.json +4 -0
- package/data/inlineCompletions/nginx.json +17 -0
- package/data/inlineCompletions/perl.json +17 -0
- package/data/inlineCompletions/php.json +17 -0
- package/data/inlineCompletions/powershell.json +17 -0
- package/data/inlineCompletions/protobuf.json +17 -0
- package/data/inlineCompletions/python.json +23 -0
- package/data/inlineCompletions/redis-cli.json +4 -0
- package/data/inlineCompletions/ruby.json +17 -0
- package/data/inlineCompletions/rust.json +23 -0
- package/data/inlineCompletions/sql.json +17 -0
- package/data/inlineCompletions/ssh_config.json +11 -0
- package/data/inlineCompletions/systemd.json +4 -0
- package/data/inlineCompletions/toml.json +4 -0
- package/data/inlineCompletions/typescript.json +17 -0
- package/data/inlineCompletions/xml.json +4 -0
- package/data/inlineCompletions/yaml.json +4 -0
- package/data/inlineCompletions/zsh.json +17 -0
- package/data/links/awk.json +10 -0
- package/data/links/bash.json +56 -0
- package/data/links/c.json +15 -0
- package/data/links/caddy.json +15 -0
- package/data/links/cpp.json +15 -0
- package/data/links/crontab.json +10 -0
- package/data/links/csharp.json +15 -0
- package/data/links/dockerfile.json +15 -0
- package/data/links/dotenv.json +10 -0
- package/data/links/go.json +15 -0
- package/data/links/graphql.json +10 -0
- package/data/links/hcl.json +15 -0
- package/data/links/html.json +15 -0
- package/data/links/ini.json +10 -0
- package/data/links/java.json +15 -0
- package/data/links/javascript.json +15 -0
- package/data/links/json.json +10 -0
- package/data/links/lua.json +15 -0
- package/data/links/makefile.json +15 -0
- package/data/links/markdown.json +15 -0
- package/data/links/nginx.json +15 -0
- package/data/links/perl.json +15 -0
- package/data/links/php.json +15 -0
- package/data/links/powershell.json +15 -0
- package/data/links/protobuf.json +15 -0
- package/data/links/python.json +15 -0
- package/data/links/redis-cli.json +10 -0
- package/data/links/ruby.json +15 -0
- package/data/links/rust.json +15 -0
- package/data/links/sql.json +10 -0
- package/data/links/ssh_config.json +15 -0
- package/data/links/systemd.json +10 -0
- package/data/links/toml.json +10 -0
- package/data/links/typescript.json +15 -0
- package/data/links/xml.json +15 -0
- package/data/links/yaml.json +10 -0
- package/data/links/zsh.json +15 -0
- package/data/manifest.json +1497 -470
- package/data/references/awk.json +166 -0
- package/data/references/bash.json +221 -0
- package/data/references/c.json +166 -0
- package/data/references/caddy.json +134 -0
- package/data/references/cpp.json +166 -0
- package/data/references/crontab.json +5 -0
- package/data/references/csharp.json +166 -0
- package/data/references/dockerfile.json +5 -0
- package/data/references/dotenv.json +5 -0
- package/data/references/go.json +150 -0
- package/data/references/graphql.json +5 -0
- package/data/references/hcl.json +166 -0
- package/data/references/html.json +5 -0
- package/data/references/ini.json +5 -0
- package/data/references/java.json +166 -0
- package/data/references/javascript.json +166 -0
- package/data/references/json.json +5 -0
- package/data/references/lua.json +166 -0
- package/data/references/makefile.json +166 -0
- package/data/references/markdown.json +5 -0
- package/data/references/nginx.json +5 -0
- package/data/references/perl.json +166 -0
- package/data/references/php.json +166 -0
- package/data/references/powershell.json +166 -0
- package/data/references/protobuf.json +5 -0
- package/data/references/python.json +166 -0
- package/data/references/redis-cli.json +166 -0
- package/data/references/ruby.json +166 -0
- package/data/references/rust.json +166 -0
- package/data/references/sql.json +166 -0
- package/data/references/ssh_config.json +5 -0
- package/data/references/systemd.json +5 -0
- package/data/references/toml.json +5 -0
- package/data/references/typescript.json +166 -0
- package/data/references/xml.json +5 -0
- package/data/references/yaml.json +5 -0
- package/data/references/zsh.json +166 -0
- package/data/typeDefinition/awk.json +29 -0
- package/data/typeDefinition/bash.json +95 -0
- package/data/typeDefinition/c.json +149 -0
- package/data/typeDefinition/caddy.json +4 -0
- package/data/typeDefinition/cpp.json +257 -0
- package/data/typeDefinition/crontab.json +4 -0
- package/data/typeDefinition/csharp.json +251 -0
- package/data/typeDefinition/dockerfile.json +4 -0
- package/data/typeDefinition/dotenv.json +4 -0
- package/data/typeDefinition/go.json +173 -0
- package/data/typeDefinition/graphql.json +35 -0
- package/data/typeDefinition/hcl.json +59 -0
- package/data/typeDefinition/html.json +4 -0
- package/data/typeDefinition/ini.json +4 -0
- package/data/typeDefinition/java.json +311 -0
- package/data/typeDefinition/javascript.json +293 -0
- package/data/typeDefinition/json.json +41 -0
- package/data/typeDefinition/lua.json +53 -0
- package/data/typeDefinition/makefile.json +4 -0
- package/data/typeDefinition/markdown.json +4 -0
- package/data/typeDefinition/nginx.json +4 -0
- package/data/typeDefinition/perl.json +47 -0
- package/data/typeDefinition/php.json +311 -0
- package/data/typeDefinition/powershell.json +167 -0
- package/data/typeDefinition/protobuf.json +197 -0
- package/data/typeDefinition/python.json +293 -0
- package/data/typeDefinition/redis-cli.json +59 -0
- package/data/typeDefinition/ruby.json +317 -0
- package/data/typeDefinition/rust.json +521 -0
- package/data/typeDefinition/sql.json +281 -0
- package/data/typeDefinition/ssh_config.json +4 -0
- package/data/typeDefinition/systemd.json +4 -0
- package/data/typeDefinition/toml.json +65 -0
- package/data/typeDefinition/typescript.json +425 -0
- package/data/typeDefinition/xml.json +4 -0
- package/data/typeDefinition/yaml.json +71 -0
- package/data/typeDefinition/zsh.json +35 -0
- package/package.json +1 -1
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "go",
|
|
3
|
+
"declarations": {
|
|
4
|
+
"append": {
|
|
5
|
+
"signature": "append",
|
|
6
|
+
"description": "Built-in: append",
|
|
7
|
+
"type": "function",
|
|
8
|
+
"module": "builtin"
|
|
9
|
+
},
|
|
10
|
+
"cap": {
|
|
11
|
+
"signature": "cap",
|
|
12
|
+
"description": "Built-in: cap",
|
|
13
|
+
"type": "function",
|
|
14
|
+
"module": "builtin"
|
|
15
|
+
},
|
|
16
|
+
"clear": {
|
|
17
|
+
"signature": "clear",
|
|
18
|
+
"description": "Built-in: clear",
|
|
19
|
+
"type": "function",
|
|
20
|
+
"module": "builtin"
|
|
21
|
+
},
|
|
22
|
+
"close": {
|
|
23
|
+
"signature": "close",
|
|
24
|
+
"description": "Built-in: close",
|
|
25
|
+
"type": "function",
|
|
26
|
+
"module": "builtin"
|
|
27
|
+
},
|
|
28
|
+
"complex": {
|
|
29
|
+
"signature": "complex",
|
|
30
|
+
"description": "Built-in: complex",
|
|
31
|
+
"type": "function",
|
|
32
|
+
"module": "builtin"
|
|
33
|
+
},
|
|
34
|
+
"copy": {
|
|
35
|
+
"signature": "copy",
|
|
36
|
+
"description": "Built-in: copy",
|
|
37
|
+
"type": "function",
|
|
38
|
+
"module": "builtin"
|
|
39
|
+
},
|
|
40
|
+
"delete": {
|
|
41
|
+
"signature": "delete",
|
|
42
|
+
"description": "Built-in: delete",
|
|
43
|
+
"type": "function",
|
|
44
|
+
"module": "builtin"
|
|
45
|
+
},
|
|
46
|
+
"imag": {
|
|
47
|
+
"signature": "imag",
|
|
48
|
+
"description": "Built-in: imag",
|
|
49
|
+
"type": "function",
|
|
50
|
+
"module": "builtin"
|
|
51
|
+
},
|
|
52
|
+
"len": {
|
|
53
|
+
"signature": "len",
|
|
54
|
+
"description": "Built-in: len",
|
|
55
|
+
"type": "function",
|
|
56
|
+
"module": "builtin"
|
|
57
|
+
},
|
|
58
|
+
"make": {
|
|
59
|
+
"signature": "make",
|
|
60
|
+
"description": "Built-in: make",
|
|
61
|
+
"type": "function",
|
|
62
|
+
"module": "builtin"
|
|
63
|
+
},
|
|
64
|
+
"max": {
|
|
65
|
+
"signature": "max",
|
|
66
|
+
"description": "Built-in: max",
|
|
67
|
+
"type": "function",
|
|
68
|
+
"module": "builtin"
|
|
69
|
+
},
|
|
70
|
+
"min": {
|
|
71
|
+
"signature": "min",
|
|
72
|
+
"description": "Built-in: min",
|
|
73
|
+
"type": "function",
|
|
74
|
+
"module": "builtin"
|
|
75
|
+
},
|
|
76
|
+
"new": {
|
|
77
|
+
"signature": "new",
|
|
78
|
+
"description": "Built-in: new",
|
|
79
|
+
"type": "function",
|
|
80
|
+
"module": "builtin"
|
|
81
|
+
},
|
|
82
|
+
"panic": {
|
|
83
|
+
"signature": "panic",
|
|
84
|
+
"description": "Built-in: panic",
|
|
85
|
+
"type": "function",
|
|
86
|
+
"module": "builtin"
|
|
87
|
+
},
|
|
88
|
+
"print": {
|
|
89
|
+
"signature": "print",
|
|
90
|
+
"description": "Built-in: print",
|
|
91
|
+
"type": "function",
|
|
92
|
+
"module": "builtin"
|
|
93
|
+
},
|
|
94
|
+
"println": {
|
|
95
|
+
"signature": "println",
|
|
96
|
+
"description": "Built-in: println",
|
|
97
|
+
"type": "function",
|
|
98
|
+
"module": "builtin"
|
|
99
|
+
},
|
|
100
|
+
"real": {
|
|
101
|
+
"signature": "real",
|
|
102
|
+
"description": "Built-in: real",
|
|
103
|
+
"type": "function",
|
|
104
|
+
"module": "builtin"
|
|
105
|
+
},
|
|
106
|
+
"recover": {
|
|
107
|
+
"signature": "recover",
|
|
108
|
+
"description": "Built-in: recover",
|
|
109
|
+
"type": "function",
|
|
110
|
+
"module": "builtin"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"declarationPatterns": [
|
|
114
|
+
{
|
|
115
|
+
"name": "Function",
|
|
116
|
+
"pattern": "^\\\\s*func\\\\s+(?:\\\\([^)]*\\\\)\\\\s+)?(\\\\w+)",
|
|
117
|
+
"captureGroup": 1,
|
|
118
|
+
"type": "function"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "Type",
|
|
122
|
+
"pattern": "^\\\\s*type\\\\s+(\\\\w+)",
|
|
123
|
+
"captureGroup": 1,
|
|
124
|
+
"type": "class"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "Const",
|
|
128
|
+
"pattern": "^\\\\s*(\\\\w+)\\\\s*=",
|
|
129
|
+
"captureGroup": 1,
|
|
130
|
+
"type": "constant"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "Var",
|
|
134
|
+
"pattern": "^\\\\s*var\\\\s+(\\\\w+)",
|
|
135
|
+
"captureGroup": 1,
|
|
136
|
+
"type": "variable"
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "graphql",
|
|
3
|
+
"declarations": {},
|
|
4
|
+
"declarationPatterns": [
|
|
5
|
+
{
|
|
6
|
+
"name": "Type",
|
|
7
|
+
"pattern": "^\\\\s*type\\\\s+(\\\\w+)",
|
|
8
|
+
"captureGroup": 1,
|
|
9
|
+
"type": "class"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "Input",
|
|
13
|
+
"pattern": "^\\\\s*input\\\\s+(\\\\w+)",
|
|
14
|
+
"captureGroup": 1,
|
|
15
|
+
"type": "struct"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "Enum",
|
|
19
|
+
"pattern": "^\\\\s*enum\\\\s+(\\\\w+)",
|
|
20
|
+
"captureGroup": 1,
|
|
21
|
+
"type": "enum"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "Interface",
|
|
25
|
+
"pattern": "^\\\\s*interface\\\\s+(\\\\w+)",
|
|
26
|
+
"captureGroup": 1,
|
|
27
|
+
"type": "interface"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "Fragment",
|
|
31
|
+
"pattern": "^\\\\s*fragment\\\\s+(\\\\w+)",
|
|
32
|
+
"captureGroup": 1,
|
|
33
|
+
"type": "function"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "Query",
|
|
37
|
+
"pattern": "^\\\\s*(?:query|mutation|subscription)\\\\s+(\\\\w+)",
|
|
38
|
+
"captureGroup": 1,
|
|
39
|
+
"type": "function"
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
}
|
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "hcl",
|
|
3
|
+
"declarations": {
|
|
4
|
+
"abs": {
|
|
5
|
+
"signature": "abs",
|
|
6
|
+
"description": "Built-in: abs",
|
|
7
|
+
"type": "function",
|
|
8
|
+
"module": "builtin"
|
|
9
|
+
},
|
|
10
|
+
"ceil": {
|
|
11
|
+
"signature": "ceil",
|
|
12
|
+
"description": "Built-in: ceil",
|
|
13
|
+
"type": "function",
|
|
14
|
+
"module": "builtin"
|
|
15
|
+
},
|
|
16
|
+
"floor": {
|
|
17
|
+
"signature": "floor",
|
|
18
|
+
"description": "Built-in: floor",
|
|
19
|
+
"type": "function",
|
|
20
|
+
"module": "builtin"
|
|
21
|
+
},
|
|
22
|
+
"log": {
|
|
23
|
+
"signature": "log",
|
|
24
|
+
"description": "Built-in: log",
|
|
25
|
+
"type": "function",
|
|
26
|
+
"module": "builtin"
|
|
27
|
+
},
|
|
28
|
+
"max": {
|
|
29
|
+
"signature": "max",
|
|
30
|
+
"description": "Built-in: max",
|
|
31
|
+
"type": "function",
|
|
32
|
+
"module": "builtin"
|
|
33
|
+
},
|
|
34
|
+
"min": {
|
|
35
|
+
"signature": "min",
|
|
36
|
+
"description": "Built-in: min",
|
|
37
|
+
"type": "function",
|
|
38
|
+
"module": "builtin"
|
|
39
|
+
},
|
|
40
|
+
"pow": {
|
|
41
|
+
"signature": "pow",
|
|
42
|
+
"description": "Built-in: pow",
|
|
43
|
+
"type": "function",
|
|
44
|
+
"module": "builtin"
|
|
45
|
+
},
|
|
46
|
+
"signum": {
|
|
47
|
+
"signature": "signum",
|
|
48
|
+
"description": "Built-in: signum",
|
|
49
|
+
"type": "function",
|
|
50
|
+
"module": "builtin"
|
|
51
|
+
},
|
|
52
|
+
"chomp": {
|
|
53
|
+
"signature": "chomp",
|
|
54
|
+
"description": "Built-in: chomp",
|
|
55
|
+
"type": "function",
|
|
56
|
+
"module": "builtin"
|
|
57
|
+
},
|
|
58
|
+
"format": {
|
|
59
|
+
"signature": "format",
|
|
60
|
+
"description": "Built-in: format",
|
|
61
|
+
"type": "function",
|
|
62
|
+
"module": "builtin"
|
|
63
|
+
},
|
|
64
|
+
"formatlist": {
|
|
65
|
+
"signature": "formatlist",
|
|
66
|
+
"description": "Built-in: formatlist",
|
|
67
|
+
"type": "function",
|
|
68
|
+
"module": "builtin"
|
|
69
|
+
},
|
|
70
|
+
"indent": {
|
|
71
|
+
"signature": "indent",
|
|
72
|
+
"description": "Built-in: indent",
|
|
73
|
+
"type": "function",
|
|
74
|
+
"module": "builtin"
|
|
75
|
+
},
|
|
76
|
+
"join": {
|
|
77
|
+
"signature": "join",
|
|
78
|
+
"description": "Built-in: join",
|
|
79
|
+
"type": "function",
|
|
80
|
+
"module": "builtin"
|
|
81
|
+
},
|
|
82
|
+
"lower": {
|
|
83
|
+
"signature": "lower",
|
|
84
|
+
"description": "Built-in: lower",
|
|
85
|
+
"type": "function",
|
|
86
|
+
"module": "builtin"
|
|
87
|
+
},
|
|
88
|
+
"upper": {
|
|
89
|
+
"signature": "upper",
|
|
90
|
+
"description": "Built-in: upper",
|
|
91
|
+
"type": "function",
|
|
92
|
+
"module": "builtin"
|
|
93
|
+
},
|
|
94
|
+
"replace": {
|
|
95
|
+
"signature": "replace",
|
|
96
|
+
"description": "Built-in: replace",
|
|
97
|
+
"type": "function",
|
|
98
|
+
"module": "builtin"
|
|
99
|
+
},
|
|
100
|
+
"regex": {
|
|
101
|
+
"signature": "regex",
|
|
102
|
+
"description": "Built-in: regex",
|
|
103
|
+
"type": "function",
|
|
104
|
+
"module": "builtin"
|
|
105
|
+
},
|
|
106
|
+
"regexall": {
|
|
107
|
+
"signature": "regexall",
|
|
108
|
+
"description": "Built-in: regexall",
|
|
109
|
+
"type": "function",
|
|
110
|
+
"module": "builtin"
|
|
111
|
+
},
|
|
112
|
+
"split": {
|
|
113
|
+
"signature": "split",
|
|
114
|
+
"description": "Built-in: split",
|
|
115
|
+
"type": "function",
|
|
116
|
+
"module": "builtin"
|
|
117
|
+
},
|
|
118
|
+
"startswith": {
|
|
119
|
+
"signature": "startswith",
|
|
120
|
+
"description": "Built-in: startswith",
|
|
121
|
+
"type": "function",
|
|
122
|
+
"module": "builtin"
|
|
123
|
+
},
|
|
124
|
+
"endswith": {
|
|
125
|
+
"signature": "endswith",
|
|
126
|
+
"description": "Built-in: endswith",
|
|
127
|
+
"type": "function",
|
|
128
|
+
"module": "builtin"
|
|
129
|
+
},
|
|
130
|
+
"substr": {
|
|
131
|
+
"signature": "substr",
|
|
132
|
+
"description": "Built-in: substr",
|
|
133
|
+
"type": "function",
|
|
134
|
+
"module": "builtin"
|
|
135
|
+
},
|
|
136
|
+
"title": {
|
|
137
|
+
"signature": "title",
|
|
138
|
+
"description": "Built-in: title",
|
|
139
|
+
"type": "function",
|
|
140
|
+
"module": "builtin"
|
|
141
|
+
},
|
|
142
|
+
"trim": {
|
|
143
|
+
"signature": "trim",
|
|
144
|
+
"description": "Built-in: trim",
|
|
145
|
+
"type": "function",
|
|
146
|
+
"module": "builtin"
|
|
147
|
+
},
|
|
148
|
+
"trimprefix": {
|
|
149
|
+
"signature": "trimprefix",
|
|
150
|
+
"description": "Built-in: trimprefix",
|
|
151
|
+
"type": "function",
|
|
152
|
+
"module": "builtin"
|
|
153
|
+
},
|
|
154
|
+
"trimsuffix": {
|
|
155
|
+
"signature": "trimsuffix",
|
|
156
|
+
"description": "Built-in: trimsuffix",
|
|
157
|
+
"type": "function",
|
|
158
|
+
"module": "builtin"
|
|
159
|
+
},
|
|
160
|
+
"trimspace": {
|
|
161
|
+
"signature": "trimspace",
|
|
162
|
+
"description": "Built-in: trimspace",
|
|
163
|
+
"type": "function",
|
|
164
|
+
"module": "builtin"
|
|
165
|
+
},
|
|
166
|
+
"concat": {
|
|
167
|
+
"signature": "concat",
|
|
168
|
+
"description": "Built-in: concat",
|
|
169
|
+
"type": "function",
|
|
170
|
+
"module": "builtin"
|
|
171
|
+
},
|
|
172
|
+
"contains": {
|
|
173
|
+
"signature": "contains",
|
|
174
|
+
"description": "Built-in: contains",
|
|
175
|
+
"type": "function",
|
|
176
|
+
"module": "builtin"
|
|
177
|
+
},
|
|
178
|
+
"distinct": {
|
|
179
|
+
"signature": "distinct",
|
|
180
|
+
"description": "Built-in: distinct",
|
|
181
|
+
"type": "function",
|
|
182
|
+
"module": "builtin"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"declarationPatterns": [
|
|
186
|
+
{
|
|
187
|
+
"name": "Resource",
|
|
188
|
+
"pattern": "^\\\\s*resource\\\\s+\"(\\\\w+)\"\\\\s+\"(\\\\w+)\"",
|
|
189
|
+
"captureGroup": 0,
|
|
190
|
+
"type": "class"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "Variable",
|
|
194
|
+
"pattern": "^\\\\s*variable\\\\s+\"(\\\\w+)\"",
|
|
195
|
+
"captureGroup": 1,
|
|
196
|
+
"type": "variable"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "Output",
|
|
200
|
+
"pattern": "^\\\\s*output\\\\s+\"(\\\\w+)\"",
|
|
201
|
+
"captureGroup": 1,
|
|
202
|
+
"type": "variable"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "Module",
|
|
206
|
+
"pattern": "^\\\\s*module\\\\s+\"(\\\\w+)\"",
|
|
207
|
+
"captureGroup": 1,
|
|
208
|
+
"type": "module"
|
|
209
|
+
}
|
|
210
|
+
]
|
|
211
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "html",
|
|
3
|
+
"declarations": {},
|
|
4
|
+
"declarationPatterns": [
|
|
5
|
+
{
|
|
6
|
+
"name": "ID",
|
|
7
|
+
"pattern": "id=\"([^\"]+)\"",
|
|
8
|
+
"captureGroup": 1,
|
|
9
|
+
"type": "variable"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "Class",
|
|
13
|
+
"pattern": "class=\"([^\"]+)\"",
|
|
14
|
+
"captureGroup": 1,
|
|
15
|
+
"type": "class"
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "ini",
|
|
3
|
+
"declarations": {},
|
|
4
|
+
"declarationPatterns": [
|
|
5
|
+
{
|
|
6
|
+
"name": "Section",
|
|
7
|
+
"pattern": "^\\\\s*\\\\[([^\\\\]]+)\\\\]",
|
|
8
|
+
"captureGroup": 1,
|
|
9
|
+
"type": "module"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "Key",
|
|
13
|
+
"pattern": "^\\\\s*(\\\\w+)\\\\s*=",
|
|
14
|
+
"captureGroup": 1,
|
|
15
|
+
"type": "variable"
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "java",
|
|
3
|
+
"declarations": {
|
|
4
|
+
"System.out.println": {
|
|
5
|
+
"signature": "System.out.println",
|
|
6
|
+
"description": "Built-in: System.out.println",
|
|
7
|
+
"type": "function",
|
|
8
|
+
"module": "builtin"
|
|
9
|
+
},
|
|
10
|
+
"System.out.print": {
|
|
11
|
+
"signature": "System.out.print",
|
|
12
|
+
"description": "Built-in: System.out.print",
|
|
13
|
+
"type": "function",
|
|
14
|
+
"module": "builtin"
|
|
15
|
+
},
|
|
16
|
+
"System.err.println": {
|
|
17
|
+
"signature": "System.err.println",
|
|
18
|
+
"description": "Built-in: System.err.println",
|
|
19
|
+
"type": "function",
|
|
20
|
+
"module": "builtin"
|
|
21
|
+
},
|
|
22
|
+
"Math.max": {
|
|
23
|
+
"signature": "Math.max",
|
|
24
|
+
"description": "Built-in: Math.max",
|
|
25
|
+
"type": "function",
|
|
26
|
+
"module": "builtin"
|
|
27
|
+
},
|
|
28
|
+
"Math.min": {
|
|
29
|
+
"signature": "Math.min",
|
|
30
|
+
"description": "Built-in: Math.min",
|
|
31
|
+
"type": "function",
|
|
32
|
+
"module": "builtin"
|
|
33
|
+
},
|
|
34
|
+
"Math.abs": {
|
|
35
|
+
"signature": "Math.abs",
|
|
36
|
+
"description": "Built-in: Math.abs",
|
|
37
|
+
"type": "function",
|
|
38
|
+
"module": "builtin"
|
|
39
|
+
},
|
|
40
|
+
"Math.sqrt": {
|
|
41
|
+
"signature": "Math.sqrt",
|
|
42
|
+
"description": "Built-in: Math.sqrt",
|
|
43
|
+
"type": "function",
|
|
44
|
+
"module": "builtin"
|
|
45
|
+
},
|
|
46
|
+
"Math.pow": {
|
|
47
|
+
"signature": "Math.pow",
|
|
48
|
+
"description": "Built-in: Math.pow",
|
|
49
|
+
"type": "function",
|
|
50
|
+
"module": "builtin"
|
|
51
|
+
},
|
|
52
|
+
"Math.random": {
|
|
53
|
+
"signature": "Math.random",
|
|
54
|
+
"description": "Built-in: Math.random",
|
|
55
|
+
"type": "function",
|
|
56
|
+
"module": "builtin"
|
|
57
|
+
},
|
|
58
|
+
"Math.round": {
|
|
59
|
+
"signature": "Math.round",
|
|
60
|
+
"description": "Built-in: Math.round",
|
|
61
|
+
"type": "function",
|
|
62
|
+
"module": "builtin"
|
|
63
|
+
},
|
|
64
|
+
"Math.floor": {
|
|
65
|
+
"signature": "Math.floor",
|
|
66
|
+
"description": "Built-in: Math.floor",
|
|
67
|
+
"type": "function",
|
|
68
|
+
"module": "builtin"
|
|
69
|
+
},
|
|
70
|
+
"Math.ceil": {
|
|
71
|
+
"signature": "Math.ceil",
|
|
72
|
+
"description": "Built-in: Math.ceil",
|
|
73
|
+
"type": "function",
|
|
74
|
+
"module": "builtin"
|
|
75
|
+
},
|
|
76
|
+
"String.valueOf": {
|
|
77
|
+
"signature": "String.valueOf",
|
|
78
|
+
"description": "Built-in: String.valueOf",
|
|
79
|
+
"type": "function",
|
|
80
|
+
"module": "builtin"
|
|
81
|
+
},
|
|
82
|
+
"String.format": {
|
|
83
|
+
"signature": "String.format",
|
|
84
|
+
"description": "Built-in: String.format",
|
|
85
|
+
"type": "function",
|
|
86
|
+
"module": "builtin"
|
|
87
|
+
},
|
|
88
|
+
"Integer.parseInt": {
|
|
89
|
+
"signature": "Integer.parseInt",
|
|
90
|
+
"description": "Built-in: Integer.parseInt",
|
|
91
|
+
"type": "function",
|
|
92
|
+
"module": "builtin"
|
|
93
|
+
},
|
|
94
|
+
"Integer.valueOf": {
|
|
95
|
+
"signature": "Integer.valueOf",
|
|
96
|
+
"description": "Built-in: Integer.valueOf",
|
|
97
|
+
"type": "function",
|
|
98
|
+
"module": "builtin"
|
|
99
|
+
},
|
|
100
|
+
"Double.parseDouble": {
|
|
101
|
+
"signature": "Double.parseDouble",
|
|
102
|
+
"description": "Built-in: Double.parseDouble",
|
|
103
|
+
"type": "function",
|
|
104
|
+
"module": "builtin"
|
|
105
|
+
},
|
|
106
|
+
"Long.parseLong": {
|
|
107
|
+
"signature": "Long.parseLong",
|
|
108
|
+
"description": "Built-in: Long.parseLong",
|
|
109
|
+
"type": "function",
|
|
110
|
+
"module": "builtin"
|
|
111
|
+
},
|
|
112
|
+
"Arrays.sort": {
|
|
113
|
+
"signature": "Arrays.sort",
|
|
114
|
+
"description": "Built-in: Arrays.sort",
|
|
115
|
+
"type": "function",
|
|
116
|
+
"module": "builtin"
|
|
117
|
+
},
|
|
118
|
+
"Arrays.asList": {
|
|
119
|
+
"signature": "Arrays.asList",
|
|
120
|
+
"description": "Built-in: Arrays.asList",
|
|
121
|
+
"type": "function",
|
|
122
|
+
"module": "builtin"
|
|
123
|
+
},
|
|
124
|
+
"Arrays.stream": {
|
|
125
|
+
"signature": "Arrays.stream",
|
|
126
|
+
"description": "Built-in: Arrays.stream",
|
|
127
|
+
"type": "function",
|
|
128
|
+
"module": "builtin"
|
|
129
|
+
},
|
|
130
|
+
"Collections.sort": {
|
|
131
|
+
"signature": "Collections.sort",
|
|
132
|
+
"description": "Built-in: Collections.sort",
|
|
133
|
+
"type": "function",
|
|
134
|
+
"module": "builtin"
|
|
135
|
+
},
|
|
136
|
+
"Collections.unmodifiableList": {
|
|
137
|
+
"signature": "Collections.unmodifiableList",
|
|
138
|
+
"description": "Built-in: Collections.unmodifiableList",
|
|
139
|
+
"type": "function",
|
|
140
|
+
"module": "builtin"
|
|
141
|
+
},
|
|
142
|
+
"Objects.requireNonNull": {
|
|
143
|
+
"signature": "Objects.requireNonNull",
|
|
144
|
+
"description": "Built-in: Objects.requireNonNull",
|
|
145
|
+
"type": "function",
|
|
146
|
+
"module": "builtin"
|
|
147
|
+
},
|
|
148
|
+
"Objects.equals": {
|
|
149
|
+
"signature": "Objects.equals",
|
|
150
|
+
"description": "Built-in: Objects.equals",
|
|
151
|
+
"type": "function",
|
|
152
|
+
"module": "builtin"
|
|
153
|
+
},
|
|
154
|
+
"Optional.of": {
|
|
155
|
+
"signature": "Optional.of",
|
|
156
|
+
"description": "Built-in: Optional.of",
|
|
157
|
+
"type": "function",
|
|
158
|
+
"module": "builtin"
|
|
159
|
+
},
|
|
160
|
+
"Optional.ofNullable": {
|
|
161
|
+
"signature": "Optional.ofNullable",
|
|
162
|
+
"description": "Built-in: Optional.ofNullable",
|
|
163
|
+
"type": "function",
|
|
164
|
+
"module": "builtin"
|
|
165
|
+
},
|
|
166
|
+
"Optional.empty": {
|
|
167
|
+
"signature": "Optional.empty",
|
|
168
|
+
"description": "Built-in: Optional.empty",
|
|
169
|
+
"type": "function",
|
|
170
|
+
"module": "builtin"
|
|
171
|
+
},
|
|
172
|
+
"Stream.of": {
|
|
173
|
+
"signature": "Stream.of",
|
|
174
|
+
"description": "Built-in: Stream.of",
|
|
175
|
+
"type": "function",
|
|
176
|
+
"module": "builtin"
|
|
177
|
+
},
|
|
178
|
+
"Stream.empty": {
|
|
179
|
+
"signature": "Stream.empty",
|
|
180
|
+
"description": "Built-in: Stream.empty",
|
|
181
|
+
"type": "function",
|
|
182
|
+
"module": "builtin"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"declarationPatterns": [
|
|
186
|
+
{
|
|
187
|
+
"name": "Class",
|
|
188
|
+
"pattern": "^\\\\s*(?:public|private|protected|abstract|final|static|sealed)?\\\\s*class\\\\s+(\\\\w+)",
|
|
189
|
+
"captureGroup": 1,
|
|
190
|
+
"type": "class"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "Interface",
|
|
194
|
+
"pattern": "^\\\\s*(?:public|private|protected)?\\\\s*interface\\\\s+(\\\\w+)",
|
|
195
|
+
"captureGroup": 1,
|
|
196
|
+
"type": "interface"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "Method",
|
|
200
|
+
"pattern": "^\\\\s*(?:public|private|protected|static|final|abstract|synchronized|native)?\\\\s*(?:[\\\\w<>\\\\[\\\\],?]+\\\\s+)(\\\\w+)\\\\s*\\\\(",
|
|
201
|
+
"captureGroup": 1,
|
|
202
|
+
"type": "method"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "Enum",
|
|
206
|
+
"pattern": "^\\\\s*(?:public|private|protected)?\\\\s*enum\\\\s+(\\\\w+)",
|
|
207
|
+
"captureGroup": 1,
|
|
208
|
+
"type": "enum"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "Record",
|
|
212
|
+
"pattern": "^\\\\s*(?:public|private|protected)?\\\\s*record\\\\s+(\\\\w+)",
|
|
213
|
+
"captureGroup": 1,
|
|
214
|
+
"type": "struct"
|
|
215
|
+
}
|
|
216
|
+
]
|
|
217
|
+
}
|