mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
add LDIF support (#10330)
* feat(lang): add LDIF support * style: no unnecessary glob * Update runtime/queries/ldif/highlights.scm Co-authored-by: Michael Davis <mcarsondavis@gmail.com> --------- Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
This commit is contained in:
parent
4fc0a4dafc
commit
009a5498ca
3 changed files with 31 additions and 0 deletions
|
@ -3497,3 +3497,14 @@ indent = { tab-width = 2, unit = " " }
|
|||
[[grammar]]
|
||||
name = "adl"
|
||||
source = { git = "https://github.com/adl-lang/tree-sitter-adl", rev = "2787d04beadfbe154d3f2da6e98dc45a1b134bbf" }
|
||||
|
||||
[[language]]
|
||||
name = "ldif"
|
||||
scope = "source.ldif"
|
||||
injection-regex = "ldif"
|
||||
file-types = ["ldif"]
|
||||
comment-token = "#"
|
||||
|
||||
[[grammar]]
|
||||
name = "ldif"
|
||||
source = { git = "https://github.com/kepet19/tree-sitter-ldif", rev = "0a917207f65ba3e3acfa9cda16142ee39c4c1aaa" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue