Update tree-sitter-ledger (#2936)

This commit is contained in:
Ivan Tham 2022-07-05 22:12:28 +08:00 committed by GitHub
parent aacd0c8aa5
commit b612211070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -570,7 +570,7 @@ indent = { tab-width = 4, unit = " " }
[[grammar]]
name = "ledger"
source = { git = "https://github.com/cbarrete/tree-sitter-ledger", rev = "0cdeb0e51411a3ba5493662952c3039de08939ca" }
source = { git = "https://github.com/cbarrete/tree-sitter-ledger", rev = "1f864fb2bf6a87fe1b48545cc6adc6d23090adf7" }
[[language]]
name = "ocaml"

View File

@ -11,6 +11,7 @@
((account) @variable.other.member)
((commodity) @text.literal)
((tag) @tag)
"include" @keyword.local.import