@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
package/data/manifest.json
CHANGED
|
@@ -1,470 +1,1497 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1.0.0",
|
|
3
|
-
"description": "Monaco editor language support data for completion, definition,
|
|
4
|
-
"generatedAt": "2026-03-05",
|
|
5
|
-
"languages": [
|
|
6
|
-
{
|
|
7
|
-
"id": "awk",
|
|
8
|
-
"name": "Awk",
|
|
9
|
-
"files": {
|
|
10
|
-
"completion": "completion/awk.json",
|
|
11
|
-
"defination": "defination/awk.json",
|
|
12
|
-
"hover": "hover/awk.json"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
"
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
"
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
"
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"id": "
|
|
206
|
-
"name": "
|
|
207
|
-
"files": {
|
|
208
|
-
"completion": "completion/
|
|
209
|
-
"defination": "defination/
|
|
210
|
-
"hover": "hover/
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
"
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
"
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
"
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
"
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
-
"
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
"
|
|
363
|
-
"
|
|
364
|
-
"
|
|
365
|
-
"
|
|
366
|
-
"
|
|
367
|
-
"
|
|
368
|
-
"
|
|
369
|
-
"
|
|
370
|
-
"
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
"
|
|
374
|
-
"
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
"
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
"
|
|
389
|
-
"
|
|
390
|
-
"
|
|
391
|
-
"
|
|
392
|
-
"
|
|
393
|
-
"
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"
|
|
397
|
-
"
|
|
398
|
-
"
|
|
399
|
-
"
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
"
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
"
|
|
414
|
-
"
|
|
415
|
-
"
|
|
416
|
-
"
|
|
417
|
-
"
|
|
418
|
-
"
|
|
419
|
-
"
|
|
420
|
-
"
|
|
421
|
-
"
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
"
|
|
427
|
-
"files":
|
|
428
|
-
"
|
|
429
|
-
"
|
|
430
|
-
"
|
|
431
|
-
"
|
|
432
|
-
"
|
|
433
|
-
"
|
|
434
|
-
"
|
|
435
|
-
"
|
|
436
|
-
"
|
|
437
|
-
"
|
|
438
|
-
"
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"
|
|
442
|
-
"
|
|
443
|
-
"
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
"
|
|
451
|
-
"
|
|
452
|
-
"
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
-
"
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
"
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"description": "Monaco editor language support data for all language providers (completion, definition, hover, code actions, document highlight, document symbol, links, type definition, references, implementation, inline completions, formatting, code lens, color, declaration, inlay hints)",
|
|
4
|
+
"generatedAt": "2026-03-05",
|
|
5
|
+
"languages": [
|
|
6
|
+
{
|
|
7
|
+
"id": "awk",
|
|
8
|
+
"name": "Awk",
|
|
9
|
+
"files": {
|
|
10
|
+
"completion": "completion/awk.json",
|
|
11
|
+
"defination": "defination/awk.json",
|
|
12
|
+
"hover": "hover/awk.json",
|
|
13
|
+
"codeActions": "codeActions/awk.json",
|
|
14
|
+
"documentHighlight": "documentHighlight/awk.json",
|
|
15
|
+
"documentSymbol": "documentSymbol/awk.json",
|
|
16
|
+
"links": "links/awk.json",
|
|
17
|
+
"typeDefinition": "typeDefinition/awk.json",
|
|
18
|
+
"references": "references/awk.json",
|
|
19
|
+
"implementation": "implementation/awk.json",
|
|
20
|
+
"inlineCompletions": "inlineCompletions/awk.json",
|
|
21
|
+
"formatting": "formatting/awk.json",
|
|
22
|
+
"codeLens": "codeLens/awk.json",
|
|
23
|
+
"color": "color/awk.json",
|
|
24
|
+
"declaration": "declaration/awk.json",
|
|
25
|
+
"inlayHints": "inlayHints/awk.json"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "bash",
|
|
30
|
+
"name": "Shell/Bash",
|
|
31
|
+
"files": {
|
|
32
|
+
"completion": "completion/bash.json",
|
|
33
|
+
"defination": "defination/bash.json",
|
|
34
|
+
"hover": "hover/bash.json",
|
|
35
|
+
"codeActions": "codeActions/bash.json",
|
|
36
|
+
"documentHighlight": "documentHighlight/bash.json",
|
|
37
|
+
"documentSymbol": "documentSymbol/bash.json",
|
|
38
|
+
"links": "links/bash.json",
|
|
39
|
+
"typeDefinition": "typeDefinition/bash.json",
|
|
40
|
+
"references": "references/bash.json",
|
|
41
|
+
"implementation": "implementation/bash.json",
|
|
42
|
+
"inlineCompletions": "inlineCompletions/bash.json",
|
|
43
|
+
"formatting": "formatting/bash.json",
|
|
44
|
+
"codeLens": "codeLens/bash.json",
|
|
45
|
+
"color": "color/bash.json",
|
|
46
|
+
"declaration": "declaration/bash.json",
|
|
47
|
+
"inlayHints": "inlayHints/bash.json"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "c",
|
|
52
|
+
"name": "C",
|
|
53
|
+
"files": {
|
|
54
|
+
"completion": "completion/c.json",
|
|
55
|
+
"defination": "defination/c.json",
|
|
56
|
+
"hover": "hover/c.json",
|
|
57
|
+
"codeActions": "codeActions/c.json",
|
|
58
|
+
"documentHighlight": "documentHighlight/c.json",
|
|
59
|
+
"documentSymbol": "documentSymbol/c.json",
|
|
60
|
+
"links": "links/c.json",
|
|
61
|
+
"typeDefinition": "typeDefinition/c.json",
|
|
62
|
+
"references": "references/c.json",
|
|
63
|
+
"implementation": "implementation/c.json",
|
|
64
|
+
"inlineCompletions": "inlineCompletions/c.json",
|
|
65
|
+
"formatting": "formatting/c.json",
|
|
66
|
+
"codeLens": "codeLens/c.json",
|
|
67
|
+
"color": "color/c.json",
|
|
68
|
+
"declaration": "declaration/c.json",
|
|
69
|
+
"inlayHints": "inlayHints/c.json"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "caddy",
|
|
74
|
+
"name": "Caddy",
|
|
75
|
+
"files": {
|
|
76
|
+
"completion": "completion/caddy.json",
|
|
77
|
+
"defination": "defination/caddy.json",
|
|
78
|
+
"hover": "hover/caddy.json",
|
|
79
|
+
"codeActions": "codeActions/caddy.json",
|
|
80
|
+
"documentHighlight": "documentHighlight/caddy.json",
|
|
81
|
+
"documentSymbol": "documentSymbol/caddy.json",
|
|
82
|
+
"links": "links/caddy.json",
|
|
83
|
+
"typeDefinition": "typeDefinition/caddy.json",
|
|
84
|
+
"references": "references/caddy.json",
|
|
85
|
+
"implementation": "implementation/caddy.json",
|
|
86
|
+
"inlineCompletions": "inlineCompletions/caddy.json",
|
|
87
|
+
"formatting": "formatting/caddy.json",
|
|
88
|
+
"codeLens": "codeLens/caddy.json",
|
|
89
|
+
"color": "color/caddy.json",
|
|
90
|
+
"declaration": "declaration/caddy.json",
|
|
91
|
+
"inlayHints": "inlayHints/caddy.json"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": "cpp",
|
|
96
|
+
"name": "C++",
|
|
97
|
+
"files": {
|
|
98
|
+
"completion": "completion/cpp.json",
|
|
99
|
+
"defination": "defination/cpp.json",
|
|
100
|
+
"hover": "hover/cpp.json",
|
|
101
|
+
"codeActions": "codeActions/cpp.json",
|
|
102
|
+
"documentHighlight": "documentHighlight/cpp.json",
|
|
103
|
+
"documentSymbol": "documentSymbol/cpp.json",
|
|
104
|
+
"links": "links/cpp.json",
|
|
105
|
+
"typeDefinition": "typeDefinition/cpp.json",
|
|
106
|
+
"references": "references/cpp.json",
|
|
107
|
+
"implementation": "implementation/cpp.json",
|
|
108
|
+
"inlineCompletions": "inlineCompletions/cpp.json",
|
|
109
|
+
"formatting": "formatting/cpp.json",
|
|
110
|
+
"codeLens": "codeLens/cpp.json",
|
|
111
|
+
"color": "color/cpp.json",
|
|
112
|
+
"declaration": "declaration/cpp.json",
|
|
113
|
+
"inlayHints": "inlayHints/cpp.json"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"id": "crontab",
|
|
118
|
+
"name": "Crontab",
|
|
119
|
+
"files": {
|
|
120
|
+
"completion": "completion/crontab.json",
|
|
121
|
+
"defination": "defination/crontab.json",
|
|
122
|
+
"hover": "hover/crontab.json",
|
|
123
|
+
"codeActions": "codeActions/crontab.json",
|
|
124
|
+
"documentHighlight": "documentHighlight/crontab.json",
|
|
125
|
+
"documentSymbol": "documentSymbol/crontab.json",
|
|
126
|
+
"links": "links/crontab.json",
|
|
127
|
+
"typeDefinition": "typeDefinition/crontab.json",
|
|
128
|
+
"references": "references/crontab.json",
|
|
129
|
+
"implementation": "implementation/crontab.json",
|
|
130
|
+
"inlineCompletions": "inlineCompletions/crontab.json",
|
|
131
|
+
"formatting": "formatting/crontab.json",
|
|
132
|
+
"codeLens": "codeLens/crontab.json",
|
|
133
|
+
"color": "color/crontab.json",
|
|
134
|
+
"declaration": "declaration/crontab.json",
|
|
135
|
+
"inlayHints": "inlayHints/crontab.json"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "csharp",
|
|
140
|
+
"name": "C#",
|
|
141
|
+
"files": {
|
|
142
|
+
"completion": "completion/csharp.json",
|
|
143
|
+
"defination": "defination/csharp.json",
|
|
144
|
+
"hover": "hover/csharp.json",
|
|
145
|
+
"codeActions": "codeActions/csharp.json",
|
|
146
|
+
"documentHighlight": "documentHighlight/csharp.json",
|
|
147
|
+
"documentSymbol": "documentSymbol/csharp.json",
|
|
148
|
+
"links": "links/csharp.json",
|
|
149
|
+
"typeDefinition": "typeDefinition/csharp.json",
|
|
150
|
+
"references": "references/csharp.json",
|
|
151
|
+
"implementation": "implementation/csharp.json",
|
|
152
|
+
"inlineCompletions": "inlineCompletions/csharp.json",
|
|
153
|
+
"formatting": "formatting/csharp.json",
|
|
154
|
+
"codeLens": "codeLens/csharp.json",
|
|
155
|
+
"color": "color/csharp.json",
|
|
156
|
+
"declaration": "declaration/csharp.json",
|
|
157
|
+
"inlayHints": "inlayHints/csharp.json"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"id": "dockerfile",
|
|
162
|
+
"name": "Dockerfile",
|
|
163
|
+
"files": {
|
|
164
|
+
"completion": "completion/dockerfile.json",
|
|
165
|
+
"defination": "defination/dockerfile.json",
|
|
166
|
+
"hover": "hover/dockerfile.json",
|
|
167
|
+
"codeActions": "codeActions/dockerfile.json",
|
|
168
|
+
"documentHighlight": "documentHighlight/dockerfile.json",
|
|
169
|
+
"documentSymbol": "documentSymbol/dockerfile.json",
|
|
170
|
+
"links": "links/dockerfile.json",
|
|
171
|
+
"typeDefinition": "typeDefinition/dockerfile.json",
|
|
172
|
+
"references": "references/dockerfile.json",
|
|
173
|
+
"implementation": "implementation/dockerfile.json",
|
|
174
|
+
"inlineCompletions": "inlineCompletions/dockerfile.json",
|
|
175
|
+
"formatting": "formatting/dockerfile.json",
|
|
176
|
+
"codeLens": "codeLens/dockerfile.json",
|
|
177
|
+
"color": "color/dockerfile.json",
|
|
178
|
+
"declaration": "declaration/dockerfile.json",
|
|
179
|
+
"inlayHints": "inlayHints/dockerfile.json"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"id": "dotenv",
|
|
184
|
+
"name": "Dotenv (.env)",
|
|
185
|
+
"files": {
|
|
186
|
+
"completion": "completion/dotenv.json",
|
|
187
|
+
"defination": "defination/dotenv.json",
|
|
188
|
+
"hover": "hover/dotenv.json",
|
|
189
|
+
"codeActions": "codeActions/dotenv.json",
|
|
190
|
+
"documentHighlight": "documentHighlight/dotenv.json",
|
|
191
|
+
"documentSymbol": "documentSymbol/dotenv.json",
|
|
192
|
+
"links": "links/dotenv.json",
|
|
193
|
+
"typeDefinition": "typeDefinition/dotenv.json",
|
|
194
|
+
"references": "references/dotenv.json",
|
|
195
|
+
"implementation": "implementation/dotenv.json",
|
|
196
|
+
"inlineCompletions": "inlineCompletions/dotenv.json",
|
|
197
|
+
"formatting": "formatting/dotenv.json",
|
|
198
|
+
"codeLens": "codeLens/dotenv.json",
|
|
199
|
+
"color": "color/dotenv.json",
|
|
200
|
+
"declaration": "declaration/dotenv.json",
|
|
201
|
+
"inlayHints": "inlayHints/dotenv.json"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"id": "go",
|
|
206
|
+
"name": "Go",
|
|
207
|
+
"files": {
|
|
208
|
+
"completion": "completion/go.json",
|
|
209
|
+
"defination": "defination/go.json",
|
|
210
|
+
"hover": "hover/go.json",
|
|
211
|
+
"codeActions": "codeActions/go.json",
|
|
212
|
+
"documentHighlight": "documentHighlight/go.json",
|
|
213
|
+
"documentSymbol": "documentSymbol/go.json",
|
|
214
|
+
"links": "links/go.json",
|
|
215
|
+
"typeDefinition": "typeDefinition/go.json",
|
|
216
|
+
"references": "references/go.json",
|
|
217
|
+
"implementation": "implementation/go.json",
|
|
218
|
+
"inlineCompletions": "inlineCompletions/go.json",
|
|
219
|
+
"formatting": "formatting/go.json",
|
|
220
|
+
"codeLens": "codeLens/go.json",
|
|
221
|
+
"color": "color/go.json",
|
|
222
|
+
"declaration": "declaration/go.json",
|
|
223
|
+
"inlayHints": "inlayHints/go.json"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"id": "graphql",
|
|
228
|
+
"name": "GraphQL",
|
|
229
|
+
"files": {
|
|
230
|
+
"completion": "completion/graphql.json",
|
|
231
|
+
"defination": "defination/graphql.json",
|
|
232
|
+
"hover": "hover/graphql.json",
|
|
233
|
+
"codeActions": "codeActions/graphql.json",
|
|
234
|
+
"documentHighlight": "documentHighlight/graphql.json",
|
|
235
|
+
"documentSymbol": "documentSymbol/graphql.json",
|
|
236
|
+
"links": "links/graphql.json",
|
|
237
|
+
"typeDefinition": "typeDefinition/graphql.json",
|
|
238
|
+
"references": "references/graphql.json",
|
|
239
|
+
"implementation": "implementation/graphql.json",
|
|
240
|
+
"inlineCompletions": "inlineCompletions/graphql.json",
|
|
241
|
+
"formatting": "formatting/graphql.json",
|
|
242
|
+
"codeLens": "codeLens/graphql.json",
|
|
243
|
+
"color": "color/graphql.json",
|
|
244
|
+
"declaration": "declaration/graphql.json",
|
|
245
|
+
"inlayHints": "inlayHints/graphql.json"
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"id": "hcl",
|
|
250
|
+
"name": "HCL/Terraform",
|
|
251
|
+
"files": {
|
|
252
|
+
"completion": "completion/hcl.json",
|
|
253
|
+
"defination": "defination/hcl.json",
|
|
254
|
+
"hover": "hover/hcl.json",
|
|
255
|
+
"codeActions": "codeActions/hcl.json",
|
|
256
|
+
"documentHighlight": "documentHighlight/hcl.json",
|
|
257
|
+
"documentSymbol": "documentSymbol/hcl.json",
|
|
258
|
+
"links": "links/hcl.json",
|
|
259
|
+
"typeDefinition": "typeDefinition/hcl.json",
|
|
260
|
+
"references": "references/hcl.json",
|
|
261
|
+
"implementation": "implementation/hcl.json",
|
|
262
|
+
"inlineCompletions": "inlineCompletions/hcl.json",
|
|
263
|
+
"formatting": "formatting/hcl.json",
|
|
264
|
+
"codeLens": "codeLens/hcl.json",
|
|
265
|
+
"color": "color/hcl.json",
|
|
266
|
+
"declaration": "declaration/hcl.json",
|
|
267
|
+
"inlayHints": "inlayHints/hcl.json"
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"id": "html",
|
|
272
|
+
"name": "HTML/CSS",
|
|
273
|
+
"files": {
|
|
274
|
+
"completion": "completion/html.json",
|
|
275
|
+
"defination": "defination/html.json",
|
|
276
|
+
"hover": "hover/html.json",
|
|
277
|
+
"codeActions": "codeActions/html.json",
|
|
278
|
+
"documentHighlight": "documentHighlight/html.json",
|
|
279
|
+
"documentSymbol": "documentSymbol/html.json",
|
|
280
|
+
"links": "links/html.json",
|
|
281
|
+
"typeDefinition": "typeDefinition/html.json",
|
|
282
|
+
"references": "references/html.json",
|
|
283
|
+
"implementation": "implementation/html.json",
|
|
284
|
+
"inlineCompletions": "inlineCompletions/html.json",
|
|
285
|
+
"formatting": "formatting/html.json",
|
|
286
|
+
"codeLens": "codeLens/html.json",
|
|
287
|
+
"color": "color/html.json",
|
|
288
|
+
"declaration": "declaration/html.json",
|
|
289
|
+
"inlayHints": "inlayHints/html.json"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"id": "ini",
|
|
294
|
+
"name": "INI/Config",
|
|
295
|
+
"files": {
|
|
296
|
+
"completion": "completion/ini.json",
|
|
297
|
+
"defination": "defination/ini.json",
|
|
298
|
+
"hover": "hover/ini.json",
|
|
299
|
+
"codeActions": "codeActions/ini.json",
|
|
300
|
+
"documentHighlight": "documentHighlight/ini.json",
|
|
301
|
+
"documentSymbol": "documentSymbol/ini.json",
|
|
302
|
+
"links": "links/ini.json",
|
|
303
|
+
"typeDefinition": "typeDefinition/ini.json",
|
|
304
|
+
"references": "references/ini.json",
|
|
305
|
+
"implementation": "implementation/ini.json",
|
|
306
|
+
"inlineCompletions": "inlineCompletions/ini.json",
|
|
307
|
+
"formatting": "formatting/ini.json",
|
|
308
|
+
"codeLens": "codeLens/ini.json",
|
|
309
|
+
"color": "color/ini.json",
|
|
310
|
+
"declaration": "declaration/ini.json",
|
|
311
|
+
"inlayHints": "inlayHints/ini.json"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"id": "java",
|
|
316
|
+
"name": "Java",
|
|
317
|
+
"files": {
|
|
318
|
+
"completion": "completion/java.json",
|
|
319
|
+
"defination": "defination/java.json",
|
|
320
|
+
"hover": "hover/java.json",
|
|
321
|
+
"codeActions": "codeActions/java.json",
|
|
322
|
+
"documentHighlight": "documentHighlight/java.json",
|
|
323
|
+
"documentSymbol": "documentSymbol/java.json",
|
|
324
|
+
"links": "links/java.json",
|
|
325
|
+
"typeDefinition": "typeDefinition/java.json",
|
|
326
|
+
"references": "references/java.json",
|
|
327
|
+
"implementation": "implementation/java.json",
|
|
328
|
+
"inlineCompletions": "inlineCompletions/java.json",
|
|
329
|
+
"formatting": "formatting/java.json",
|
|
330
|
+
"codeLens": "codeLens/java.json",
|
|
331
|
+
"color": "color/java.json",
|
|
332
|
+
"declaration": "declaration/java.json",
|
|
333
|
+
"inlayHints": "inlayHints/java.json"
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"id": "javascript",
|
|
338
|
+
"name": "JavaScript",
|
|
339
|
+
"files": {
|
|
340
|
+
"completion": "completion/javascript.json",
|
|
341
|
+
"defination": "defination/javascript.json",
|
|
342
|
+
"hover": "hover/javascript.json",
|
|
343
|
+
"codeActions": "codeActions/javascript.json",
|
|
344
|
+
"documentHighlight": "documentHighlight/javascript.json",
|
|
345
|
+
"documentSymbol": "documentSymbol/javascript.json",
|
|
346
|
+
"links": "links/javascript.json",
|
|
347
|
+
"typeDefinition": "typeDefinition/javascript.json",
|
|
348
|
+
"references": "references/javascript.json",
|
|
349
|
+
"implementation": "implementation/javascript.json",
|
|
350
|
+
"inlineCompletions": "inlineCompletions/javascript.json",
|
|
351
|
+
"formatting": "formatting/javascript.json",
|
|
352
|
+
"codeLens": "codeLens/javascript.json",
|
|
353
|
+
"color": "color/javascript.json",
|
|
354
|
+
"declaration": "declaration/javascript.json",
|
|
355
|
+
"inlayHints": "inlayHints/javascript.json"
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"id": "json",
|
|
360
|
+
"name": "JSON",
|
|
361
|
+
"files": {
|
|
362
|
+
"completion": "completion/json.json",
|
|
363
|
+
"defination": "defination/json.json",
|
|
364
|
+
"hover": "hover/json.json",
|
|
365
|
+
"codeActions": "codeActions/json.json",
|
|
366
|
+
"documentHighlight": "documentHighlight/json.json",
|
|
367
|
+
"documentSymbol": "documentSymbol/json.json",
|
|
368
|
+
"links": "links/json.json",
|
|
369
|
+
"typeDefinition": "typeDefinition/json.json",
|
|
370
|
+
"references": "references/json.json",
|
|
371
|
+
"implementation": "implementation/json.json",
|
|
372
|
+
"inlineCompletions": "inlineCompletions/json.json",
|
|
373
|
+
"formatting": "formatting/json.json",
|
|
374
|
+
"codeLens": "codeLens/json.json",
|
|
375
|
+
"color": "color/json.json",
|
|
376
|
+
"declaration": "declaration/json.json",
|
|
377
|
+
"inlayHints": "inlayHints/json.json"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"id": "lua",
|
|
382
|
+
"name": "Lua",
|
|
383
|
+
"files": {
|
|
384
|
+
"completion": "completion/lua.json",
|
|
385
|
+
"defination": "defination/lua.json",
|
|
386
|
+
"hover": "hover/lua.json",
|
|
387
|
+
"codeActions": "codeActions/lua.json",
|
|
388
|
+
"documentHighlight": "documentHighlight/lua.json",
|
|
389
|
+
"documentSymbol": "documentSymbol/lua.json",
|
|
390
|
+
"links": "links/lua.json",
|
|
391
|
+
"typeDefinition": "typeDefinition/lua.json",
|
|
392
|
+
"references": "references/lua.json",
|
|
393
|
+
"implementation": "implementation/lua.json",
|
|
394
|
+
"inlineCompletions": "inlineCompletions/lua.json",
|
|
395
|
+
"formatting": "formatting/lua.json",
|
|
396
|
+
"codeLens": "codeLens/lua.json",
|
|
397
|
+
"color": "color/lua.json",
|
|
398
|
+
"declaration": "declaration/lua.json",
|
|
399
|
+
"inlayHints": "inlayHints/lua.json"
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"id": "makefile",
|
|
404
|
+
"name": "Makefile",
|
|
405
|
+
"files": {
|
|
406
|
+
"completion": "completion/makefile.json",
|
|
407
|
+
"defination": "defination/makefile.json",
|
|
408
|
+
"hover": "hover/makefile.json",
|
|
409
|
+
"codeActions": "codeActions/makefile.json",
|
|
410
|
+
"documentHighlight": "documentHighlight/makefile.json",
|
|
411
|
+
"documentSymbol": "documentSymbol/makefile.json",
|
|
412
|
+
"links": "links/makefile.json",
|
|
413
|
+
"typeDefinition": "typeDefinition/makefile.json",
|
|
414
|
+
"references": "references/makefile.json",
|
|
415
|
+
"implementation": "implementation/makefile.json",
|
|
416
|
+
"inlineCompletions": "inlineCompletions/makefile.json",
|
|
417
|
+
"formatting": "formatting/makefile.json",
|
|
418
|
+
"codeLens": "codeLens/makefile.json",
|
|
419
|
+
"color": "color/makefile.json",
|
|
420
|
+
"declaration": "declaration/makefile.json",
|
|
421
|
+
"inlayHints": "inlayHints/makefile.json"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"id": "markdown",
|
|
426
|
+
"name": "Markdown",
|
|
427
|
+
"files": {
|
|
428
|
+
"completion": "completion/markdown.json",
|
|
429
|
+
"defination": "defination/markdown.json",
|
|
430
|
+
"hover": "hover/markdown.json",
|
|
431
|
+
"codeActions": "codeActions/markdown.json",
|
|
432
|
+
"documentHighlight": "documentHighlight/markdown.json",
|
|
433
|
+
"documentSymbol": "documentSymbol/markdown.json",
|
|
434
|
+
"links": "links/markdown.json",
|
|
435
|
+
"typeDefinition": "typeDefinition/markdown.json",
|
|
436
|
+
"references": "references/markdown.json",
|
|
437
|
+
"implementation": "implementation/markdown.json",
|
|
438
|
+
"inlineCompletions": "inlineCompletions/markdown.json",
|
|
439
|
+
"formatting": "formatting/markdown.json",
|
|
440
|
+
"codeLens": "codeLens/markdown.json",
|
|
441
|
+
"color": "color/markdown.json",
|
|
442
|
+
"declaration": "declaration/markdown.json",
|
|
443
|
+
"inlayHints": "inlayHints/markdown.json"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"id": "nginx",
|
|
448
|
+
"name": "Nginx",
|
|
449
|
+
"files": {
|
|
450
|
+
"completion": "completion/nginx.json",
|
|
451
|
+
"defination": "defination/nginx.json",
|
|
452
|
+
"hover": "hover/nginx.json",
|
|
453
|
+
"codeActions": "codeActions/nginx.json",
|
|
454
|
+
"documentHighlight": "documentHighlight/nginx.json",
|
|
455
|
+
"documentSymbol": "documentSymbol/nginx.json",
|
|
456
|
+
"links": "links/nginx.json",
|
|
457
|
+
"typeDefinition": "typeDefinition/nginx.json",
|
|
458
|
+
"references": "references/nginx.json",
|
|
459
|
+
"implementation": "implementation/nginx.json",
|
|
460
|
+
"inlineCompletions": "inlineCompletions/nginx.json",
|
|
461
|
+
"formatting": "formatting/nginx.json",
|
|
462
|
+
"codeLens": "codeLens/nginx.json",
|
|
463
|
+
"color": "color/nginx.json",
|
|
464
|
+
"declaration": "declaration/nginx.json",
|
|
465
|
+
"inlayHints": "inlayHints/nginx.json"
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"id": "perl",
|
|
470
|
+
"name": "Perl",
|
|
471
|
+
"files": {
|
|
472
|
+
"completion": "completion/perl.json",
|
|
473
|
+
"defination": "defination/perl.json",
|
|
474
|
+
"hover": "hover/perl.json",
|
|
475
|
+
"codeActions": "codeActions/perl.json",
|
|
476
|
+
"documentHighlight": "documentHighlight/perl.json",
|
|
477
|
+
"documentSymbol": "documentSymbol/perl.json",
|
|
478
|
+
"links": "links/perl.json",
|
|
479
|
+
"typeDefinition": "typeDefinition/perl.json",
|
|
480
|
+
"references": "references/perl.json",
|
|
481
|
+
"implementation": "implementation/perl.json",
|
|
482
|
+
"inlineCompletions": "inlineCompletions/perl.json",
|
|
483
|
+
"formatting": "formatting/perl.json",
|
|
484
|
+
"codeLens": "codeLens/perl.json",
|
|
485
|
+
"color": "color/perl.json",
|
|
486
|
+
"declaration": "declaration/perl.json",
|
|
487
|
+
"inlayHints": "inlayHints/perl.json"
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"id": "php",
|
|
492
|
+
"name": "PHP",
|
|
493
|
+
"files": {
|
|
494
|
+
"completion": "completion/php.json",
|
|
495
|
+
"defination": "defination/php.json",
|
|
496
|
+
"hover": "hover/php.json",
|
|
497
|
+
"codeActions": "codeActions/php.json",
|
|
498
|
+
"documentHighlight": "documentHighlight/php.json",
|
|
499
|
+
"documentSymbol": "documentSymbol/php.json",
|
|
500
|
+
"links": "links/php.json",
|
|
501
|
+
"typeDefinition": "typeDefinition/php.json",
|
|
502
|
+
"references": "references/php.json",
|
|
503
|
+
"implementation": "implementation/php.json",
|
|
504
|
+
"inlineCompletions": "inlineCompletions/php.json",
|
|
505
|
+
"formatting": "formatting/php.json",
|
|
506
|
+
"codeLens": "codeLens/php.json",
|
|
507
|
+
"color": "color/php.json",
|
|
508
|
+
"declaration": "declaration/php.json",
|
|
509
|
+
"inlayHints": "inlayHints/php.json"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"id": "powershell",
|
|
514
|
+
"name": "PowerShell",
|
|
515
|
+
"files": {
|
|
516
|
+
"completion": "completion/powershell.json",
|
|
517
|
+
"defination": "defination/powershell.json",
|
|
518
|
+
"hover": "hover/powershell.json",
|
|
519
|
+
"codeActions": "codeActions/powershell.json",
|
|
520
|
+
"documentHighlight": "documentHighlight/powershell.json",
|
|
521
|
+
"documentSymbol": "documentSymbol/powershell.json",
|
|
522
|
+
"links": "links/powershell.json",
|
|
523
|
+
"typeDefinition": "typeDefinition/powershell.json",
|
|
524
|
+
"references": "references/powershell.json",
|
|
525
|
+
"implementation": "implementation/powershell.json",
|
|
526
|
+
"inlineCompletions": "inlineCompletions/powershell.json",
|
|
527
|
+
"formatting": "formatting/powershell.json",
|
|
528
|
+
"codeLens": "codeLens/powershell.json",
|
|
529
|
+
"color": "color/powershell.json",
|
|
530
|
+
"declaration": "declaration/powershell.json",
|
|
531
|
+
"inlayHints": "inlayHints/powershell.json"
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"id": "protobuf",
|
|
536
|
+
"name": "Protocol Buffers",
|
|
537
|
+
"files": {
|
|
538
|
+
"completion": "completion/protobuf.json",
|
|
539
|
+
"defination": "defination/protobuf.json",
|
|
540
|
+
"hover": "hover/protobuf.json",
|
|
541
|
+
"codeActions": "codeActions/protobuf.json",
|
|
542
|
+
"documentHighlight": "documentHighlight/protobuf.json",
|
|
543
|
+
"documentSymbol": "documentSymbol/protobuf.json",
|
|
544
|
+
"links": "links/protobuf.json",
|
|
545
|
+
"typeDefinition": "typeDefinition/protobuf.json",
|
|
546
|
+
"references": "references/protobuf.json",
|
|
547
|
+
"implementation": "implementation/protobuf.json",
|
|
548
|
+
"inlineCompletions": "inlineCompletions/protobuf.json",
|
|
549
|
+
"formatting": "formatting/protobuf.json",
|
|
550
|
+
"codeLens": "codeLens/protobuf.json",
|
|
551
|
+
"color": "color/protobuf.json",
|
|
552
|
+
"declaration": "declaration/protobuf.json",
|
|
553
|
+
"inlayHints": "inlayHints/protobuf.json"
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"id": "python",
|
|
558
|
+
"name": "Python",
|
|
559
|
+
"files": {
|
|
560
|
+
"completion": "completion/python.json",
|
|
561
|
+
"defination": "defination/python.json",
|
|
562
|
+
"hover": "hover/python.json",
|
|
563
|
+
"codeActions": "codeActions/python.json",
|
|
564
|
+
"documentHighlight": "documentHighlight/python.json",
|
|
565
|
+
"documentSymbol": "documentSymbol/python.json",
|
|
566
|
+
"links": "links/python.json",
|
|
567
|
+
"typeDefinition": "typeDefinition/python.json",
|
|
568
|
+
"references": "references/python.json",
|
|
569
|
+
"implementation": "implementation/python.json",
|
|
570
|
+
"inlineCompletions": "inlineCompletions/python.json",
|
|
571
|
+
"formatting": "formatting/python.json",
|
|
572
|
+
"codeLens": "codeLens/python.json",
|
|
573
|
+
"color": "color/python.json",
|
|
574
|
+
"declaration": "declaration/python.json",
|
|
575
|
+
"inlayHints": "inlayHints/python.json"
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"id": "redis-cli",
|
|
580
|
+
"name": "Redis CLI",
|
|
581
|
+
"files": {
|
|
582
|
+
"completion": "completion/redis-cli.json",
|
|
583
|
+
"defination": "defination/redis-cli.json",
|
|
584
|
+
"hover": "hover/redis-cli.json",
|
|
585
|
+
"codeActions": "codeActions/redis-cli.json",
|
|
586
|
+
"documentHighlight": "documentHighlight/redis-cli.json",
|
|
587
|
+
"documentSymbol": "documentSymbol/redis-cli.json",
|
|
588
|
+
"links": "links/redis-cli.json",
|
|
589
|
+
"typeDefinition": "typeDefinition/redis-cli.json",
|
|
590
|
+
"references": "references/redis-cli.json",
|
|
591
|
+
"implementation": "implementation/redis-cli.json",
|
|
592
|
+
"inlineCompletions": "inlineCompletions/redis-cli.json",
|
|
593
|
+
"formatting": "formatting/redis-cli.json",
|
|
594
|
+
"codeLens": "codeLens/redis-cli.json",
|
|
595
|
+
"color": "color/redis-cli.json",
|
|
596
|
+
"declaration": "declaration/redis-cli.json",
|
|
597
|
+
"inlayHints": "inlayHints/redis-cli.json"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"id": "ruby",
|
|
602
|
+
"name": "Ruby",
|
|
603
|
+
"files": {
|
|
604
|
+
"completion": "completion/ruby.json",
|
|
605
|
+
"defination": "defination/ruby.json",
|
|
606
|
+
"hover": "hover/ruby.json",
|
|
607
|
+
"codeActions": "codeActions/ruby.json",
|
|
608
|
+
"documentHighlight": "documentHighlight/ruby.json",
|
|
609
|
+
"documentSymbol": "documentSymbol/ruby.json",
|
|
610
|
+
"links": "links/ruby.json",
|
|
611
|
+
"typeDefinition": "typeDefinition/ruby.json",
|
|
612
|
+
"references": "references/ruby.json",
|
|
613
|
+
"implementation": "implementation/ruby.json",
|
|
614
|
+
"inlineCompletions": "inlineCompletions/ruby.json",
|
|
615
|
+
"formatting": "formatting/ruby.json",
|
|
616
|
+
"codeLens": "codeLens/ruby.json",
|
|
617
|
+
"color": "color/ruby.json",
|
|
618
|
+
"declaration": "declaration/ruby.json",
|
|
619
|
+
"inlayHints": "inlayHints/ruby.json"
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"id": "rust",
|
|
624
|
+
"name": "Rust",
|
|
625
|
+
"files": {
|
|
626
|
+
"completion": "completion/rust.json",
|
|
627
|
+
"defination": "defination/rust.json",
|
|
628
|
+
"hover": "hover/rust.json",
|
|
629
|
+
"codeActions": "codeActions/rust.json",
|
|
630
|
+
"documentHighlight": "documentHighlight/rust.json",
|
|
631
|
+
"documentSymbol": "documentSymbol/rust.json",
|
|
632
|
+
"links": "links/rust.json",
|
|
633
|
+
"typeDefinition": "typeDefinition/rust.json",
|
|
634
|
+
"references": "references/rust.json",
|
|
635
|
+
"implementation": "implementation/rust.json",
|
|
636
|
+
"inlineCompletions": "inlineCompletions/rust.json",
|
|
637
|
+
"formatting": "formatting/rust.json",
|
|
638
|
+
"codeLens": "codeLens/rust.json",
|
|
639
|
+
"color": "color/rust.json",
|
|
640
|
+
"declaration": "declaration/rust.json",
|
|
641
|
+
"inlayHints": "inlayHints/rust.json"
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"id": "sql",
|
|
646
|
+
"name": "SQL",
|
|
647
|
+
"files": {
|
|
648
|
+
"completion": "completion/sql.json",
|
|
649
|
+
"defination": "defination/sql.json",
|
|
650
|
+
"hover": "hover/sql.json",
|
|
651
|
+
"codeActions": "codeActions/sql.json",
|
|
652
|
+
"documentHighlight": "documentHighlight/sql.json",
|
|
653
|
+
"documentSymbol": "documentSymbol/sql.json",
|
|
654
|
+
"links": "links/sql.json",
|
|
655
|
+
"typeDefinition": "typeDefinition/sql.json",
|
|
656
|
+
"references": "references/sql.json",
|
|
657
|
+
"implementation": "implementation/sql.json",
|
|
658
|
+
"inlineCompletions": "inlineCompletions/sql.json",
|
|
659
|
+
"formatting": "formatting/sql.json",
|
|
660
|
+
"codeLens": "codeLens/sql.json",
|
|
661
|
+
"color": "color/sql.json",
|
|
662
|
+
"declaration": "declaration/sql.json",
|
|
663
|
+
"inlayHints": "inlayHints/sql.json"
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"id": "ssh_config",
|
|
668
|
+
"name": "SSH Config",
|
|
669
|
+
"files": {
|
|
670
|
+
"completion": "completion/ssh_config.json",
|
|
671
|
+
"defination": "defination/ssh_config.json",
|
|
672
|
+
"hover": "hover/ssh_config.json",
|
|
673
|
+
"codeActions": "codeActions/ssh_config.json",
|
|
674
|
+
"documentHighlight": "documentHighlight/ssh_config.json",
|
|
675
|
+
"documentSymbol": "documentSymbol/ssh_config.json",
|
|
676
|
+
"links": "links/ssh_config.json",
|
|
677
|
+
"typeDefinition": "typeDefinition/ssh_config.json",
|
|
678
|
+
"references": "references/ssh_config.json",
|
|
679
|
+
"implementation": "implementation/ssh_config.json",
|
|
680
|
+
"inlineCompletions": "inlineCompletions/ssh_config.json",
|
|
681
|
+
"formatting": "formatting/ssh_config.json",
|
|
682
|
+
"codeLens": "codeLens/ssh_config.json",
|
|
683
|
+
"color": "color/ssh_config.json",
|
|
684
|
+
"declaration": "declaration/ssh_config.json",
|
|
685
|
+
"inlayHints": "inlayHints/ssh_config.json"
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"id": "systemd",
|
|
690
|
+
"name": "Systemd Unit",
|
|
691
|
+
"files": {
|
|
692
|
+
"completion": "completion/systemd.json",
|
|
693
|
+
"defination": "defination/systemd.json",
|
|
694
|
+
"hover": "hover/systemd.json",
|
|
695
|
+
"codeActions": "codeActions/systemd.json",
|
|
696
|
+
"documentHighlight": "documentHighlight/systemd.json",
|
|
697
|
+
"documentSymbol": "documentSymbol/systemd.json",
|
|
698
|
+
"links": "links/systemd.json",
|
|
699
|
+
"typeDefinition": "typeDefinition/systemd.json",
|
|
700
|
+
"references": "references/systemd.json",
|
|
701
|
+
"implementation": "implementation/systemd.json",
|
|
702
|
+
"inlineCompletions": "inlineCompletions/systemd.json",
|
|
703
|
+
"formatting": "formatting/systemd.json",
|
|
704
|
+
"codeLens": "codeLens/systemd.json",
|
|
705
|
+
"color": "color/systemd.json",
|
|
706
|
+
"declaration": "declaration/systemd.json",
|
|
707
|
+
"inlayHints": "inlayHints/systemd.json"
|
|
708
|
+
}
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"id": "toml",
|
|
712
|
+
"name": "TOML",
|
|
713
|
+
"files": {
|
|
714
|
+
"completion": "completion/toml.json",
|
|
715
|
+
"defination": "defination/toml.json",
|
|
716
|
+
"hover": "hover/toml.json",
|
|
717
|
+
"codeActions": "codeActions/toml.json",
|
|
718
|
+
"documentHighlight": "documentHighlight/toml.json",
|
|
719
|
+
"documentSymbol": "documentSymbol/toml.json",
|
|
720
|
+
"links": "links/toml.json",
|
|
721
|
+
"typeDefinition": "typeDefinition/toml.json",
|
|
722
|
+
"references": "references/toml.json",
|
|
723
|
+
"implementation": "implementation/toml.json",
|
|
724
|
+
"inlineCompletions": "inlineCompletions/toml.json",
|
|
725
|
+
"formatting": "formatting/toml.json",
|
|
726
|
+
"codeLens": "codeLens/toml.json",
|
|
727
|
+
"color": "color/toml.json",
|
|
728
|
+
"declaration": "declaration/toml.json",
|
|
729
|
+
"inlayHints": "inlayHints/toml.json"
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"id": "typescript",
|
|
734
|
+
"name": "TypeScript",
|
|
735
|
+
"files": {
|
|
736
|
+
"completion": "completion/typescript.json",
|
|
737
|
+
"defination": "defination/typescript.json",
|
|
738
|
+
"hover": "hover/typescript.json",
|
|
739
|
+
"codeActions": "codeActions/typescript.json",
|
|
740
|
+
"documentHighlight": "documentHighlight/typescript.json",
|
|
741
|
+
"documentSymbol": "documentSymbol/typescript.json",
|
|
742
|
+
"links": "links/typescript.json",
|
|
743
|
+
"typeDefinition": "typeDefinition/typescript.json",
|
|
744
|
+
"references": "references/typescript.json",
|
|
745
|
+
"implementation": "implementation/typescript.json",
|
|
746
|
+
"inlineCompletions": "inlineCompletions/typescript.json",
|
|
747
|
+
"formatting": "formatting/typescript.json",
|
|
748
|
+
"codeLens": "codeLens/typescript.json",
|
|
749
|
+
"color": "color/typescript.json",
|
|
750
|
+
"declaration": "declaration/typescript.json",
|
|
751
|
+
"inlayHints": "inlayHints/typescript.json"
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"id": "xml",
|
|
756
|
+
"name": "XML",
|
|
757
|
+
"files": {
|
|
758
|
+
"completion": "completion/xml.json",
|
|
759
|
+
"defination": "defination/xml.json",
|
|
760
|
+
"hover": "hover/xml.json",
|
|
761
|
+
"codeActions": "codeActions/xml.json",
|
|
762
|
+
"documentHighlight": "documentHighlight/xml.json",
|
|
763
|
+
"documentSymbol": "documentSymbol/xml.json",
|
|
764
|
+
"links": "links/xml.json",
|
|
765
|
+
"typeDefinition": "typeDefinition/xml.json",
|
|
766
|
+
"references": "references/xml.json",
|
|
767
|
+
"implementation": "implementation/xml.json",
|
|
768
|
+
"inlineCompletions": "inlineCompletions/xml.json",
|
|
769
|
+
"formatting": "formatting/xml.json",
|
|
770
|
+
"codeLens": "codeLens/xml.json",
|
|
771
|
+
"color": "color/xml.json",
|
|
772
|
+
"declaration": "declaration/xml.json",
|
|
773
|
+
"inlayHints": "inlayHints/xml.json"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"id": "yaml",
|
|
778
|
+
"name": "YAML",
|
|
779
|
+
"files": {
|
|
780
|
+
"completion": "completion/yaml.json",
|
|
781
|
+
"defination": "defination/yaml.json",
|
|
782
|
+
"hover": "hover/yaml.json",
|
|
783
|
+
"codeActions": "codeActions/yaml.json",
|
|
784
|
+
"documentHighlight": "documentHighlight/yaml.json",
|
|
785
|
+
"documentSymbol": "documentSymbol/yaml.json",
|
|
786
|
+
"links": "links/yaml.json",
|
|
787
|
+
"typeDefinition": "typeDefinition/yaml.json",
|
|
788
|
+
"references": "references/yaml.json",
|
|
789
|
+
"implementation": "implementation/yaml.json",
|
|
790
|
+
"inlineCompletions": "inlineCompletions/yaml.json",
|
|
791
|
+
"formatting": "formatting/yaml.json",
|
|
792
|
+
"codeLens": "codeLens/yaml.json",
|
|
793
|
+
"color": "color/yaml.json",
|
|
794
|
+
"declaration": "declaration/yaml.json",
|
|
795
|
+
"inlayHints": "inlayHints/yaml.json"
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"id": "zsh",
|
|
800
|
+
"name": "Zsh",
|
|
801
|
+
"files": {
|
|
802
|
+
"completion": "completion/zsh.json",
|
|
803
|
+
"defination": "defination/zsh.json",
|
|
804
|
+
"hover": "hover/zsh.json",
|
|
805
|
+
"codeActions": "codeActions/zsh.json",
|
|
806
|
+
"documentHighlight": "documentHighlight/zsh.json",
|
|
807
|
+
"documentSymbol": "documentSymbol/zsh.json",
|
|
808
|
+
"links": "links/zsh.json",
|
|
809
|
+
"typeDefinition": "typeDefinition/zsh.json",
|
|
810
|
+
"references": "references/zsh.json",
|
|
811
|
+
"implementation": "implementation/zsh.json",
|
|
812
|
+
"inlineCompletions": "inlineCompletions/zsh.json",
|
|
813
|
+
"formatting": "formatting/zsh.json",
|
|
814
|
+
"codeLens": "codeLens/zsh.json",
|
|
815
|
+
"color": "color/zsh.json",
|
|
816
|
+
"declaration": "declaration/zsh.json",
|
|
817
|
+
"inlayHints": "inlayHints/zsh.json"
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
],
|
|
821
|
+
"directories": {
|
|
822
|
+
"completion": {
|
|
823
|
+
"description": "Autocomplete suggestions with snippets, functions, keywords, and documentation",
|
|
824
|
+
"files": [
|
|
825
|
+
"awk.json",
|
|
826
|
+
"bash.json",
|
|
827
|
+
"c.json",
|
|
828
|
+
"caddy.json",
|
|
829
|
+
"cpp.json",
|
|
830
|
+
"crontab.json",
|
|
831
|
+
"csharp.json",
|
|
832
|
+
"dockerfile.json",
|
|
833
|
+
"dotenv.json",
|
|
834
|
+
"go.json",
|
|
835
|
+
"graphql.json",
|
|
836
|
+
"hcl.json",
|
|
837
|
+
"html.json",
|
|
838
|
+
"ini.json",
|
|
839
|
+
"java.json",
|
|
840
|
+
"javascript.json",
|
|
841
|
+
"json.json",
|
|
842
|
+
"lua.json",
|
|
843
|
+
"makefile.json",
|
|
844
|
+
"markdown.json",
|
|
845
|
+
"nginx.json",
|
|
846
|
+
"perl.json",
|
|
847
|
+
"php.json",
|
|
848
|
+
"powershell.json",
|
|
849
|
+
"protobuf.json",
|
|
850
|
+
"python.json",
|
|
851
|
+
"redis-cli.json",
|
|
852
|
+
"ruby.json",
|
|
853
|
+
"rust.json",
|
|
854
|
+
"sql.json",
|
|
855
|
+
"ssh_config.json",
|
|
856
|
+
"systemd.json",
|
|
857
|
+
"toml.json",
|
|
858
|
+
"typescript.json",
|
|
859
|
+
"xml.json",
|
|
860
|
+
"yaml.json",
|
|
861
|
+
"zsh.json"
|
|
862
|
+
]
|
|
863
|
+
},
|
|
864
|
+
"defination": {
|
|
865
|
+
"description": "Type definitions, class signatures, method members, and module documentation",
|
|
866
|
+
"files": [
|
|
867
|
+
"awk.json",
|
|
868
|
+
"bash.json",
|
|
869
|
+
"c.json",
|
|
870
|
+
"caddy.json",
|
|
871
|
+
"cpp.json",
|
|
872
|
+
"crontab.json",
|
|
873
|
+
"csharp.json",
|
|
874
|
+
"dockerfile.json",
|
|
875
|
+
"dotenv.json",
|
|
876
|
+
"go.json",
|
|
877
|
+
"graphql.json",
|
|
878
|
+
"hcl.json",
|
|
879
|
+
"html.json",
|
|
880
|
+
"ini.json",
|
|
881
|
+
"java.json",
|
|
882
|
+
"javascript.json",
|
|
883
|
+
"json.json",
|
|
884
|
+
"lua.json",
|
|
885
|
+
"makefile.json",
|
|
886
|
+
"markdown.json",
|
|
887
|
+
"nginx.json",
|
|
888
|
+
"perl.json",
|
|
889
|
+
"php.json",
|
|
890
|
+
"powershell.json",
|
|
891
|
+
"protobuf.json",
|
|
892
|
+
"python.json",
|
|
893
|
+
"redis-cli.json",
|
|
894
|
+
"ruby.json",
|
|
895
|
+
"rust.json",
|
|
896
|
+
"sql.json",
|
|
897
|
+
"ssh_config.json",
|
|
898
|
+
"systemd.json",
|
|
899
|
+
"toml.json",
|
|
900
|
+
"typescript.json",
|
|
901
|
+
"xml.json",
|
|
902
|
+
"yaml.json",
|
|
903
|
+
"zsh.json"
|
|
904
|
+
]
|
|
905
|
+
},
|
|
906
|
+
"hover": {
|
|
907
|
+
"description": "Hover tooltips with function signatures, descriptions, and usage examples",
|
|
908
|
+
"files": [
|
|
909
|
+
"awk.json",
|
|
910
|
+
"bash.json",
|
|
911
|
+
"c.json",
|
|
912
|
+
"caddy.json",
|
|
913
|
+
"cpp.json",
|
|
914
|
+
"crontab.json",
|
|
915
|
+
"csharp.json",
|
|
916
|
+
"dockerfile.json",
|
|
917
|
+
"dotenv.json",
|
|
918
|
+
"go.json",
|
|
919
|
+
"graphql.json",
|
|
920
|
+
"hcl.json",
|
|
921
|
+
"html.json",
|
|
922
|
+
"ini.json",
|
|
923
|
+
"java.json",
|
|
924
|
+
"javascript.json",
|
|
925
|
+
"json.json",
|
|
926
|
+
"lua.json",
|
|
927
|
+
"makefile.json",
|
|
928
|
+
"markdown.json",
|
|
929
|
+
"nginx.json",
|
|
930
|
+
"perl.json",
|
|
931
|
+
"php.json",
|
|
932
|
+
"powershell.json",
|
|
933
|
+
"protobuf.json",
|
|
934
|
+
"python.json",
|
|
935
|
+
"redis-cli.json",
|
|
936
|
+
"ruby.json",
|
|
937
|
+
"rust.json",
|
|
938
|
+
"sql.json",
|
|
939
|
+
"ssh_config.json",
|
|
940
|
+
"systemd.json",
|
|
941
|
+
"toml.json",
|
|
942
|
+
"typescript.json",
|
|
943
|
+
"xml.json",
|
|
944
|
+
"yaml.json",
|
|
945
|
+
"zsh.json"
|
|
946
|
+
]
|
|
947
|
+
},
|
|
948
|
+
"codeActions": {
|
|
949
|
+
"description": "Quick-fix and refactoring code actions",
|
|
950
|
+
"files": [
|
|
951
|
+
"awk.json",
|
|
952
|
+
"bash.json",
|
|
953
|
+
"c.json",
|
|
954
|
+
"caddy.json",
|
|
955
|
+
"cpp.json",
|
|
956
|
+
"crontab.json",
|
|
957
|
+
"csharp.json",
|
|
958
|
+
"dockerfile.json",
|
|
959
|
+
"dotenv.json",
|
|
960
|
+
"go.json",
|
|
961
|
+
"graphql.json",
|
|
962
|
+
"hcl.json",
|
|
963
|
+
"html.json",
|
|
964
|
+
"ini.json",
|
|
965
|
+
"java.json",
|
|
966
|
+
"javascript.json",
|
|
967
|
+
"json.json",
|
|
968
|
+
"lua.json",
|
|
969
|
+
"makefile.json",
|
|
970
|
+
"markdown.json",
|
|
971
|
+
"nginx.json",
|
|
972
|
+
"perl.json",
|
|
973
|
+
"php.json",
|
|
974
|
+
"powershell.json",
|
|
975
|
+
"protobuf.json",
|
|
976
|
+
"python.json",
|
|
977
|
+
"redis-cli.json",
|
|
978
|
+
"ruby.json",
|
|
979
|
+
"rust.json",
|
|
980
|
+
"sql.json",
|
|
981
|
+
"ssh_config.json",
|
|
982
|
+
"systemd.json",
|
|
983
|
+
"toml.json",
|
|
984
|
+
"typescript.json",
|
|
985
|
+
"xml.json",
|
|
986
|
+
"yaml.json",
|
|
987
|
+
"zsh.json"
|
|
988
|
+
]
|
|
989
|
+
},
|
|
990
|
+
"documentHighlight": {
|
|
991
|
+
"description": "Symbol and keyword highlight groups",
|
|
992
|
+
"files": [
|
|
993
|
+
"awk.json",
|
|
994
|
+
"bash.json",
|
|
995
|
+
"c.json",
|
|
996
|
+
"caddy.json",
|
|
997
|
+
"cpp.json",
|
|
998
|
+
"crontab.json",
|
|
999
|
+
"csharp.json",
|
|
1000
|
+
"dockerfile.json",
|
|
1001
|
+
"dotenv.json",
|
|
1002
|
+
"go.json",
|
|
1003
|
+
"graphql.json",
|
|
1004
|
+
"hcl.json",
|
|
1005
|
+
"html.json",
|
|
1006
|
+
"ini.json",
|
|
1007
|
+
"java.json",
|
|
1008
|
+
"javascript.json",
|
|
1009
|
+
"json.json",
|
|
1010
|
+
"lua.json",
|
|
1011
|
+
"makefile.json",
|
|
1012
|
+
"markdown.json",
|
|
1013
|
+
"nginx.json",
|
|
1014
|
+
"perl.json",
|
|
1015
|
+
"php.json",
|
|
1016
|
+
"powershell.json",
|
|
1017
|
+
"protobuf.json",
|
|
1018
|
+
"python.json",
|
|
1019
|
+
"redis-cli.json",
|
|
1020
|
+
"ruby.json",
|
|
1021
|
+
"rust.json",
|
|
1022
|
+
"sql.json",
|
|
1023
|
+
"ssh_config.json",
|
|
1024
|
+
"systemd.json",
|
|
1025
|
+
"toml.json",
|
|
1026
|
+
"typescript.json",
|
|
1027
|
+
"xml.json",
|
|
1028
|
+
"yaml.json",
|
|
1029
|
+
"zsh.json"
|
|
1030
|
+
]
|
|
1031
|
+
},
|
|
1032
|
+
"documentSymbol": {
|
|
1033
|
+
"description": "Document symbol/outline patterns",
|
|
1034
|
+
"files": [
|
|
1035
|
+
"awk.json",
|
|
1036
|
+
"bash.json",
|
|
1037
|
+
"c.json",
|
|
1038
|
+
"caddy.json",
|
|
1039
|
+
"cpp.json",
|
|
1040
|
+
"crontab.json",
|
|
1041
|
+
"csharp.json",
|
|
1042
|
+
"dockerfile.json",
|
|
1043
|
+
"dotenv.json",
|
|
1044
|
+
"go.json",
|
|
1045
|
+
"graphql.json",
|
|
1046
|
+
"hcl.json",
|
|
1047
|
+
"html.json",
|
|
1048
|
+
"ini.json",
|
|
1049
|
+
"java.json",
|
|
1050
|
+
"javascript.json",
|
|
1051
|
+
"json.json",
|
|
1052
|
+
"lua.json",
|
|
1053
|
+
"makefile.json",
|
|
1054
|
+
"markdown.json",
|
|
1055
|
+
"nginx.json",
|
|
1056
|
+
"perl.json",
|
|
1057
|
+
"php.json",
|
|
1058
|
+
"powershell.json",
|
|
1059
|
+
"protobuf.json",
|
|
1060
|
+
"python.json",
|
|
1061
|
+
"redis-cli.json",
|
|
1062
|
+
"ruby.json",
|
|
1063
|
+
"rust.json",
|
|
1064
|
+
"sql.json",
|
|
1065
|
+
"ssh_config.json",
|
|
1066
|
+
"systemd.json",
|
|
1067
|
+
"toml.json",
|
|
1068
|
+
"typescript.json",
|
|
1069
|
+
"xml.json",
|
|
1070
|
+
"yaml.json",
|
|
1071
|
+
"zsh.json"
|
|
1072
|
+
]
|
|
1073
|
+
},
|
|
1074
|
+
"links": {
|
|
1075
|
+
"description": "Clickable link patterns for imports, URLs, and references",
|
|
1076
|
+
"files": [
|
|
1077
|
+
"awk.json",
|
|
1078
|
+
"bash.json",
|
|
1079
|
+
"c.json",
|
|
1080
|
+
"caddy.json",
|
|
1081
|
+
"cpp.json",
|
|
1082
|
+
"crontab.json",
|
|
1083
|
+
"csharp.json",
|
|
1084
|
+
"dockerfile.json",
|
|
1085
|
+
"dotenv.json",
|
|
1086
|
+
"go.json",
|
|
1087
|
+
"graphql.json",
|
|
1088
|
+
"hcl.json",
|
|
1089
|
+
"html.json",
|
|
1090
|
+
"ini.json",
|
|
1091
|
+
"java.json",
|
|
1092
|
+
"javascript.json",
|
|
1093
|
+
"json.json",
|
|
1094
|
+
"lua.json",
|
|
1095
|
+
"makefile.json",
|
|
1096
|
+
"markdown.json",
|
|
1097
|
+
"nginx.json",
|
|
1098
|
+
"perl.json",
|
|
1099
|
+
"php.json",
|
|
1100
|
+
"powershell.json",
|
|
1101
|
+
"protobuf.json",
|
|
1102
|
+
"python.json",
|
|
1103
|
+
"redis-cli.json",
|
|
1104
|
+
"ruby.json",
|
|
1105
|
+
"rust.json",
|
|
1106
|
+
"sql.json",
|
|
1107
|
+
"ssh_config.json",
|
|
1108
|
+
"systemd.json",
|
|
1109
|
+
"toml.json",
|
|
1110
|
+
"typescript.json",
|
|
1111
|
+
"xml.json",
|
|
1112
|
+
"yaml.json",
|
|
1113
|
+
"zsh.json"
|
|
1114
|
+
]
|
|
1115
|
+
},
|
|
1116
|
+
"typeDefinition": {
|
|
1117
|
+
"description": "Type definition information for built-in types",
|
|
1118
|
+
"files": [
|
|
1119
|
+
"awk.json",
|
|
1120
|
+
"bash.json",
|
|
1121
|
+
"c.json",
|
|
1122
|
+
"caddy.json",
|
|
1123
|
+
"cpp.json",
|
|
1124
|
+
"crontab.json",
|
|
1125
|
+
"csharp.json",
|
|
1126
|
+
"dockerfile.json",
|
|
1127
|
+
"dotenv.json",
|
|
1128
|
+
"go.json",
|
|
1129
|
+
"graphql.json",
|
|
1130
|
+
"hcl.json",
|
|
1131
|
+
"html.json",
|
|
1132
|
+
"ini.json",
|
|
1133
|
+
"java.json",
|
|
1134
|
+
"javascript.json",
|
|
1135
|
+
"json.json",
|
|
1136
|
+
"lua.json",
|
|
1137
|
+
"makefile.json",
|
|
1138
|
+
"markdown.json",
|
|
1139
|
+
"nginx.json",
|
|
1140
|
+
"perl.json",
|
|
1141
|
+
"php.json",
|
|
1142
|
+
"powershell.json",
|
|
1143
|
+
"protobuf.json",
|
|
1144
|
+
"python.json",
|
|
1145
|
+
"redis-cli.json",
|
|
1146
|
+
"ruby.json",
|
|
1147
|
+
"rust.json",
|
|
1148
|
+
"sql.json",
|
|
1149
|
+
"ssh_config.json",
|
|
1150
|
+
"systemd.json",
|
|
1151
|
+
"toml.json",
|
|
1152
|
+
"typescript.json",
|
|
1153
|
+
"xml.json",
|
|
1154
|
+
"yaml.json",
|
|
1155
|
+
"zsh.json"
|
|
1156
|
+
]
|
|
1157
|
+
},
|
|
1158
|
+
"references": {
|
|
1159
|
+
"description": "Reference patterns for finding symbol usages",
|
|
1160
|
+
"files": [
|
|
1161
|
+
"awk.json",
|
|
1162
|
+
"bash.json",
|
|
1163
|
+
"c.json",
|
|
1164
|
+
"caddy.json",
|
|
1165
|
+
"cpp.json",
|
|
1166
|
+
"crontab.json",
|
|
1167
|
+
"csharp.json",
|
|
1168
|
+
"dockerfile.json",
|
|
1169
|
+
"dotenv.json",
|
|
1170
|
+
"go.json",
|
|
1171
|
+
"graphql.json",
|
|
1172
|
+
"hcl.json",
|
|
1173
|
+
"html.json",
|
|
1174
|
+
"ini.json",
|
|
1175
|
+
"java.json",
|
|
1176
|
+
"javascript.json",
|
|
1177
|
+
"json.json",
|
|
1178
|
+
"lua.json",
|
|
1179
|
+
"makefile.json",
|
|
1180
|
+
"markdown.json",
|
|
1181
|
+
"nginx.json",
|
|
1182
|
+
"perl.json",
|
|
1183
|
+
"php.json",
|
|
1184
|
+
"powershell.json",
|
|
1185
|
+
"protobuf.json",
|
|
1186
|
+
"python.json",
|
|
1187
|
+
"redis-cli.json",
|
|
1188
|
+
"ruby.json",
|
|
1189
|
+
"rust.json",
|
|
1190
|
+
"sql.json",
|
|
1191
|
+
"ssh_config.json",
|
|
1192
|
+
"systemd.json",
|
|
1193
|
+
"toml.json",
|
|
1194
|
+
"typescript.json",
|
|
1195
|
+
"xml.json",
|
|
1196
|
+
"yaml.json",
|
|
1197
|
+
"zsh.json"
|
|
1198
|
+
]
|
|
1199
|
+
},
|
|
1200
|
+
"implementation": {
|
|
1201
|
+
"description": "Implementation patterns for interfaces, traits, and protocols",
|
|
1202
|
+
"files": [
|
|
1203
|
+
"awk.json",
|
|
1204
|
+
"bash.json",
|
|
1205
|
+
"c.json",
|
|
1206
|
+
"caddy.json",
|
|
1207
|
+
"cpp.json",
|
|
1208
|
+
"crontab.json",
|
|
1209
|
+
"csharp.json",
|
|
1210
|
+
"dockerfile.json",
|
|
1211
|
+
"dotenv.json",
|
|
1212
|
+
"go.json",
|
|
1213
|
+
"graphql.json",
|
|
1214
|
+
"hcl.json",
|
|
1215
|
+
"html.json",
|
|
1216
|
+
"ini.json",
|
|
1217
|
+
"java.json",
|
|
1218
|
+
"javascript.json",
|
|
1219
|
+
"json.json",
|
|
1220
|
+
"lua.json",
|
|
1221
|
+
"makefile.json",
|
|
1222
|
+
"markdown.json",
|
|
1223
|
+
"nginx.json",
|
|
1224
|
+
"perl.json",
|
|
1225
|
+
"php.json",
|
|
1226
|
+
"powershell.json",
|
|
1227
|
+
"protobuf.json",
|
|
1228
|
+
"python.json",
|
|
1229
|
+
"redis-cli.json",
|
|
1230
|
+
"ruby.json",
|
|
1231
|
+
"rust.json",
|
|
1232
|
+
"sql.json",
|
|
1233
|
+
"ssh_config.json",
|
|
1234
|
+
"systemd.json",
|
|
1235
|
+
"toml.json",
|
|
1236
|
+
"typescript.json",
|
|
1237
|
+
"xml.json",
|
|
1238
|
+
"yaml.json",
|
|
1239
|
+
"zsh.json"
|
|
1240
|
+
]
|
|
1241
|
+
},
|
|
1242
|
+
"inlineCompletions": {
|
|
1243
|
+
"description": "Ghost-text inline completion templates",
|
|
1244
|
+
"files": [
|
|
1245
|
+
"awk.json",
|
|
1246
|
+
"bash.json",
|
|
1247
|
+
"c.json",
|
|
1248
|
+
"caddy.json",
|
|
1249
|
+
"cpp.json",
|
|
1250
|
+
"crontab.json",
|
|
1251
|
+
"csharp.json",
|
|
1252
|
+
"dockerfile.json",
|
|
1253
|
+
"dotenv.json",
|
|
1254
|
+
"go.json",
|
|
1255
|
+
"graphql.json",
|
|
1256
|
+
"hcl.json",
|
|
1257
|
+
"html.json",
|
|
1258
|
+
"ini.json",
|
|
1259
|
+
"java.json",
|
|
1260
|
+
"javascript.json",
|
|
1261
|
+
"json.json",
|
|
1262
|
+
"lua.json",
|
|
1263
|
+
"makefile.json",
|
|
1264
|
+
"markdown.json",
|
|
1265
|
+
"nginx.json",
|
|
1266
|
+
"perl.json",
|
|
1267
|
+
"php.json",
|
|
1268
|
+
"powershell.json",
|
|
1269
|
+
"protobuf.json",
|
|
1270
|
+
"python.json",
|
|
1271
|
+
"redis-cli.json",
|
|
1272
|
+
"ruby.json",
|
|
1273
|
+
"rust.json",
|
|
1274
|
+
"sql.json",
|
|
1275
|
+
"ssh_config.json",
|
|
1276
|
+
"systemd.json",
|
|
1277
|
+
"toml.json",
|
|
1278
|
+
"typescript.json",
|
|
1279
|
+
"xml.json",
|
|
1280
|
+
"yaml.json",
|
|
1281
|
+
"zsh.json"
|
|
1282
|
+
]
|
|
1283
|
+
},
|
|
1284
|
+
"formatting": {
|
|
1285
|
+
"description": "Document formatting rules and indentation patterns",
|
|
1286
|
+
"files": [
|
|
1287
|
+
"awk.json",
|
|
1288
|
+
"bash.json",
|
|
1289
|
+
"c.json",
|
|
1290
|
+
"caddy.json",
|
|
1291
|
+
"cpp.json",
|
|
1292
|
+
"crontab.json",
|
|
1293
|
+
"csharp.json",
|
|
1294
|
+
"dockerfile.json",
|
|
1295
|
+
"dotenv.json",
|
|
1296
|
+
"go.json",
|
|
1297
|
+
"graphql.json",
|
|
1298
|
+
"hcl.json",
|
|
1299
|
+
"html.json",
|
|
1300
|
+
"ini.json",
|
|
1301
|
+
"java.json",
|
|
1302
|
+
"javascript.json",
|
|
1303
|
+
"json.json",
|
|
1304
|
+
"lua.json",
|
|
1305
|
+
"makefile.json",
|
|
1306
|
+
"markdown.json",
|
|
1307
|
+
"nginx.json",
|
|
1308
|
+
"perl.json",
|
|
1309
|
+
"php.json",
|
|
1310
|
+
"powershell.json",
|
|
1311
|
+
"protobuf.json",
|
|
1312
|
+
"python.json",
|
|
1313
|
+
"redis-cli.json",
|
|
1314
|
+
"ruby.json",
|
|
1315
|
+
"rust.json",
|
|
1316
|
+
"sql.json",
|
|
1317
|
+
"ssh_config.json",
|
|
1318
|
+
"systemd.json",
|
|
1319
|
+
"toml.json",
|
|
1320
|
+
"typescript.json",
|
|
1321
|
+
"xml.json",
|
|
1322
|
+
"yaml.json",
|
|
1323
|
+
"zsh.json"
|
|
1324
|
+
]
|
|
1325
|
+
},
|
|
1326
|
+
"codeLens": {
|
|
1327
|
+
"description": "Inline code lens action patterns",
|
|
1328
|
+
"files": [
|
|
1329
|
+
"awk.json",
|
|
1330
|
+
"bash.json",
|
|
1331
|
+
"c.json",
|
|
1332
|
+
"caddy.json",
|
|
1333
|
+
"cpp.json",
|
|
1334
|
+
"crontab.json",
|
|
1335
|
+
"csharp.json",
|
|
1336
|
+
"dockerfile.json",
|
|
1337
|
+
"dotenv.json",
|
|
1338
|
+
"go.json",
|
|
1339
|
+
"graphql.json",
|
|
1340
|
+
"hcl.json",
|
|
1341
|
+
"html.json",
|
|
1342
|
+
"ini.json",
|
|
1343
|
+
"java.json",
|
|
1344
|
+
"javascript.json",
|
|
1345
|
+
"json.json",
|
|
1346
|
+
"lua.json",
|
|
1347
|
+
"makefile.json",
|
|
1348
|
+
"markdown.json",
|
|
1349
|
+
"nginx.json",
|
|
1350
|
+
"perl.json",
|
|
1351
|
+
"php.json",
|
|
1352
|
+
"powershell.json",
|
|
1353
|
+
"protobuf.json",
|
|
1354
|
+
"python.json",
|
|
1355
|
+
"redis-cli.json",
|
|
1356
|
+
"ruby.json",
|
|
1357
|
+
"rust.json",
|
|
1358
|
+
"sql.json",
|
|
1359
|
+
"ssh_config.json",
|
|
1360
|
+
"systemd.json",
|
|
1361
|
+
"toml.json",
|
|
1362
|
+
"typescript.json",
|
|
1363
|
+
"xml.json",
|
|
1364
|
+
"yaml.json",
|
|
1365
|
+
"zsh.json"
|
|
1366
|
+
]
|
|
1367
|
+
},
|
|
1368
|
+
"color": {
|
|
1369
|
+
"description": "Color literal patterns and named color definitions",
|
|
1370
|
+
"files": [
|
|
1371
|
+
"awk.json",
|
|
1372
|
+
"bash.json",
|
|
1373
|
+
"c.json",
|
|
1374
|
+
"caddy.json",
|
|
1375
|
+
"cpp.json",
|
|
1376
|
+
"crontab.json",
|
|
1377
|
+
"csharp.json",
|
|
1378
|
+
"dockerfile.json",
|
|
1379
|
+
"dotenv.json",
|
|
1380
|
+
"go.json",
|
|
1381
|
+
"graphql.json",
|
|
1382
|
+
"hcl.json",
|
|
1383
|
+
"html.json",
|
|
1384
|
+
"ini.json",
|
|
1385
|
+
"java.json",
|
|
1386
|
+
"javascript.json",
|
|
1387
|
+
"json.json",
|
|
1388
|
+
"lua.json",
|
|
1389
|
+
"makefile.json",
|
|
1390
|
+
"markdown.json",
|
|
1391
|
+
"nginx.json",
|
|
1392
|
+
"perl.json",
|
|
1393
|
+
"php.json",
|
|
1394
|
+
"powershell.json",
|
|
1395
|
+
"protobuf.json",
|
|
1396
|
+
"python.json",
|
|
1397
|
+
"redis-cli.json",
|
|
1398
|
+
"ruby.json",
|
|
1399
|
+
"rust.json",
|
|
1400
|
+
"sql.json",
|
|
1401
|
+
"ssh_config.json",
|
|
1402
|
+
"systemd.json",
|
|
1403
|
+
"toml.json",
|
|
1404
|
+
"typescript.json",
|
|
1405
|
+
"xml.json",
|
|
1406
|
+
"yaml.json",
|
|
1407
|
+
"zsh.json"
|
|
1408
|
+
]
|
|
1409
|
+
},
|
|
1410
|
+
"declaration": {
|
|
1411
|
+
"description": "Symbol declaration data and patterns",
|
|
1412
|
+
"files": [
|
|
1413
|
+
"awk.json",
|
|
1414
|
+
"bash.json",
|
|
1415
|
+
"c.json",
|
|
1416
|
+
"caddy.json",
|
|
1417
|
+
"cpp.json",
|
|
1418
|
+
"crontab.json",
|
|
1419
|
+
"csharp.json",
|
|
1420
|
+
"dockerfile.json",
|
|
1421
|
+
"dotenv.json",
|
|
1422
|
+
"go.json",
|
|
1423
|
+
"graphql.json",
|
|
1424
|
+
"hcl.json",
|
|
1425
|
+
"html.json",
|
|
1426
|
+
"ini.json",
|
|
1427
|
+
"java.json",
|
|
1428
|
+
"javascript.json",
|
|
1429
|
+
"json.json",
|
|
1430
|
+
"lua.json",
|
|
1431
|
+
"makefile.json",
|
|
1432
|
+
"markdown.json",
|
|
1433
|
+
"nginx.json",
|
|
1434
|
+
"perl.json",
|
|
1435
|
+
"php.json",
|
|
1436
|
+
"powershell.json",
|
|
1437
|
+
"protobuf.json",
|
|
1438
|
+
"python.json",
|
|
1439
|
+
"redis-cli.json",
|
|
1440
|
+
"ruby.json",
|
|
1441
|
+
"rust.json",
|
|
1442
|
+
"sql.json",
|
|
1443
|
+
"ssh_config.json",
|
|
1444
|
+
"systemd.json",
|
|
1445
|
+
"toml.json",
|
|
1446
|
+
"typescript.json",
|
|
1447
|
+
"xml.json",
|
|
1448
|
+
"yaml.json",
|
|
1449
|
+
"zsh.json"
|
|
1450
|
+
]
|
|
1451
|
+
},
|
|
1452
|
+
"inlayHints": {
|
|
1453
|
+
"description": "Inline type and parameter hint patterns",
|
|
1454
|
+
"files": [
|
|
1455
|
+
"awk.json",
|
|
1456
|
+
"bash.json",
|
|
1457
|
+
"c.json",
|
|
1458
|
+
"caddy.json",
|
|
1459
|
+
"cpp.json",
|
|
1460
|
+
"crontab.json",
|
|
1461
|
+
"csharp.json",
|
|
1462
|
+
"dockerfile.json",
|
|
1463
|
+
"dotenv.json",
|
|
1464
|
+
"go.json",
|
|
1465
|
+
"graphql.json",
|
|
1466
|
+
"hcl.json",
|
|
1467
|
+
"html.json",
|
|
1468
|
+
"ini.json",
|
|
1469
|
+
"java.json",
|
|
1470
|
+
"javascript.json",
|
|
1471
|
+
"json.json",
|
|
1472
|
+
"lua.json",
|
|
1473
|
+
"makefile.json",
|
|
1474
|
+
"markdown.json",
|
|
1475
|
+
"nginx.json",
|
|
1476
|
+
"perl.json",
|
|
1477
|
+
"php.json",
|
|
1478
|
+
"powershell.json",
|
|
1479
|
+
"protobuf.json",
|
|
1480
|
+
"python.json",
|
|
1481
|
+
"redis-cli.json",
|
|
1482
|
+
"ruby.json",
|
|
1483
|
+
"rust.json",
|
|
1484
|
+
"sql.json",
|
|
1485
|
+
"ssh_config.json",
|
|
1486
|
+
"systemd.json",
|
|
1487
|
+
"toml.json",
|
|
1488
|
+
"typescript.json",
|
|
1489
|
+
"xml.json",
|
|
1490
|
+
"yaml.json",
|
|
1491
|
+
"zsh.json"
|
|
1492
|
+
]
|
|
1493
|
+
}
|
|
1494
|
+
},
|
|
1495
|
+
"totalLanguages": 37,
|
|
1496
|
+
"totalFiles": 629
|
|
1497
|
+
}
|