mirror of https://github.com/helix-editor/helix
feat: use dummy values and not tree-sitter-helix
parent
d16b27c4fe
commit
d7bb5e9233
|
@ -4078,6 +4078,8 @@ indent = { tab-width = 4, unit = " " }
|
||||||
name = "gren"
|
name = "gren"
|
||||||
source = { git = "https://github.com/MaeBrooks/tree-sitter-gren", rev = "76554f4f2339f5a24eed19c58f2079b51c694152" }
|
source = { git = "https://github.com/MaeBrooks/tree-sitter-gren", rev = "76554f4f2339f5a24eed19c58f2079b51c694152" }
|
||||||
|
|
||||||
|
# this is just a dummy language, it's entry simply needs to exist
|
||||||
|
# but it doesn't matter what these values are as we are using a custom renderer
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "helix"
|
name = "helix"
|
||||||
scope = "source.helix"
|
scope = "source.helix"
|
||||||
|
@ -4086,4 +4088,4 @@ file-types = ["helix"]
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "helix"
|
name = "helix"
|
||||||
source = { path = "/home/e/a/tree-sitter-helix" }
|
source = { git = "https://github.com/MaeBrooks/tree-sitter-gren", rev = "76554f4f2339f5a24eed19c58f2079b51c694152" }
|
||||||
|
|
|
@ -1,4 +1 @@
|
||||||
(primary_left) @markup.heading.1
|
; this file simply needs to exist
|
||||||
(primary_right) @markup.heading.2
|
|
||||||
(left) @markup.heading.3
|
|
||||||
(right) @markup.heading.4
|
|
||||||
|
|
Loading…
Reference in New Issue