tangled
alpha
login
or
join now
nove.dev
/
tree-sitter-confindent
1
fork
atom
tree-sitter implementation for the confindent configuration language
1
fork
atom
overview
issues
pulls
pipelines
add example configuration for helix
nove.dev
4 months ago
59e508b2
1189afeb
+11
2 changed files
expand all
collapse all
unified
split
helix
languages.toml
runtime
highlights.scm
+8
helix/languages.toml
···
1
1
+
[[language]]
2
2
+
name = "confindent"
3
3
+
scope = "source.confindent"
4
4
+
file-types = ["confindent", "conf"]
5
5
+
6
6
+
[[grammar]]
7
7
+
name = "confindent"
8
8
+
source.path = "/insert/path/here/tree-sitter-confindent"
+3
helix/runtime/highlights.scm
···
1
1
+
(key) @variable
2
2
+
(value) @string
3
3
+