nim-lang / nim-mode

An emacs major mode for the Nim programming language
138 stars 46 forks source link

Variant discriminants not highlighted when made exportable #202

Closed awr1 closed 5 years ago

awr1 commented 5 years ago
type
  Something = object
    case discr*: bool
    of true:
      a: int
    of false:
      b: float

discr should be highlighted.

yuutayamada commented 5 years ago

closing this issue because it's already fixed