Skip to content

Add Elm Syntax

Kevin Hovsäter requested to merge hovsater/dte:syntax-elm into master

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.

Merge request reports