jrmoulton / tree-sitter-slint

A Tree Sitter parser for slint
MIT License
3 stars 2 forks source link

Support parameter list when setting a callback #5

Open Decodetalkers opened 2 years ago

Decodetalkers commented 2 years ago

https://github.com/slint-ui/slint/blob/master/docs/langref.md#callback

in the second example

jrmoulton commented 2 years ago

With the change I suggested this could be merged but reworking blocks (field declaration lists) to allow for a single expression will probably take a lot of changes and tracking down a chain of issues