junegunn / rainbow_parentheses.vim

:rainbow: Simpler Rainbow Parentheses
377 stars 24 forks source link

Incorrect highlight group for comments in SML files #9

Closed KarboniteKream closed 7 years ago

KarboniteKream commented 8 years ago

I've noticed that if I enable rainbow_parentheses in SML files, the plugin messes up syntax highlight group for comments.

(* SML comments look like this. *)

The highlight group changes from smlComment to smlModPath.

junegunn commented 7 years ago

Thanks for letting me know. But I'm not interested in investigating the issue.