diff --git a/packages/opencode/parsers-config.json b/packages/opencode/parsers-config.json index a26c45190..e770d4fe7 100644 --- a/packages/opencode/parsers-config.json +++ b/packages/opencode/parsers-config.json @@ -200,24 +200,6 @@ "https://raw.githubusercontent.com/nvim-treesitter/nvim-treesitter/refs/heads/master/queries/ocaml/highlights.scm" ] } - }, - { - "filetype": "jsx", - "wasm": "https://github.com/tree-sitter/tree-sitter-javascript/releases/download/v0.25.0/tree-sitter-javascript.wasm", - "queries": { - "highlights": [ - "https://raw.githubusercontent.com/nvim-treesitter/nvim-treesitter/refs/heads/master/queries/javascript/highlights.scm" - ] - } - }, - { - "filetype": "tsx", - "wasm": "https://github.com/tree-sitter/tree-sitter-typescript/releases/download/v0.23.2/tree-sitter-typescript.wasm", - "queries": { - "highlights": [ - "https://raw.githubusercontent.com/nvim-treesitter/nvim-treesitter/refs/heads/master/queries/typescript/highlights.scm" - ] - } } ] }