mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
Update lockfile.json and amount query for ledger
`amount_expr` was renamed to `amount` in 52101ac32e890ac224e51cb005182bbe45c0250d.
This commit is contained in:
parent
839f621955
commit
9385413597
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@
|
||||||
"revision": "b72933c0c0ff25f2de35bb3acabfe6979333187e"
|
"revision": "b72933c0c0ff25f2de35bb3acabfe6979333187e"
|
||||||
},
|
},
|
||||||
"ledger": {
|
"ledger": {
|
||||||
"revision": "8cd93bdde7209dc8d1c4d682feaf5a37b81ceaa9"
|
"revision": "16e9faca2215fed6bd6d1295fbb946fbcbde668f"
|
||||||
},
|
},
|
||||||
"lua": {
|
"lua": {
|
||||||
"revision": "97b757ad3546d68dc1131e6ffb9b1d2a750eea29"
|
"revision": "97b757ad3546d68dc1131e6ffb9b1d2a750eea29"
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
((date) @number)
|
((date) @number)
|
||||||
((account) @variable)
|
((account) @variable)
|
||||||
((note) @comment)
|
((note) @comment)
|
||||||
((amount_expr) @keyword)
|
((amount) @keyword)
|
||||||
((quantity) @number)
|
((quantity) @number)
|
||||||
((commodity) @string)
|
((commodity) @string)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue