Explorar o código

chore: generate

opencode-agent[bot] hai 3 meses
pai
achega
6592d80460
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      packages/opencode/parsers-config.ts

+ 3 - 1
packages/opencode/parsers-config.ts

@@ -291,7 +291,9 @@ export default {
       aliases: ["udiff", "patch"],
       wasm: "https://github.com/tree-sitter-grammars/tree-sitter-diff/releases/download/v0.1.0/tree-sitter-diff.wasm",
       queries: {
-        highlights: ["https://raw.githubusercontent.com/tree-sitter-grammars/tree-sitter-diff/master/queries/highlights.scm"],
+        highlights: [
+          "https://raw.githubusercontent.com/tree-sitter-grammars/tree-sitter-diff/master/queries/highlights.scm",
+        ],
       },
     },
   ],