diff options
| -rw-r--r-- | queries/beancount/highlights.scm | 8 |
1 files 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 |
