microsoft / monaco-editor

A browser based code editor
https://microsoft.github.io/monaco-editor/
MIT License
39.84k stars 3.55k forks source link

Add tokenizers for erlang and elixir #882

Open mrbnarayan opened 6 years ago

mrbnarayan commented 6 years ago

Support required for erlang and elixir code formats

https://github.com/theia-ide/theia/issues/1818

rcjsuen commented 6 years ago

@mrbnarayan Do you mean a code formatter or syntax highlighting?

mrbnarayan commented 6 years ago

Syntax highlighter is what I am looking for.

brijeshb42 commented 6 years ago

Published https://github.com/brijeshb42/monaco-ace-tokenizer which adds ability to use ace's tokenizer for languages not already present in monaco.