wenkokke / tree-sitter-talon

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

Alias key and sleep to actions #13

Closed wenkokke closed 1 year ago

wenkokke commented 2 years ago

The custom parses for key and sleep actions should also use the field action_name to address "key" and "sleep", which should also be aliases as identifiers. Furthermore, the field arguments should generally not include the parentheses.

wenkokke commented 1 year ago

Closing as a duplicate of #21.