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 07857e6 commit b8795d3Copy full SHA for b8795d3
website/src/components/astGrep/lang.ts
@@ -30,7 +30,7 @@ const langConfig = {
30
}
31
32
const parserPaths = Object.fromEntries(Object.entries(langConfig).map(([lang, config]) => [
33
- lang, typeof config === 'function' ? config() : `https://unpkg.com/tree-sitter-${lang}@${config}/${lang}.wasm`
+ lang, typeof config === 'function' ? config() : `https://unpkg.com/tree-sitter-${lang}@${config}/tree-sitter-${lang}.wasm`
34
])) as Record<SupportedLang, string>
35
36
0 commit comments