We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c4107 commit 33820e1Copy full SHA for 33820e1
website/src/components/astGrep/lang.ts
@@ -20,7 +20,7 @@ const parserPaths = {
20
java: 'tree-sitter-java.wasm',
21
json: 'tree-sitter-json.wasm',
22
kotlin: 'tree-sitter-kotlin.wasm',
23
- php: 'tree-sitter-php.wasm',
+ php: 'https://unpkg.com/[email protected]/tree-sitter-php.wasm',
24
python: 'tree-sitter-python.wasm',
25
ruby: 'tree-sitter-ruby.wasm',
26
rust: 'tree-sitter-rust.wasm',
0 commit comments