tree-sitter implementation for the confindent configuration language

add dependencies to workflow file to make it work?

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