Update ledger highlight queries

This commit is contained in:
Cédric Barreteau 2023-04-22 18:06:12 -04:00 committed by Amaan Qureshi
parent 3f7301789b
commit 455ded2992

View file

@ -1,16 +1,31 @@
[ [
(block_comment)
(comment) (comment)
(note) (note)
(test)
] @comment ] @comment
[ [
(date)
(interval)
(quantity) (quantity)
(negative_quantity)
] @number ] @number
[
(date)
(effective_date)
(time)
(interval)
] @string.special
[
(commodity)
(option)
(option_value)
(check_in)
(check_out)
] @text.literal
((account) @field) ((account) @field)
((commodity) @text.literal)
"include" @include "include" @include
@ -20,6 +35,7 @@
"assert" "assert"
"check" "check"
"commodity" "commodity"
"comment"
"def" "def"
"default" "default"
"end" "end"
@ -28,7 +44,7 @@
"nomarket" "nomarket"
"note" "note"
"payee" "payee"
"check" "test"
"A" "A"
"Y" "Y"
"N" "N"