1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-20 15:56:05 +02:00
helix/runtime/queries/adl/indents.scm
Gary Miller 0da809c981
feat: Add ADL language support (#10029)
* feat: Add ADL language support

* removed error match & change captures to match https://docs.helix-editor.com/master/themes.html\#syntax-highlighting

* fixes to grammar, highlight changes based on PR and grammar fixes
2024-04-08 04:45:20 +02:00

13 lines
89 B
Scheme

[
(struct)
(union)
(array)
(object)
] @indent
; [
; "}"
; "]"
; ] @outdent