0

I am using Monaco editor in my angular project. I have seen, there is no support for the Scala language in Monaco editor. Does any one knows how to add third party library for scala in monaco editor?

  • maybe this is what you're looking for https://scalameta.org/metals/docs/editors/vscode.html ? – mfirry Apr 06 '20 at 12:38

1 Answers1

0

The Scala language is supported by the monaco-ace-tokenizer library.

Stéphane Laurent
  • 75,186
  • 15
  • 119
  • 225