From d02caad890f87d88fd8a2d61462f29cf64c1196a Mon Sep 17 00:00:00 2001 From: Grzegorz Milka Date: Thu, 15 Apr 2021 08:32:55 +0200 Subject: ledger: update highlights I have updated the highlights in the upstream repo in https://github.com/cbarrete/tree-sitter-ledger/commit/941bbf609858e0fb355b663ccc7bbd6f9bc8863e. --- queries/ledger/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/ledger/highlights.scm b/queries/ledger/highlights.scm index 93126715..5a9e29ac 100644 --- a/queries/ledger/highlights.scm +++ b/queries/ledger/highlights.scm @@ -1,7 +1,7 @@ ((comment) @comment) ((date) @number) -((account) @variable) +((account) @field) ((note) @comment) ((amount) @keyword) ((quantity) @number) -- cgit v1.2.3