diff options
| -rw-r--r-- | queries/ledger/highlights.scm | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/queries/ledger/highlights.scm b/queries/ledger/highlights.scm index 5a9e29ac1..e070b2ac0 100644 --- a/queries/ledger/highlights.scm +++ b/queries/ledger/highlights.scm @@ -1,11 +1,16 @@ -((comment) @comment) +[ + (comment) + (note) +] @comment + +[ + (date) + (interval) + (quantity) +] @number -((date) @number) ((account) @field) -((note) @comment) -((amount) @keyword) -((quantity) @number) -((commodity) @string) +((commodity) @text.literal) "include" @include |
