diff options
| -rw-r--r-- | queries/ledger/highlights.scm | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/queries/ledger/highlights.scm b/queries/ledger/highlights.scm index 86c609c2a..963de1882 100644 --- a/queries/ledger/highlights.scm +++ b/queries/ledger/highlights.scm @@ -1,16 +1,31 @@ [ + (block_comment) (comment) (note) + (test) ] @comment [ - (date) - (interval) (quantity) + (negative_quantity) ] @number +[ + (date) + (effective_date) + (time) + (interval) +] @string.special + +[ + (commodity) + (option) + (option_value) + (check_in) + (check_out) +] @text.literal + ((account) @field) -((commodity) @text.literal) "include" @include @@ -20,6 +35,7 @@ "assert" "check" "commodity" + "comment" "def" "default" "end" @@ -28,7 +44,7 @@ "nomarket" "note" "payee" - "check" + "test" "A" "Y" "N" |
