@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,166 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "perl",
|
|
3
|
+
"referencePatterns": [
|
|
4
|
+
{
|
|
5
|
+
"symbol": "print",
|
|
6
|
+
"patterns": [
|
|
7
|
+
"\\\\bprint\\\\b"
|
|
8
|
+
],
|
|
9
|
+
"includeDeclaration": true,
|
|
10
|
+
"description": "Find all usages of print"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"symbol": "say",
|
|
14
|
+
"patterns": [
|
|
15
|
+
"\\\\bsay\\\\b"
|
|
16
|
+
],
|
|
17
|
+
"includeDeclaration": true,
|
|
18
|
+
"description": "Find all usages of say"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"symbol": "chomp",
|
|
22
|
+
"patterns": [
|
|
23
|
+
"\\\\bchomp\\\\b"
|
|
24
|
+
],
|
|
25
|
+
"includeDeclaration": true,
|
|
26
|
+
"description": "Find all usages of chomp"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"symbol": "chop",
|
|
30
|
+
"patterns": [
|
|
31
|
+
"\\\\bchop\\\\b"
|
|
32
|
+
],
|
|
33
|
+
"includeDeclaration": true,
|
|
34
|
+
"description": "Find all usages of chop"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"symbol": "length",
|
|
38
|
+
"patterns": [
|
|
39
|
+
"\\\\blength\\\\b"
|
|
40
|
+
],
|
|
41
|
+
"includeDeclaration": true,
|
|
42
|
+
"description": "Find all usages of length"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"symbol": "substr",
|
|
46
|
+
"patterns": [
|
|
47
|
+
"\\\\bsubstr\\\\b"
|
|
48
|
+
],
|
|
49
|
+
"includeDeclaration": true,
|
|
50
|
+
"description": "Find all usages of substr"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"symbol": "index",
|
|
54
|
+
"patterns": [
|
|
55
|
+
"\\\\bindex\\\\b"
|
|
56
|
+
],
|
|
57
|
+
"includeDeclaration": true,
|
|
58
|
+
"description": "Find all usages of index"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"symbol": "rindex",
|
|
62
|
+
"patterns": [
|
|
63
|
+
"\\\\brindex\\\\b"
|
|
64
|
+
],
|
|
65
|
+
"includeDeclaration": true,
|
|
66
|
+
"description": "Find all usages of rindex"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"symbol": "reverse",
|
|
70
|
+
"patterns": [
|
|
71
|
+
"\\\\breverse\\\\b"
|
|
72
|
+
],
|
|
73
|
+
"includeDeclaration": true,
|
|
74
|
+
"description": "Find all usages of reverse"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"symbol": "lc",
|
|
78
|
+
"patterns": [
|
|
79
|
+
"\\\\blc\\\\b"
|
|
80
|
+
],
|
|
81
|
+
"includeDeclaration": true,
|
|
82
|
+
"description": "Find all usages of lc"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"symbol": "uc",
|
|
86
|
+
"patterns": [
|
|
87
|
+
"\\\\buc\\\\b"
|
|
88
|
+
],
|
|
89
|
+
"includeDeclaration": true,
|
|
90
|
+
"description": "Find all usages of uc"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"symbol": "lcfirst",
|
|
94
|
+
"patterns": [
|
|
95
|
+
"\\\\blcfirst\\\\b"
|
|
96
|
+
],
|
|
97
|
+
"includeDeclaration": true,
|
|
98
|
+
"description": "Find all usages of lcfirst"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"symbol": "ucfirst",
|
|
102
|
+
"patterns": [
|
|
103
|
+
"\\\\bucfirst\\\\b"
|
|
104
|
+
],
|
|
105
|
+
"includeDeclaration": true,
|
|
106
|
+
"description": "Find all usages of ucfirst"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"symbol": "split",
|
|
110
|
+
"patterns": [
|
|
111
|
+
"\\\\bsplit\\\\b"
|
|
112
|
+
],
|
|
113
|
+
"includeDeclaration": true,
|
|
114
|
+
"description": "Find all usages of split"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"symbol": "join",
|
|
118
|
+
"patterns": [
|
|
119
|
+
"\\\\bjoin\\\\b"
|
|
120
|
+
],
|
|
121
|
+
"includeDeclaration": true,
|
|
122
|
+
"description": "Find all usages of join"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"symbol": "sort",
|
|
126
|
+
"patterns": [
|
|
127
|
+
"\\\\bsort\\\\b"
|
|
128
|
+
],
|
|
129
|
+
"includeDeclaration": true,
|
|
130
|
+
"description": "Find all usages of sort"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"symbol": "reverse",
|
|
134
|
+
"patterns": [
|
|
135
|
+
"\\\\breverse\\\\b"
|
|
136
|
+
],
|
|
137
|
+
"includeDeclaration": true,
|
|
138
|
+
"description": "Find all usages of reverse"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"symbol": "map",
|
|
142
|
+
"patterns": [
|
|
143
|
+
"\\\\bmap\\\\b"
|
|
144
|
+
],
|
|
145
|
+
"includeDeclaration": true,
|
|
146
|
+
"description": "Find all usages of map"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"symbol": "grep",
|
|
150
|
+
"patterns": [
|
|
151
|
+
"\\\\bgrep\\\\b"
|
|
152
|
+
],
|
|
153
|
+
"includeDeclaration": true,
|
|
154
|
+
"description": "Find all usages of grep"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"symbol": "push",
|
|
158
|
+
"patterns": [
|
|
159
|
+
"\\\\bpush\\\\b"
|
|
160
|
+
],
|
|
161
|
+
"includeDeclaration": true,
|
|
162
|
+
"description": "Find all usages of push"
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"identifierPattern": "[$@%*&]?[a-zA-Z_][a-zA-Z0-9_]*(?:::[a-zA-Z_][a-zA-Z0-9_]*)*"
|
|
166
|
+
}
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "php",
|
|
3
|
+
"referencePatterns": [
|
|
4
|
+
{
|
|
5
|
+
"symbol": "echo",
|
|
6
|
+
"patterns": [
|
|
7
|
+
"\\\\becho\\\\b"
|
|
8
|
+
],
|
|
9
|
+
"includeDeclaration": true,
|
|
10
|
+
"description": "Find all usages of echo"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"symbol": "print",
|
|
14
|
+
"patterns": [
|
|
15
|
+
"\\\\bprint\\\\b"
|
|
16
|
+
],
|
|
17
|
+
"includeDeclaration": true,
|
|
18
|
+
"description": "Find all usages of print"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"symbol": "var_dump",
|
|
22
|
+
"patterns": [
|
|
23
|
+
"\\\\bvar_dump\\\\b"
|
|
24
|
+
],
|
|
25
|
+
"includeDeclaration": true,
|
|
26
|
+
"description": "Find all usages of var_dump"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"symbol": "print_r",
|
|
30
|
+
"patterns": [
|
|
31
|
+
"\\\\bprint_r\\\\b"
|
|
32
|
+
],
|
|
33
|
+
"includeDeclaration": true,
|
|
34
|
+
"description": "Find all usages of print_r"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"symbol": "var_export",
|
|
38
|
+
"patterns": [
|
|
39
|
+
"\\\\bvar_export\\\\b"
|
|
40
|
+
],
|
|
41
|
+
"includeDeclaration": true,
|
|
42
|
+
"description": "Find all usages of var_export"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"symbol": "isset",
|
|
46
|
+
"patterns": [
|
|
47
|
+
"\\\\bisset\\\\b"
|
|
48
|
+
],
|
|
49
|
+
"includeDeclaration": true,
|
|
50
|
+
"description": "Find all usages of isset"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"symbol": "unset",
|
|
54
|
+
"patterns": [
|
|
55
|
+
"\\\\bunset\\\\b"
|
|
56
|
+
],
|
|
57
|
+
"includeDeclaration": true,
|
|
58
|
+
"description": "Find all usages of unset"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"symbol": "empty",
|
|
62
|
+
"patterns": [
|
|
63
|
+
"\\\\bempty\\\\b"
|
|
64
|
+
],
|
|
65
|
+
"includeDeclaration": true,
|
|
66
|
+
"description": "Find all usages of empty"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"symbol": "strlen",
|
|
70
|
+
"patterns": [
|
|
71
|
+
"\\\\bstrlen\\\\b"
|
|
72
|
+
],
|
|
73
|
+
"includeDeclaration": true,
|
|
74
|
+
"description": "Find all usages of strlen"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"symbol": "strpos",
|
|
78
|
+
"patterns": [
|
|
79
|
+
"\\\\bstrpos\\\\b"
|
|
80
|
+
],
|
|
81
|
+
"includeDeclaration": true,
|
|
82
|
+
"description": "Find all usages of strpos"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"symbol": "strstr",
|
|
86
|
+
"patterns": [
|
|
87
|
+
"\\\\bstrstr\\\\b"
|
|
88
|
+
],
|
|
89
|
+
"includeDeclaration": true,
|
|
90
|
+
"description": "Find all usages of strstr"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"symbol": "substr",
|
|
94
|
+
"patterns": [
|
|
95
|
+
"\\\\bsubstr\\\\b"
|
|
96
|
+
],
|
|
97
|
+
"includeDeclaration": true,
|
|
98
|
+
"description": "Find all usages of substr"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"symbol": "str_replace",
|
|
102
|
+
"patterns": [
|
|
103
|
+
"\\\\bstr_replace\\\\b"
|
|
104
|
+
],
|
|
105
|
+
"includeDeclaration": true,
|
|
106
|
+
"description": "Find all usages of str_replace"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"symbol": "str_contains",
|
|
110
|
+
"patterns": [
|
|
111
|
+
"\\\\bstr_contains\\\\b"
|
|
112
|
+
],
|
|
113
|
+
"includeDeclaration": true,
|
|
114
|
+
"description": "Find all usages of str_contains"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"symbol": "str_starts_with",
|
|
118
|
+
"patterns": [
|
|
119
|
+
"\\\\bstr_starts_with\\\\b"
|
|
120
|
+
],
|
|
121
|
+
"includeDeclaration": true,
|
|
122
|
+
"description": "Find all usages of str_starts_with"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"symbol": "str_ends_with",
|
|
126
|
+
"patterns": [
|
|
127
|
+
"\\\\bstr_ends_with\\\\b"
|
|
128
|
+
],
|
|
129
|
+
"includeDeclaration": true,
|
|
130
|
+
"description": "Find all usages of str_ends_with"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"symbol": "strtolower",
|
|
134
|
+
"patterns": [
|
|
135
|
+
"\\\\bstrtolower\\\\b"
|
|
136
|
+
],
|
|
137
|
+
"includeDeclaration": true,
|
|
138
|
+
"description": "Find all usages of strtolower"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"symbol": "strtoupper",
|
|
142
|
+
"patterns": [
|
|
143
|
+
"\\\\bstrtoupper\\\\b"
|
|
144
|
+
],
|
|
145
|
+
"includeDeclaration": true,
|
|
146
|
+
"description": "Find all usages of strtoupper"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"symbol": "ucfirst",
|
|
150
|
+
"patterns": [
|
|
151
|
+
"\\\\bucfirst\\\\b"
|
|
152
|
+
],
|
|
153
|
+
"includeDeclaration": true,
|
|
154
|
+
"description": "Find all usages of ucfirst"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"symbol": "trim",
|
|
158
|
+
"patterns": [
|
|
159
|
+
"\\\\btrim\\\\b"
|
|
160
|
+
],
|
|
161
|
+
"includeDeclaration": true,
|
|
162
|
+
"description": "Find all usages of trim"
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"identifierPattern": "[a-zA-Z_\\\\x80-\\\\xff][a-zA-Z0-9_\\\\x80-\\\\xff]*"
|
|
166
|
+
}
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "powershell",
|
|
3
|
+
"referencePatterns": [
|
|
4
|
+
{
|
|
5
|
+
"symbol": "Write-Host",
|
|
6
|
+
"patterns": [
|
|
7
|
+
"\\\\bWrite-Host\\\\b"
|
|
8
|
+
],
|
|
9
|
+
"includeDeclaration": true,
|
|
10
|
+
"description": "Find all usages of Write-Host"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"symbol": "Write-Output",
|
|
14
|
+
"patterns": [
|
|
15
|
+
"\\\\bWrite-Output\\\\b"
|
|
16
|
+
],
|
|
17
|
+
"includeDeclaration": true,
|
|
18
|
+
"description": "Find all usages of Write-Output"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"symbol": "Write-Error",
|
|
22
|
+
"patterns": [
|
|
23
|
+
"\\\\bWrite-Error\\\\b"
|
|
24
|
+
],
|
|
25
|
+
"includeDeclaration": true,
|
|
26
|
+
"description": "Find all usages of Write-Error"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"symbol": "Write-Warning",
|
|
30
|
+
"patterns": [
|
|
31
|
+
"\\\\bWrite-Warning\\\\b"
|
|
32
|
+
],
|
|
33
|
+
"includeDeclaration": true,
|
|
34
|
+
"description": "Find all usages of Write-Warning"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"symbol": "Write-Verbose",
|
|
38
|
+
"patterns": [
|
|
39
|
+
"\\\\bWrite-Verbose\\\\b"
|
|
40
|
+
],
|
|
41
|
+
"includeDeclaration": true,
|
|
42
|
+
"description": "Find all usages of Write-Verbose"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"symbol": "Write-Debug",
|
|
46
|
+
"patterns": [
|
|
47
|
+
"\\\\bWrite-Debug\\\\b"
|
|
48
|
+
],
|
|
49
|
+
"includeDeclaration": true,
|
|
50
|
+
"description": "Find all usages of Write-Debug"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"symbol": "Write-Information",
|
|
54
|
+
"patterns": [
|
|
55
|
+
"\\\\bWrite-Information\\\\b"
|
|
56
|
+
],
|
|
57
|
+
"includeDeclaration": true,
|
|
58
|
+
"description": "Find all usages of Write-Information"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"symbol": "Write-Progress",
|
|
62
|
+
"patterns": [
|
|
63
|
+
"\\\\bWrite-Progress\\\\b"
|
|
64
|
+
],
|
|
65
|
+
"includeDeclaration": true,
|
|
66
|
+
"description": "Find all usages of Write-Progress"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"symbol": "Read-Host",
|
|
70
|
+
"patterns": [
|
|
71
|
+
"\\\\bRead-Host\\\\b"
|
|
72
|
+
],
|
|
73
|
+
"includeDeclaration": true,
|
|
74
|
+
"description": "Find all usages of Read-Host"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"symbol": "Get-Content",
|
|
78
|
+
"patterns": [
|
|
79
|
+
"\\\\bGet-Content\\\\b"
|
|
80
|
+
],
|
|
81
|
+
"includeDeclaration": true,
|
|
82
|
+
"description": "Find all usages of Get-Content"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"symbol": "Set-Content",
|
|
86
|
+
"patterns": [
|
|
87
|
+
"\\\\bSet-Content\\\\b"
|
|
88
|
+
],
|
|
89
|
+
"includeDeclaration": true,
|
|
90
|
+
"description": "Find all usages of Set-Content"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"symbol": "Add-Content",
|
|
94
|
+
"patterns": [
|
|
95
|
+
"\\\\bAdd-Content\\\\b"
|
|
96
|
+
],
|
|
97
|
+
"includeDeclaration": true,
|
|
98
|
+
"description": "Find all usages of Add-Content"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"symbol": "Out-File",
|
|
102
|
+
"patterns": [
|
|
103
|
+
"\\\\bOut-File\\\\b"
|
|
104
|
+
],
|
|
105
|
+
"includeDeclaration": true,
|
|
106
|
+
"description": "Find all usages of Out-File"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"symbol": "Out-String",
|
|
110
|
+
"patterns": [
|
|
111
|
+
"\\\\bOut-String\\\\b"
|
|
112
|
+
],
|
|
113
|
+
"includeDeclaration": true,
|
|
114
|
+
"description": "Find all usages of Out-String"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"symbol": "Out-Null",
|
|
118
|
+
"patterns": [
|
|
119
|
+
"\\\\bOut-Null\\\\b"
|
|
120
|
+
],
|
|
121
|
+
"includeDeclaration": true,
|
|
122
|
+
"description": "Find all usages of Out-Null"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"symbol": "Get-ChildItem",
|
|
126
|
+
"patterns": [
|
|
127
|
+
"\\\\bGet-ChildItem\\\\b"
|
|
128
|
+
],
|
|
129
|
+
"includeDeclaration": true,
|
|
130
|
+
"description": "Find all usages of Get-ChildItem"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"symbol": "Set-Location",
|
|
134
|
+
"patterns": [
|
|
135
|
+
"\\\\bSet-Location\\\\b"
|
|
136
|
+
],
|
|
137
|
+
"includeDeclaration": true,
|
|
138
|
+
"description": "Find all usages of Set-Location"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"symbol": "Get-Location",
|
|
142
|
+
"patterns": [
|
|
143
|
+
"\\\\bGet-Location\\\\b"
|
|
144
|
+
],
|
|
145
|
+
"includeDeclaration": true,
|
|
146
|
+
"description": "Find all usages of Get-Location"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"symbol": "New-Item",
|
|
150
|
+
"patterns": [
|
|
151
|
+
"\\\\bNew-Item\\\\b"
|
|
152
|
+
],
|
|
153
|
+
"includeDeclaration": true,
|
|
154
|
+
"description": "Find all usages of New-Item"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"symbol": "Remove-Item",
|
|
158
|
+
"patterns": [
|
|
159
|
+
"\\\\bRemove-Item\\\\b"
|
|
160
|
+
],
|
|
161
|
+
"includeDeclaration": true,
|
|
162
|
+
"description": "Find all usages of Remove-Item"
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"identifierPattern": "[a-zA-Z_][a-zA-Z0-9_-]*"
|
|
166
|
+
}
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "python",
|
|
3
|
+
"referencePatterns": [
|
|
4
|
+
{
|
|
5
|
+
"symbol": "print",
|
|
6
|
+
"patterns": [
|
|
7
|
+
"\\\\bprint\\\\b"
|
|
8
|
+
],
|
|
9
|
+
"includeDeclaration": true,
|
|
10
|
+
"description": "Find all usages of print"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"symbol": "input",
|
|
14
|
+
"patterns": [
|
|
15
|
+
"\\\\binput\\\\b"
|
|
16
|
+
],
|
|
17
|
+
"includeDeclaration": true,
|
|
18
|
+
"description": "Find all usages of input"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"symbol": "len",
|
|
22
|
+
"patterns": [
|
|
23
|
+
"\\\\blen\\\\b"
|
|
24
|
+
],
|
|
25
|
+
"includeDeclaration": true,
|
|
26
|
+
"description": "Find all usages of len"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"symbol": "range",
|
|
30
|
+
"patterns": [
|
|
31
|
+
"\\\\brange\\\\b"
|
|
32
|
+
],
|
|
33
|
+
"includeDeclaration": true,
|
|
34
|
+
"description": "Find all usages of range"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"symbol": "type",
|
|
38
|
+
"patterns": [
|
|
39
|
+
"\\\\btype\\\\b"
|
|
40
|
+
],
|
|
41
|
+
"includeDeclaration": true,
|
|
42
|
+
"description": "Find all usages of type"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"symbol": "isinstance",
|
|
46
|
+
"patterns": [
|
|
47
|
+
"\\\\bisinstance\\\\b"
|
|
48
|
+
],
|
|
49
|
+
"includeDeclaration": true,
|
|
50
|
+
"description": "Find all usages of isinstance"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"symbol": "issubclass",
|
|
54
|
+
"patterns": [
|
|
55
|
+
"\\\\bissubclass\\\\b"
|
|
56
|
+
],
|
|
57
|
+
"includeDeclaration": true,
|
|
58
|
+
"description": "Find all usages of issubclass"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"symbol": "str",
|
|
62
|
+
"patterns": [
|
|
63
|
+
"\\\\bstr\\\\b"
|
|
64
|
+
],
|
|
65
|
+
"includeDeclaration": true,
|
|
66
|
+
"description": "Find all usages of str"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"symbol": "int",
|
|
70
|
+
"patterns": [
|
|
71
|
+
"\\\\bint\\\\b"
|
|
72
|
+
],
|
|
73
|
+
"includeDeclaration": true,
|
|
74
|
+
"description": "Find all usages of int"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"symbol": "float",
|
|
78
|
+
"patterns": [
|
|
79
|
+
"\\\\bfloat\\\\b"
|
|
80
|
+
],
|
|
81
|
+
"includeDeclaration": true,
|
|
82
|
+
"description": "Find all usages of float"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"symbol": "bool",
|
|
86
|
+
"patterns": [
|
|
87
|
+
"\\\\bbool\\\\b"
|
|
88
|
+
],
|
|
89
|
+
"includeDeclaration": true,
|
|
90
|
+
"description": "Find all usages of bool"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"symbol": "list",
|
|
94
|
+
"patterns": [
|
|
95
|
+
"\\\\blist\\\\b"
|
|
96
|
+
],
|
|
97
|
+
"includeDeclaration": true,
|
|
98
|
+
"description": "Find all usages of list"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"symbol": "tuple",
|
|
102
|
+
"patterns": [
|
|
103
|
+
"\\\\btuple\\\\b"
|
|
104
|
+
],
|
|
105
|
+
"includeDeclaration": true,
|
|
106
|
+
"description": "Find all usages of tuple"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"symbol": "dict",
|
|
110
|
+
"patterns": [
|
|
111
|
+
"\\\\bdict\\\\b"
|
|
112
|
+
],
|
|
113
|
+
"includeDeclaration": true,
|
|
114
|
+
"description": "Find all usages of dict"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"symbol": "set",
|
|
118
|
+
"patterns": [
|
|
119
|
+
"\\\\bset\\\\b"
|
|
120
|
+
],
|
|
121
|
+
"includeDeclaration": true,
|
|
122
|
+
"description": "Find all usages of set"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"symbol": "frozenset",
|
|
126
|
+
"patterns": [
|
|
127
|
+
"\\\\bfrozenset\\\\b"
|
|
128
|
+
],
|
|
129
|
+
"includeDeclaration": true,
|
|
130
|
+
"description": "Find all usages of frozenset"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"symbol": "bytes",
|
|
134
|
+
"patterns": [
|
|
135
|
+
"\\\\bbytes\\\\b"
|
|
136
|
+
],
|
|
137
|
+
"includeDeclaration": true,
|
|
138
|
+
"description": "Find all usages of bytes"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"symbol": "bytearray",
|
|
142
|
+
"patterns": [
|
|
143
|
+
"\\\\bbytearray\\\\b"
|
|
144
|
+
],
|
|
145
|
+
"includeDeclaration": true,
|
|
146
|
+
"description": "Find all usages of bytearray"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"symbol": "memoryview",
|
|
150
|
+
"patterns": [
|
|
151
|
+
"\\\\bmemoryview\\\\b"
|
|
152
|
+
],
|
|
153
|
+
"includeDeclaration": true,
|
|
154
|
+
"description": "Find all usages of memoryview"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"symbol": "complex",
|
|
158
|
+
"patterns": [
|
|
159
|
+
"\\\\bcomplex\\\\b"
|
|
160
|
+
],
|
|
161
|
+
"includeDeclaration": true,
|
|
162
|
+
"description": "Find all usages of complex"
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"identifierPattern": "[a-zA-Z_][a-zA-Z0-9_]*"
|
|
166
|
+
}
|