From c7313ffd1009f41d9258537c9cf9ae579d090e82 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Tue, 30 Mar 2021 19:43:29 +0200 Subject: Fix beancount queries --- queries/beancount/highlights.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/queries/beancount/highlights.scm b/queries/beancount/highlights.scm index 335b283c..7fa78d84 100644 --- a/queries/beancount/highlights.scm +++ b/queries/beancount/highlights.scm @@ -19,8 +19,8 @@ (comment) @comment [ - (BALANCE) (OPEN) (CLOSE) (COMMODITY) (PAD) - (EVENT) (PRICE) (NOTE) (DOCUMENT) (QUERY) - (CUSTOM) (PUSHTAG) (POPTAG) (PUSHMETA) - (POPMETA) (OPTION) (INCLUDE) (PLUGIN) + (balance) (open) (close) (commodity) (pad) + (event) (price) (note) (document) (query) + (custom) (pushtag) (poptag) (pushmeta) + (popmeta) (option) (include) (plugin) ] @keyword -- cgit v1.2.3