mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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
|
(date) @field
|
||||||
(txn) @attribute
|
(txn) @attribute
|
||||||
|
|
||||||
(account) @type
|
(account) @type
|
||||||
|
|
||||||
(amount) @number
|
(amount) @number
|
||||||
(incomplete_amount) @number
|
(incomplete_amount) @number
|
||||||
|
(compound_amount) @number
|
||||||
(amount_tolerance) @number
|
(amount_tolerance) @number
|
||||||
|
|
||||||
(currency) @property
|
(currency) @property
|
||||||
|
|
||||||
(key) @label
|
(key) @label
|
||||||
(string) @string
|
(string) @string @spell
|
||||||
|
(narration) @string @spell
|
||||||
|
(payee) @string @spell
|
||||||
(tag) @constant
|
(tag) @constant
|
||||||
(link) @constant
|
(link) @constant
|
||||||
|
[
|
||||||
(comment) @comment
|
(minus) (plus) (slash) (asterisk)
|
||||||
|
] @operator
|
||||||
|
(comment) @comment @spell
|
||||||
[
|
[
|
||||||
(balance) (open) (close) (commodity) (pad)
|
(balance) (open) (close) (commodity) (pad)
|
||||||
(event) (price) (note) (document) (query)
|
(event) (price) (note) (document) (query)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue