vim2hs icon indicating copy to clipboard operation
vim2hs copied to clipboard

Support syntax groups in imports for: module names, operators, functions, and etc.

Open geraldus opened this issue 11 years ago • 0 comments

Hi! I'm using following trick to determine what syntax group is under cursor. I've noticed that there is no syntax groups attached to module names, functions etc. imports, thus there is no way to highlight them. Compare GitHub's highliting with screenshot:

import qualified Data.Text as T
import Aeson (Value(..), encode)
import Control.Applicative ((<$>))

1

geraldus avatar Jan 22 '15 20:01 geraldus