Skip to content

Commit

Permalink
tree-sitter: Update SHA of parser fro the slint language (#11224)
Browse files Browse the repository at this point in the history
There has been a new release with a few minor tweaks to the parser. The queries
are fine still.
  • Loading branch information
hunger committed Jul 18, 2024
1 parent b927985 commit 748a9cf
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 @@ -2373,7 +2373,7 @@ language-servers = [ "slint-lsp" ]

[[grammar]]
name = "slint"
source = { git = "https://github.com/slint-ui/tree-sitter-slint", rev = "0701312b74b87fe20e61aa662ba41c5815b5d428" }
source = { git = "https://github.com/slint-ui/tree-sitter-slint", rev = "4a0558cc0fcd7a6110815b9bbd7cc12d7ab31e74" }

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

0 comments on commit 748a9cf

Please sign in to comment.