1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

tree-sitter: Update SHA of parser fro the slint language (#11224)

There has been a new release with a few minor tweaks to the parser. The queries
are fine still.
This commit is contained in:
Tobias Hunger 2024-07-18 16:10:10 +02:00 committed by GitHub
parent b927985cd0
commit 748a9cf022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"