From 82a94a9f57104b89d4316afaeeab271cc51f7698 Mon Sep 17 00:00:00 2001 From: Erin van der Veen Date: Tue, 9 Apr 2024 12:33:01 +0200 Subject: [PATCH] chore: format css.scm --- topiary-queries/queries/css.scm | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/topiary-queries/queries/css.scm b/topiary-queries/queries/css.scm index f062f09b..a98992bd 100644 --- a/topiary-queries/queries/css.scm +++ b/topiary-queries/queries/css.scm @@ -2,12 +2,12 @@ ;; not be formatted, but taken as is. We use the leaf capture name to inform the ;; tool of this. [ -(integer_value) -(plain_value) -(string_value) -(color_value) -(float_value) -(grid_value) + (integer_value) + (plain_value) + (string_value) + (color_value) + (float_value) + (grid_value) ] @leaf ; Append space after colons @@ -145,4 +145,3 @@ ["," ")"]* @do_nothing ) ) -