kylegoetz / tree-sitter-unison

Tree Sitter grammar for Unison programming language
MIT License
7 stars 8 forks source link

built-in hash shoudln't look for path, only node should be built-in-hash #85

Closed kylegoetz closed 3 weeks ago

kylegoetz commented 1 month ago

right now it's parsing ##Foo.bar as (built_in_hash (path) (wordy_id)) but should just be (built_in_hash)