@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,393 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "bash",
|
|
3
|
+
"highlights": {
|
|
4
|
+
"if": {
|
|
5
|
+
"kind": 0,
|
|
6
|
+
"description": "Conditional keyword - highlights matching then/elif/else/fi"
|
|
7
|
+
},
|
|
8
|
+
"then": {
|
|
9
|
+
"kind": 0,
|
|
10
|
+
"description": "Then clause of if statement"
|
|
11
|
+
},
|
|
12
|
+
"elif": {
|
|
13
|
+
"kind": 0,
|
|
14
|
+
"description": "Else-if clause"
|
|
15
|
+
},
|
|
16
|
+
"else": {
|
|
17
|
+
"kind": 0,
|
|
18
|
+
"description": "Else clause"
|
|
19
|
+
},
|
|
20
|
+
"fi": {
|
|
21
|
+
"kind": 0,
|
|
22
|
+
"description": "End of if block"
|
|
23
|
+
},
|
|
24
|
+
"for": {
|
|
25
|
+
"kind": 0,
|
|
26
|
+
"description": "For loop keyword - highlights matching do/done"
|
|
27
|
+
},
|
|
28
|
+
"while": {
|
|
29
|
+
"kind": 0,
|
|
30
|
+
"description": "While loop keyword - highlights matching do/done"
|
|
31
|
+
},
|
|
32
|
+
"until": {
|
|
33
|
+
"kind": 0,
|
|
34
|
+
"description": "Until loop keyword - highlights matching do/done"
|
|
35
|
+
},
|
|
36
|
+
"do": {
|
|
37
|
+
"kind": 0,
|
|
38
|
+
"description": "Loop body start"
|
|
39
|
+
},
|
|
40
|
+
"done": {
|
|
41
|
+
"kind": 0,
|
|
42
|
+
"description": "Loop body end"
|
|
43
|
+
},
|
|
44
|
+
"case": {
|
|
45
|
+
"kind": 0,
|
|
46
|
+
"description": "Case statement keyword - highlights matching esac"
|
|
47
|
+
},
|
|
48
|
+
"esac": {
|
|
49
|
+
"kind": 0,
|
|
50
|
+
"description": "End of case block"
|
|
51
|
+
},
|
|
52
|
+
"select": {
|
|
53
|
+
"kind": 0,
|
|
54
|
+
"description": "Select menu keyword - highlights matching do/done"
|
|
55
|
+
},
|
|
56
|
+
"in": {
|
|
57
|
+
"kind": 0,
|
|
58
|
+
"description": "Used in for/case/select constructs"
|
|
59
|
+
},
|
|
60
|
+
"function": {
|
|
61
|
+
"kind": 0,
|
|
62
|
+
"description": "Function definition keyword"
|
|
63
|
+
},
|
|
64
|
+
"return": {
|
|
65
|
+
"kind": 0,
|
|
66
|
+
"description": "Return from function"
|
|
67
|
+
},
|
|
68
|
+
"break": {
|
|
69
|
+
"kind": 0,
|
|
70
|
+
"description": "Exit from loop"
|
|
71
|
+
},
|
|
72
|
+
"continue": {
|
|
73
|
+
"kind": 0,
|
|
74
|
+
"description": "Skip to next iteration"
|
|
75
|
+
},
|
|
76
|
+
"exit": {
|
|
77
|
+
"kind": 0,
|
|
78
|
+
"description": "Exit the shell"
|
|
79
|
+
},
|
|
80
|
+
"source": {
|
|
81
|
+
"kind": 1,
|
|
82
|
+
"description": "Source/include a file (read reference)"
|
|
83
|
+
},
|
|
84
|
+
"export": {
|
|
85
|
+
"kind": 2,
|
|
86
|
+
"description": "Export variable to environment (write)"
|
|
87
|
+
},
|
|
88
|
+
"declare": {
|
|
89
|
+
"kind": 2,
|
|
90
|
+
"description": "Declare variable with attributes (write)"
|
|
91
|
+
},
|
|
92
|
+
"local": {
|
|
93
|
+
"kind": 2,
|
|
94
|
+
"description": "Declare local variable (write)"
|
|
95
|
+
},
|
|
96
|
+
"readonly": {
|
|
97
|
+
"kind": 2,
|
|
98
|
+
"description": "Mark variable as readonly (write)"
|
|
99
|
+
},
|
|
100
|
+
"unset": {
|
|
101
|
+
"kind": 2,
|
|
102
|
+
"description": "Remove variable or function (write)"
|
|
103
|
+
},
|
|
104
|
+
"set": {
|
|
105
|
+
"kind": 2,
|
|
106
|
+
"description": "Set shell options or positional parameters (write)"
|
|
107
|
+
},
|
|
108
|
+
"shopt": {
|
|
109
|
+
"kind": 2,
|
|
110
|
+
"description": "Set shell optional behavior (write)"
|
|
111
|
+
},
|
|
112
|
+
"trap": {
|
|
113
|
+
"kind": 2,
|
|
114
|
+
"description": "Set signal handlers (write)"
|
|
115
|
+
},
|
|
116
|
+
"shift": {
|
|
117
|
+
"kind": 2,
|
|
118
|
+
"description": "Shift positional parameters (write)"
|
|
119
|
+
},
|
|
120
|
+
"eval": {
|
|
121
|
+
"kind": 1,
|
|
122
|
+
"description": "Evaluate string as command (read)"
|
|
123
|
+
},
|
|
124
|
+
"exec": {
|
|
125
|
+
"kind": 2,
|
|
126
|
+
"description": "Replace shell process or redirect (write)"
|
|
127
|
+
},
|
|
128
|
+
"echo": {
|
|
129
|
+
"kind": 1,
|
|
130
|
+
"description": "Output text (read)"
|
|
131
|
+
},
|
|
132
|
+
"printf": {
|
|
133
|
+
"kind": 1,
|
|
134
|
+
"description": "Formatted output (read)"
|
|
135
|
+
},
|
|
136
|
+
"read": {
|
|
137
|
+
"kind": 2,
|
|
138
|
+
"description": "Read input into variable (write)"
|
|
139
|
+
},
|
|
140
|
+
"test": {
|
|
141
|
+
"kind": 1,
|
|
142
|
+
"description": "Evaluate conditional expression (read)"
|
|
143
|
+
},
|
|
144
|
+
"let": {
|
|
145
|
+
"kind": 2,
|
|
146
|
+
"description": "Evaluate arithmetic (write)"
|
|
147
|
+
},
|
|
148
|
+
"wait": {
|
|
149
|
+
"kind": 1,
|
|
150
|
+
"description": "Wait for background job (read)"
|
|
151
|
+
},
|
|
152
|
+
"jobs": {
|
|
153
|
+
"kind": 1,
|
|
154
|
+
"description": "List background jobs (read)"
|
|
155
|
+
},
|
|
156
|
+
"kill": {
|
|
157
|
+
"kind": 2,
|
|
158
|
+
"description": "Send signal to process (write)"
|
|
159
|
+
},
|
|
160
|
+
"bg": {
|
|
161
|
+
"kind": 2,
|
|
162
|
+
"description": "Resume job in background (write)"
|
|
163
|
+
},
|
|
164
|
+
"fg": {
|
|
165
|
+
"kind": 2,
|
|
166
|
+
"description": "Move job to foreground (write)"
|
|
167
|
+
},
|
|
168
|
+
"cd": {
|
|
169
|
+
"kind": 2,
|
|
170
|
+
"description": "Change directory (write)"
|
|
171
|
+
},
|
|
172
|
+
"pushd": {
|
|
173
|
+
"kind": 2,
|
|
174
|
+
"description": "Push directory to stack (write)"
|
|
175
|
+
},
|
|
176
|
+
"popd": {
|
|
177
|
+
"kind": 2,
|
|
178
|
+
"description": "Pop directory from stack (write)"
|
|
179
|
+
},
|
|
180
|
+
"alias": {
|
|
181
|
+
"kind": 2,
|
|
182
|
+
"description": "Define alias (write)"
|
|
183
|
+
},
|
|
184
|
+
"unalias": {
|
|
185
|
+
"kind": 2,
|
|
186
|
+
"description": "Remove alias (write)"
|
|
187
|
+
},
|
|
188
|
+
"type": {
|
|
189
|
+
"kind": 1,
|
|
190
|
+
"description": "Show command type (read)"
|
|
191
|
+
},
|
|
192
|
+
"mapfile": {
|
|
193
|
+
"kind": 2,
|
|
194
|
+
"description": "Read lines into array (write)"
|
|
195
|
+
},
|
|
196
|
+
"getopts": {
|
|
197
|
+
"kind": 1,
|
|
198
|
+
"description": "Parse options (read)"
|
|
199
|
+
},
|
|
200
|
+
"complete": {
|
|
201
|
+
"kind": 2,
|
|
202
|
+
"description": "Define completion (write)"
|
|
203
|
+
},
|
|
204
|
+
"compgen": {
|
|
205
|
+
"kind": 1,
|
|
206
|
+
"description": "Generate completions (read)"
|
|
207
|
+
},
|
|
208
|
+
"enable": {
|
|
209
|
+
"kind": 2,
|
|
210
|
+
"description": "Enable/disable builtins (write)"
|
|
211
|
+
},
|
|
212
|
+
"history": {
|
|
213
|
+
"kind": 1,
|
|
214
|
+
"description": "Command history (read)"
|
|
215
|
+
},
|
|
216
|
+
"ulimit": {
|
|
217
|
+
"kind": 2,
|
|
218
|
+
"description": "Set resource limits (write)"
|
|
219
|
+
},
|
|
220
|
+
"umask": {
|
|
221
|
+
"kind": 2,
|
|
222
|
+
"description": "Set file creation mask (write)"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"bracketPairs": [
|
|
226
|
+
{
|
|
227
|
+
"open": "{",
|
|
228
|
+
"close": "}"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"open": "(",
|
|
232
|
+
"close": ")"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"open": "[",
|
|
236
|
+
"close": "]"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"open": "[[",
|
|
240
|
+
"close": "]]"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"open": "((",
|
|
244
|
+
"close": "))"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"open": "$(",
|
|
248
|
+
"close": ")"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"open": "${",
|
|
252
|
+
"close": "}"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"open": "$((",
|
|
256
|
+
"close": "))"
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"keywordGroups": [
|
|
260
|
+
{
|
|
261
|
+
"name": "conditional",
|
|
262
|
+
"keywords": [
|
|
263
|
+
"if",
|
|
264
|
+
"then",
|
|
265
|
+
"elif",
|
|
266
|
+
"else",
|
|
267
|
+
"fi"
|
|
268
|
+
],
|
|
269
|
+
"highlightKind": 0
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "loop",
|
|
273
|
+
"keywords": [
|
|
274
|
+
"for",
|
|
275
|
+
"while",
|
|
276
|
+
"until",
|
|
277
|
+
"do",
|
|
278
|
+
"done",
|
|
279
|
+
"select",
|
|
280
|
+
"in"
|
|
281
|
+
],
|
|
282
|
+
"highlightKind": 0
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "case_block",
|
|
286
|
+
"keywords": [
|
|
287
|
+
"case",
|
|
288
|
+
"esac",
|
|
289
|
+
"in"
|
|
290
|
+
],
|
|
291
|
+
"highlightKind": 0
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"name": "flow_control",
|
|
295
|
+
"keywords": [
|
|
296
|
+
"break",
|
|
297
|
+
"continue",
|
|
298
|
+
"return",
|
|
299
|
+
"exit"
|
|
300
|
+
],
|
|
301
|
+
"highlightKind": 0
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "declarations",
|
|
305
|
+
"keywords": [
|
|
306
|
+
"declare",
|
|
307
|
+
"local",
|
|
308
|
+
"readonly",
|
|
309
|
+
"export",
|
|
310
|
+
"typeset"
|
|
311
|
+
],
|
|
312
|
+
"highlightKind": 2
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "function_def",
|
|
316
|
+
"keywords": [
|
|
317
|
+
"function"
|
|
318
|
+
],
|
|
319
|
+
"highlightKind": 0
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "io_builtins",
|
|
323
|
+
"keywords": [
|
|
324
|
+
"echo",
|
|
325
|
+
"printf",
|
|
326
|
+
"read",
|
|
327
|
+
"mapfile",
|
|
328
|
+
"readarray"
|
|
329
|
+
],
|
|
330
|
+
"highlightKind": 1
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "job_control",
|
|
334
|
+
"keywords": [
|
|
335
|
+
"jobs",
|
|
336
|
+
"bg",
|
|
337
|
+
"fg",
|
|
338
|
+
"kill",
|
|
339
|
+
"wait",
|
|
340
|
+
"disown",
|
|
341
|
+
"suspend"
|
|
342
|
+
],
|
|
343
|
+
"highlightKind": 0
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "shell_options",
|
|
347
|
+
"keywords": [
|
|
348
|
+
"set",
|
|
349
|
+
"shopt",
|
|
350
|
+
"trap",
|
|
351
|
+
"enable",
|
|
352
|
+
"ulimit",
|
|
353
|
+
"umask"
|
|
354
|
+
],
|
|
355
|
+
"highlightKind": 2
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"name": "directory_navigation",
|
|
359
|
+
"keywords": [
|
|
360
|
+
"cd",
|
|
361
|
+
"pushd",
|
|
362
|
+
"popd",
|
|
363
|
+
"dirs",
|
|
364
|
+
"pwd"
|
|
365
|
+
],
|
|
366
|
+
"highlightKind": 2
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "test_operators",
|
|
370
|
+
"keywords": [
|
|
371
|
+
"test",
|
|
372
|
+
"[",
|
|
373
|
+
"[[",
|
|
374
|
+
"-f",
|
|
375
|
+
"-d",
|
|
376
|
+
"-e",
|
|
377
|
+
"-r",
|
|
378
|
+
"-w",
|
|
379
|
+
"-x",
|
|
380
|
+
"-s",
|
|
381
|
+
"-z",
|
|
382
|
+
"-n",
|
|
383
|
+
"-eq",
|
|
384
|
+
"-ne",
|
|
385
|
+
"-gt",
|
|
386
|
+
"-lt",
|
|
387
|
+
"-ge",
|
|
388
|
+
"-le"
|
|
389
|
+
],
|
|
390
|
+
"highlightKind": 1
|
|
391
|
+
}
|
|
392
|
+
]
|
|
393
|
+
}
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "c",
|
|
3
|
+
"highlights": {
|
|
4
|
+
"if": {
|
|
5
|
+
"kind": 0,
|
|
6
|
+
"description": "Highlights all occurrences of 'if'"
|
|
7
|
+
},
|
|
8
|
+
"else": {
|
|
9
|
+
"kind": 0,
|
|
10
|
+
"description": "Highlights all occurrences of 'else'"
|
|
11
|
+
},
|
|
12
|
+
"switch": {
|
|
13
|
+
"kind": 0,
|
|
14
|
+
"description": "Highlights all occurrences of 'switch'"
|
|
15
|
+
},
|
|
16
|
+
"case": {
|
|
17
|
+
"kind": 0,
|
|
18
|
+
"description": "Highlights all occurrences of 'case'"
|
|
19
|
+
},
|
|
20
|
+
"default": {
|
|
21
|
+
"kind": 0,
|
|
22
|
+
"description": "Highlights all occurrences of 'default'"
|
|
23
|
+
},
|
|
24
|
+
"for": {
|
|
25
|
+
"kind": 0,
|
|
26
|
+
"description": "Highlights all occurrences of 'for'"
|
|
27
|
+
},
|
|
28
|
+
"while": {
|
|
29
|
+
"kind": 0,
|
|
30
|
+
"description": "Highlights all occurrences of 'while'"
|
|
31
|
+
},
|
|
32
|
+
"do": {
|
|
33
|
+
"kind": 0,
|
|
34
|
+
"description": "Highlights all occurrences of 'do'"
|
|
35
|
+
},
|
|
36
|
+
"break": {
|
|
37
|
+
"kind": 0,
|
|
38
|
+
"description": "Highlights all occurrences of 'break'"
|
|
39
|
+
},
|
|
40
|
+
"continue": {
|
|
41
|
+
"kind": 0,
|
|
42
|
+
"description": "Highlights all occurrences of 'continue'"
|
|
43
|
+
},
|
|
44
|
+
"return": {
|
|
45
|
+
"kind": 0,
|
|
46
|
+
"description": "Highlights all occurrences of 'return'"
|
|
47
|
+
},
|
|
48
|
+
"goto": {
|
|
49
|
+
"kind": 0,
|
|
50
|
+
"description": "Highlights all occurrences of 'goto'"
|
|
51
|
+
},
|
|
52
|
+
"struct": {
|
|
53
|
+
"kind": 0,
|
|
54
|
+
"description": "Highlights all occurrences of 'struct'"
|
|
55
|
+
},
|
|
56
|
+
"union": {
|
|
57
|
+
"kind": 0,
|
|
58
|
+
"description": "Highlights all occurrences of 'union'"
|
|
59
|
+
},
|
|
60
|
+
"enum": {
|
|
61
|
+
"kind": 0,
|
|
62
|
+
"description": "Highlights all occurrences of 'enum'"
|
|
63
|
+
},
|
|
64
|
+
"typedef": {
|
|
65
|
+
"kind": 0,
|
|
66
|
+
"description": "Highlights all occurrences of 'typedef'"
|
|
67
|
+
},
|
|
68
|
+
"extern": {
|
|
69
|
+
"kind": 0,
|
|
70
|
+
"description": "Highlights all occurrences of 'extern'"
|
|
71
|
+
},
|
|
72
|
+
"static": {
|
|
73
|
+
"kind": 0,
|
|
74
|
+
"description": "Highlights all occurrences of 'static'"
|
|
75
|
+
},
|
|
76
|
+
"auto": {
|
|
77
|
+
"kind": 0,
|
|
78
|
+
"description": "Highlights all occurrences of 'auto'"
|
|
79
|
+
},
|
|
80
|
+
"register": {
|
|
81
|
+
"kind": 0,
|
|
82
|
+
"description": "Highlights all occurrences of 'register'"
|
|
83
|
+
},
|
|
84
|
+
"volatile": {
|
|
85
|
+
"kind": 0,
|
|
86
|
+
"description": "Highlights all occurrences of 'volatile'"
|
|
87
|
+
},
|
|
88
|
+
"const": {
|
|
89
|
+
"kind": 0,
|
|
90
|
+
"description": "Highlights all occurrences of 'const'"
|
|
91
|
+
},
|
|
92
|
+
"inline": {
|
|
93
|
+
"kind": 0,
|
|
94
|
+
"description": "Highlights all occurrences of 'inline'"
|
|
95
|
+
},
|
|
96
|
+
"restrict": {
|
|
97
|
+
"kind": 0,
|
|
98
|
+
"description": "Highlights all occurrences of 'restrict'"
|
|
99
|
+
},
|
|
100
|
+
"_Atomic": {
|
|
101
|
+
"kind": 0,
|
|
102
|
+
"description": "Highlights all occurrences of '_Atomic'"
|
|
103
|
+
},
|
|
104
|
+
"_Thread_local": {
|
|
105
|
+
"kind": 0,
|
|
106
|
+
"description": "Highlights all occurrences of '_Thread_local'"
|
|
107
|
+
},
|
|
108
|
+
"sizeof": {
|
|
109
|
+
"kind": 0,
|
|
110
|
+
"description": "Highlights all occurrences of 'sizeof'"
|
|
111
|
+
},
|
|
112
|
+
"_Alignof": {
|
|
113
|
+
"kind": 0,
|
|
114
|
+
"description": "Highlights all occurrences of '_Alignof'"
|
|
115
|
+
},
|
|
116
|
+
"_Static_assert": {
|
|
117
|
+
"kind": 0,
|
|
118
|
+
"description": "Highlights all occurrences of '_Static_assert'"
|
|
119
|
+
},
|
|
120
|
+
"_Generic": {
|
|
121
|
+
"kind": 0,
|
|
122
|
+
"description": "Highlights all occurrences of '_Generic'"
|
|
123
|
+
},
|
|
124
|
+
"_Noreturn": {
|
|
125
|
+
"kind": 0,
|
|
126
|
+
"description": "Highlights all occurrences of '_Noreturn'"
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"bracketPairs": [
|
|
130
|
+
{
|
|
131
|
+
"open": "(",
|
|
132
|
+
"close": ")"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"open": "[",
|
|
136
|
+
"close": "]"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"open": "{",
|
|
140
|
+
"close": "}"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"keywordGroups": [
|
|
144
|
+
{
|
|
145
|
+
"name": "control_flow",
|
|
146
|
+
"keywords": [
|
|
147
|
+
"if",
|
|
148
|
+
"else",
|
|
149
|
+
"switch",
|
|
150
|
+
"case",
|
|
151
|
+
"default",
|
|
152
|
+
"for",
|
|
153
|
+
"while",
|
|
154
|
+
"do",
|
|
155
|
+
"break",
|
|
156
|
+
"continue",
|
|
157
|
+
"return",
|
|
158
|
+
"goto"
|
|
159
|
+
],
|
|
160
|
+
"highlightKind": 0
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "declarations",
|
|
164
|
+
"keywords": [
|
|
165
|
+
"struct",
|
|
166
|
+
"union",
|
|
167
|
+
"enum",
|
|
168
|
+
"typedef",
|
|
169
|
+
"extern",
|
|
170
|
+
"static",
|
|
171
|
+
"auto",
|
|
172
|
+
"register",
|
|
173
|
+
"volatile",
|
|
174
|
+
"const",
|
|
175
|
+
"inline",
|
|
176
|
+
"restrict",
|
|
177
|
+
"_Atomic",
|
|
178
|
+
"_Thread_local"
|
|
179
|
+
],
|
|
180
|
+
"highlightKind": 0
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
}
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "caddy",
|
|
3
|
+
"highlights": {
|
|
4
|
+
"handle": {
|
|
5
|
+
"kind": 0,
|
|
6
|
+
"description": "Highlights all occurrences of 'handle'"
|
|
7
|
+
},
|
|
8
|
+
"handle_path": {
|
|
9
|
+
"kind": 0,
|
|
10
|
+
"description": "Highlights all occurrences of 'handle_path'"
|
|
11
|
+
},
|
|
12
|
+
"route": {
|
|
13
|
+
"kind": 0,
|
|
14
|
+
"description": "Highlights all occurrences of 'route'"
|
|
15
|
+
},
|
|
16
|
+
"@": {
|
|
17
|
+
"kind": 0,
|
|
18
|
+
"description": "Highlights all occurrences of '@'"
|
|
19
|
+
},
|
|
20
|
+
"respond": {
|
|
21
|
+
"kind": 0,
|
|
22
|
+
"description": "Highlights all occurrences of 'respond'"
|
|
23
|
+
},
|
|
24
|
+
"abort": {
|
|
25
|
+
"kind": 0,
|
|
26
|
+
"description": "Highlights all occurrences of 'abort'"
|
|
27
|
+
},
|
|
28
|
+
"error": {
|
|
29
|
+
"kind": 0,
|
|
30
|
+
"description": "Highlights all occurrences of 'error'"
|
|
31
|
+
},
|
|
32
|
+
"redir": {
|
|
33
|
+
"kind": 0,
|
|
34
|
+
"description": "Highlights all occurrences of 'redir'"
|
|
35
|
+
},
|
|
36
|
+
"import": {
|
|
37
|
+
"kind": 0,
|
|
38
|
+
"description": "Highlights all occurrences of 'import'"
|
|
39
|
+
},
|
|
40
|
+
"snippet": {
|
|
41
|
+
"kind": 0,
|
|
42
|
+
"description": "Highlights all occurrences of 'snippet'"
|
|
43
|
+
},
|
|
44
|
+
"encode": {
|
|
45
|
+
"kind": 0,
|
|
46
|
+
"description": "Highlights all occurrences of 'encode'"
|
|
47
|
+
},
|
|
48
|
+
"file_server": {
|
|
49
|
+
"kind": 0,
|
|
50
|
+
"description": "Highlights all occurrences of 'file_server'"
|
|
51
|
+
},
|
|
52
|
+
"reverse_proxy": {
|
|
53
|
+
"kind": 0,
|
|
54
|
+
"description": "Highlights all occurrences of 'reverse_proxy'"
|
|
55
|
+
},
|
|
56
|
+
"php_fastcgi": {
|
|
57
|
+
"kind": 0,
|
|
58
|
+
"description": "Highlights all occurrences of 'php_fastcgi'"
|
|
59
|
+
},
|
|
60
|
+
"tls": {
|
|
61
|
+
"kind": 0,
|
|
62
|
+
"description": "Highlights all occurrences of 'tls'"
|
|
63
|
+
},
|
|
64
|
+
"header": {
|
|
65
|
+
"kind": 0,
|
|
66
|
+
"description": "Highlights all occurrences of 'header'"
|
|
67
|
+
},
|
|
68
|
+
"log": {
|
|
69
|
+
"kind": 0,
|
|
70
|
+
"description": "Highlights all occurrences of 'log'"
|
|
71
|
+
},
|
|
72
|
+
"basicauth": {
|
|
73
|
+
"kind": 0,
|
|
74
|
+
"description": "Highlights all occurrences of 'basicauth'"
|
|
75
|
+
},
|
|
76
|
+
"rewrite": {
|
|
77
|
+
"kind": 0,
|
|
78
|
+
"description": "Highlights all occurrences of 'rewrite'"
|
|
79
|
+
},
|
|
80
|
+
"uri": {
|
|
81
|
+
"kind": 0,
|
|
82
|
+
"description": "Highlights all occurrences of 'uri'"
|
|
83
|
+
},
|
|
84
|
+
"try_files": {
|
|
85
|
+
"kind": 0,
|
|
86
|
+
"description": "Highlights all occurrences of 'try_files'"
|
|
87
|
+
},
|
|
88
|
+
"templates": {
|
|
89
|
+
"kind": 0,
|
|
90
|
+
"description": "Highlights all occurrences of 'templates'"
|
|
91
|
+
},
|
|
92
|
+
"root": {
|
|
93
|
+
"kind": 0,
|
|
94
|
+
"description": "Highlights all occurrences of 'root'"
|
|
95
|
+
},
|
|
96
|
+
"bind": {
|
|
97
|
+
"kind": 0,
|
|
98
|
+
"description": "Highlights all occurrences of 'bind'"
|
|
99
|
+
},
|
|
100
|
+
"acme_server": {
|
|
101
|
+
"kind": 0,
|
|
102
|
+
"description": "Highlights all occurrences of 'acme_server'"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"bracketPairs": [
|
|
106
|
+
{
|
|
107
|
+
"open": "{",
|
|
108
|
+
"close": "}"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"keywordGroups": [
|
|
112
|
+
{
|
|
113
|
+
"name": "control_flow",
|
|
114
|
+
"keywords": [
|
|
115
|
+
"handle",
|
|
116
|
+
"handle_path",
|
|
117
|
+
"route",
|
|
118
|
+
"@",
|
|
119
|
+
"respond",
|
|
120
|
+
"abort",
|
|
121
|
+
"error",
|
|
122
|
+
"redir"
|
|
123
|
+
],
|
|
124
|
+
"highlightKind": 0
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "declarations",
|
|
128
|
+
"keywords": [
|
|
129
|
+
"import",
|
|
130
|
+
"snippet"
|
|
131
|
+
],
|
|
132
|
+
"highlightKind": 0
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
}
|