mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add support for the Gren programming language (#12525)
This commit is contained in:
parent
27bb2447db
commit
f69659c5be
6 changed files with 185 additions and 0 deletions
|
@ -4051,3 +4051,17 @@ language-servers = ["codeql"]
|
|||
[[grammar]]
|
||||
name = "ql"
|
||||
source = { git = "https://github.com/tree-sitter/tree-sitter-ql", rev = "1fd627a4e8bff8c24c11987474bd33112bead857" }
|
||||
|
||||
[[language]]
|
||||
name = "gren"
|
||||
scope = "source.gren"
|
||||
injection-regex = "gren"
|
||||
file-types = ["gren"]
|
||||
roots = ["gren.json"]
|
||||
comment-tokens = "--"
|
||||
block-comment-tokens = { start = "{-", end = "-}" }
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
|
||||
[[grammar]]
|
||||
name = "gren"
|
||||
source = { git = "https://github.com/MaeBrooks/tree-sitter-gren", rev = "76554f4f2339f5a24eed19c58f2079b51c694152" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue