Keith Lazuka
Keith Lazuka
Probably should revisit all of the syntax highlight to see what other improvements can be made.
I haven't implemented anything related to IntelliJ's language settings hook yet. For now, let's just keep it simple and just handle this specific problem related to line comments and elm-format....
Example: ```elm view : Badge -> Html msg view badge = case badge of None -> text "" Exactly n -> span [ class "badge" ] [ text (String.fromInt n)...
Go for it. I don’t know offhand if there are any other issues that are better suited. This one shouldn’t be too hard, and I can help you if you...
I didn't know about `IndentedCommenter`. That sounds like a good place to start. My main requirement is that any comment inserted by IntelliJ round-trips nicely through elm-format. And it should...
It might just be timing out. These node-based tools have been very unreliable. Sometimes they are very slow to start, and we have also had environment variable path problems.
FYI @justgook, this is the bug you reported. I figured you might want to watch it to see when it gets fixed. Hopefully in the next week or 2.