byteally/monaco-haskell

Currently not working

Opened this issue · 1 comments

(Maybe I just missed something along the way)

While adding support for Haskell tokenization on godbolt.org, ( https://github.com/mattgodbolt/compiler-explorer/blob/3f682f8a8976850b5db1d9bfe4341ec45114c334/static/haskell-mode.js ) I have not been able to make it work. I'm getting erros about name not being a field of type null.
Indeed, I'm also unable to get it working in the Monaco Editor Playgroud.

Any idea why?

Ok. Firstly I have added an HTML file named Index.html in the test directory. You can use that to test the code.
Then Secondly,I will try to find the solution for the question you raised..and will tell you about the solution for the problem soon..