You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
font-lock: highlight "foreign import" if no further text
Prior to this commit a valid code like
foreign import
foo
wasn't getting correctly highlighted. This fixes it.
While doing so, we also remove all the ccall/stdcall/etc stuff, which
is a legacy from haskell-mode and doesn't exist in purescript.
0 commit comments