feat: use dummy values and not tree-sitter-helix

pull/12706/head
Nikita Revenco 2025-01-27 23:21:54 +00:00
parent d16b27c4fe
commit d7bb5e9233
2 changed files with 4 additions and 5 deletions

View File

@ -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" }

View File

@ -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