Mark Skipper
Mark Skipper
I ran into this very bug this week while using elm-monocle. Looking forward to a fix. But in the meantime I'll switch round the argument order of my getter :blush:
See also https://github.com/elm/html/issues/188
You're right. And, since elm-format puts the r.h.s. of that `=` on the next line, we can't even match against the lambda until ctags supports [multi-line regex matching](https://github.com/universal-ctags/ctags/issues/219).
If I understand correctly, that says: match a line starting with a variable name (identifier starting with lower) followed by zero or more blanks and then one or more characters...
Okay. I missed the first colon! Regular expressions are so much fun to read. I have switched to matching the function definitions as type annotations are optional and in practice...
Id like this feature too. Thanks for great work on the extension