mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add support for jjdescription
files (#11271)
This commit is contained in:
parent
ef4a4ff3c5
commit
f34dca797c
3 changed files with 22 additions and 0 deletions
|
@ -3203,6 +3203,19 @@ grammar = "jinja2"
|
|||
name = "jinja2"
|
||||
source = { git = "https://github.com/varpeti/tree-sitter-jinja2", rev = "a533cd3c33aea6acb0f9bf9a56f35dcfe6a8eb53" }
|
||||
|
||||
[[language]]
|
||||
name = "jjdescription"
|
||||
scope = "jj.description"
|
||||
file-types = [{ glob = "*.jjdescription" }]
|
||||
comment-token = "JJ:"
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
rulers = [51, 73]
|
||||
text-width = 72
|
||||
|
||||
[[grammar]]
|
||||
name = "jjdescription"
|
||||
source = { git = "https://github.com/kareigu/tree-sitter-jjdescription", rev = "2ddec6cad07b366aee276a608e1daa2c29d3caf2" }
|
||||
|
||||
[[grammar]]
|
||||
name = "wren"
|
||||
source = { git = "https://git.sr.ht/~jummit/tree-sitter-wren", rev = "6748694be32f11e7ec6b5faeb1b48ca6156d4e06" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue