wenkokke / tree-sitter-talon

Tree Sitter parser for Talon files.
MIT License
8 stars 5 forks source link

Add field name for left- and right-hand side of declarations #12

Closed pokey closed 2 years ago

pokey commented 2 years ago

Given all Talon declarations have the form foo: bar, it would be nice if there were a consistent field for foo and bar. I could see how you might want more specific field names for those, which is fine, but at least having a field name for all of them would make it easer to work with the grammar

wenkokke commented 2 years ago

So left and right for matches, commands, key bindings, and assignments?

pokey commented 2 years ago

Maybe? Cc/ @phillco @andreasarvidsson

phillco commented 2 years ago

sgtm!

AndreasArvidsson commented 2 years ago

Sounds good

wenkokke commented 2 years ago

Fixed