(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?
(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
namenot being a field of typenull.Indeed, I'm also unable to get it working in the Monaco Editor Playgroud.
Any idea why?