deadfoxygrandpa / Elm.tmLanguage

Elm language syntax highlighting and tool integration for ST2/3
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
122 stars 27 forks source link

'Vector3d' not accepted as a module name #102

Open ianmackenzie opened 8 years ago

ianmackenzie commented 8 years ago

The following results in the 'd' in Vector3d being highlighted in red:

module Vector3d (..) where

Vector3 and even Vector3D work fine.