mirror of https://github.com/helix-editor/helix
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>pull/10365/head
parent
4fc0a4dafc
commit
009a5498ca
@ -0,0 +1,19 @@
|
||||
(comment) @comment
|
||||
|
||||
((distinguishedName
|
||||
(name
|
||||
(name_componet
|
||||
(attributeTypeAndValue
|
||||
(attributeType) @comment
|
||||
(string) @type.parameter
|
||||
)))) @comment)
|
||||
|
||||
|
||||
(dn_spec) @constant
|
||||
(changerecord) @constant
|
||||
(mod_spec) @constant
|
||||
|
||||
(attributeType) @type.parameter
|
||||
(change_modify) @string
|
||||
|
||||
(value_spec) @keyword
|
Loading…
Reference in New Issue