Explorar el Código

chore: generate

opencode-agent[bot] hace 3 meses
padre
commit
6592d80460
Se han modificado 1 ficheros con 3 adiciones y 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",
+        ],
       },
     },
   ],