Skip to content

Commit

Permalink
slint: Update SHA of tree-sitter parser
Browse files Browse the repository at this point in the history
Fix some MISSING nodes being generated by the parser
that slipped through the cracks before.
  • Loading branch information
hunger committed Feb 22, 2024
1 parent 98ebeee commit c4f2254
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 @@ -2178,7 +2178,7 @@ language-servers = [ "slint-lsp" ]

[[grammar]]
name = "slint"
source = { git = "https://github.com/slint-ui/tree-sitter-slint", rev = "15618215b79b9db08f824a5c97a12d073dcc1c00" }
source = { git = "https://github.com/slint-ui/tree-sitter-slint", rev = "3c82235f41b63f35a01ae3888206e93585cbb84a" }

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

0 comments on commit c4f2254

Please sign in to comment.