diff --git a/data/syntax/elm.xml b/data/syntax/elm.xml new file mode 100644 --- /dev/null +++ b/data/syntax/elm.xml @@ -0,0 +1,143 @@ + + + + + + type + alias + port + + + case + of + if + else + then + + + let + in + + + module + exposing + import + as + + + infix + left + right + non + + + effect + where + command + subscription + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +