Skip to content

Commit

Permalink
Update tree-sitter-ledger (#2936)
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire authored Jul 5, 2022
1 parent aacd0c8 commit b612211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions runtime/queries/ledger/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

((account) @variable.other.member)
((commodity) @text.literal)
((tag) @tag)

"include" @keyword.local.import

Expand Down

0 comments on commit b612211

Please sign in to comment.