tree-sitter implementation for the confindent configuration language

add tangled CI script to mirror to github

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