Open cjlucas opened 7 years ago
This adds support for function annotations that span multiple lines. Below is an example (generated by elm-format):
foo : String -> String
Currently, the function name foo is not being highlighted. Removing the check for trailing whitespace was sufficient to fix this issue.
foo
:+1:
This adds support for function annotations that span multiple lines. Below is an example (generated by elm-format):
Currently, the function name
foo
is not being highlighted. Removing the check for trailing whitespace was sufficient to fix this issue.