elm-tooling / tree-sitter-elm

Tree sitter implementation for elm
https://elm-tooling.github.io/tree-sitter-elm/
MIT License
75 stars 14 forks source link

Fixing named anonymous functions and floats not being recognized #13

Closed buinauskas closed 5 years ago

buinauskas commented 5 years ago

Fixes #11 and #12

razzeee commented 5 years ago

Please add a gitignore entry for the new example folders and remove the folders from git

buinauskas commented 5 years ago

@Razzeee have done it.

There are also some whitespaces being removed because of my VS Code config, those shouldn't cause any issues.

razzeee commented 5 years ago

Can you please add a corpus test for the bracket after the minus?

buinauskas commented 5 years ago

Yes! 👍

buinauskas commented 5 years ago

@Razzeee that's been done :+1: