Skip to content

Commit

Permalink
just: update tree-sitter-grammar to support 1.35.0
Browse files Browse the repository at this point in the history
Release notes: https://github.com/casey/just/releases/tag/1.35.0

Notably, this version adds `[private]` attributes on modules, which the current version of the grammar cannot parse.
  • Loading branch information
poliorcetics committed Aug 30, 2024
1 parent 1b5295a commit 19be2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3106,7 +3106,7 @@ indent = { tab-width = 4, unit = " " }

[[grammar]]
name = "just"
source = { git = "https://github.com/poliorcetics/tree-sitter-just", rev = "f58a8fd869035ac4653081401e6c2030251240ab" }
source = { git = "https://github.com/poliorcetics/tree-sitter-just", rev = "330222ab90067f43a3f52ee5b68ff84cd6677fa7" }

[[language]]
name = "gn"
Expand Down

0 comments on commit 19be2e3

Please sign in to comment.