diff options
author | Ivan Tham | 2022-07-05 14:12:28 +0000 |
---|---|---|
committer | GitHub | 2022-07-05 14:12:28 +0000 |
commit | b61221107068160c241858a530f6fa4144566122 (patch) | |
tree | 00ce5a779e3294868dd5fda60dd504d9b58c8def /runtime/queries | |
parent | aacd0c8aa542ac0316569ae062966362222ff4bf (diff) |
Update tree-sitter-ledger (#2936)
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/ledger/highlights.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queries/ledger/highlights.scm b/runtime/queries/ledger/highlights.scm index 02a9ea9a..301076c7 100644 --- a/runtime/queries/ledger/highlights.scm +++ b/runtime/queries/ledger/highlights.scm @@ -11,6 +11,7 @@ ((account) @variable.other.member) ((commodity) @text.literal) +((tag) @tag) "include" @keyword.local.import |