tree-sitter implementation for the confindent configuration language

add remote instead of setting url

+1 -1
+1 -1
.tangled/workflows/mirror.yaml
··· 4 4 engine: nixery 5 5 steps: 6 6 - name: set-origin 7 - command: "git remote set-url github \"https://novedevo:${GITHUB_PAT}@github.com/novedevo/tree-sitter-confindent.git\"" 7 + command: "git remote add github \"https://novedevo:${GITHUB_PAT}@github.com/novedevo/tree-sitter-confindent.git\"" 8 8 - name: push 9 9 command: "git push github main --force"