Closed CaiqueMitsuoka closed 5 years ago
:heart: :green_heart: :blue_heart: :yellow_heart: :purple_heart:
This PR had the side-effect of "canceling" out keyword highlighting when used alongside the pipe
In this example, case
used to be highlighted properly like this:
Do you have a solution to get the previous behavior for keywords back?
I came across two unattended cases after we merged #179, both related to calls without parenthesis.
One is calls to erlang module functions without parenthesis and other one is calls of functions without parenthesis on pipes.
Before
After
I made one commit for each case but if needed I can open different PRs for each one. :smile: