mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(beancount): update on latest updates
This commit is contained in:
parent
e38446fe21
commit
5812ae26f7
1 changed files with 8 additions and 10 deletions
|
|
@ -1,23 +1,21 @@
|
|||
|
||||
(date) @field
|
||||
(txn) @attribute
|
||||
|
||||
(account) @type
|
||||
|
||||
(amount) @number
|
||||
(incomplete_amount) @number
|
||||
(compound_amount) @number
|
||||
(amount_tolerance) @number
|
||||
|
||||
(currency) @property
|
||||
|
||||
(key) @label
|
||||
(string) @string
|
||||
|
||||
(string) @string @spell
|
||||
(narration) @string @spell
|
||||
(payee) @string @spell
|
||||
(tag) @constant
|
||||
(link) @constant
|
||||
|
||||
(comment) @comment
|
||||
|
||||
[
|
||||
(minus) (plus) (slash) (asterisk)
|
||||
] @operator
|
||||
(comment) @comment @spell
|
||||
[
|
||||
(balance) (open) (close) (commodity) (pad)
|
||||
(event) (price) (note) (document) (query)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue