Skip to content

Commit

Permalink
WIP formatting query
Browse files Browse the repository at this point in the history
  • Loading branch information
Xophmeister committed Nov 3, 2023
1 parent 301c68b commit 5c6e18f
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion topiary-queries/queries/pact.scm
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
; TODO
(symbol) @leaf

[
(symbol)
] @append_space @prepend_space

[
(list)
] @allow_blank_line_before

(expression) @append_empty_softline

(list
.
"(" @append_antispace
.
(expression) @append_empty_softline @append_indent_start

")" @prepend_antispace @prepend_empty_softline @prepend_indent_end
.
)

0 comments on commit 5c6e18f

Please sign in to comment.