I would like to use Monaco to edit ES6 code and would like syntax coloring. Monarch provides a basic JavaScript tokenizer at https://microsoft.github.io/monaco-editor/monarch.html, but it isn't ES6 compliant. The typescript languages tokenizer is ES6 compliment, but when it comes with a lot of extra features I don't want, like code completion and type hints.
Is it possible to use only the typescript tokenizer, or is there a monarch tokenizer for ES6?