Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scandinavian characters causing 'Error parsing file' #252

Open
theothornhill opened this issue Aug 10, 2020 · 0 comments
Open

Scandinavian characters causing 'Error parsing file' #252

theothornhill opened this issue Aug 10, 2020 · 0 comments

Comments

@theothornhill
Copy link

theothornhill commented Aug 10, 2020

Hello!

Using scandinavian letters in type names (like æ. ø å) causes elm-analyser to crash on the given file. More precisely, it fails to parse the file, showing a red squiggly line on the first line, both in emacs, vim and vscode.

example:

type Example
    = Båt
    | Øl

(As a side-note, I see syntax highlighting here on github fails on this as well ;))

It works if I do this:

type Example
    = Baat
    | Oel

The version I am using of things are:

  • Node 10.21.0
  • Elm 0.19.1
  • Elm-analyser 0.16.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant