I've noticed that in the following code,
update msg model =
...
type alias model =
{ url : ... }
Vim shows msg and url as misspelled. I've been able to work around this by modifying the syntax rules, you can see the patched syntax files on my fork.
Is this spell checking intentional? Can I submit my patch as a PR is this is indeed a bug?
I've noticed that in the following code,
Vim shows
msgandurlas misspelled. I've been able to work around this by modifying the syntax rules, you can see the patched syntax files on my fork.Is this spell checking intentional? Can I submit my patch as a PR is this is indeed a bug?