byteally / monaco-haskell

Haskell highlighting for monaco editor
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

Currently not working #1

Open AbrilRBS opened 7 years ago

AbrilRBS commented 7 years ago

(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?

Bharathanesan commented 7 years ago

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..