tree-sitter implementation for the confindent configuration language

add example configuration for helix

+11
+8
helix/languages.toml
··· 1 + [[language]] 2 + name = "confindent" 3 + scope = "source.confindent" 4 + file-types = ["confindent", "conf"] 5 + 6 + [[grammar]] 7 + name = "confindent" 8 + source.path = "/insert/path/here/tree-sitter-confindent"
+3
helix/runtime/highlights.scm
··· 1 + (key) @variable 2 + (value) @string 3 +