A minimal Elm syntax to get going. Based on https://elm-lang.org/docs/syntax.
Currently not supported:
- Multi-line comments
- Multi-line strings
- Number literals
Limitations:
- Currently highlights constructors as types. While not ideal, I don't think there's anything I can do about it.