mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Update ledger highlight queries
This commit is contained in:
parent
709f3a73b3
commit
07fe5a2aba
1 changed files with 11 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue