A browser based code editor
Go to file
2016-06-09 19:01:53 +02:00
.vscode Initial release 2016-06-09 19:01:53 +02:00
src Initial release 2016-06-09 19:01:53 +02:00
test Initial release 2016-06-09 19:01:53 +02:00
.gitignore Initial release 2016-06-09 19:01:53 +02:00
.npmignore Initial release 2016-06-09 19:01:53 +02:00
gulpfile.js Initial release 2016-06-09 19:01:53 +02:00
LICENSE.md Initial release 2016-06-09 19:01:53 +02:00
package.json Initial release 2016-06-09 19:01:53 +02:00
README.md Initial release 2016-06-09 19:01:53 +02:00
ThirdPartyNotices.txt Initial release 2016-06-09 19:01:53 +02:00
tsconfig.json Initial release 2016-06-09 19:01:53 +02:00

Monaco Languages

Colorization and configuration supports for multiple languages for the Monaco Editor:

monaco-languages

  • bat
  • coffee script
  • cpp
  • csharp
  • fsharp
  • go
  • ini
  • jade
  • lua
  • objective-c
  • powershell
  • python
  • r
  • ruby
  • sql
  • swift
  • vb
  • xml

Installing

This npm module is bundled and distributed in the monaco-editor npm module.

Dev:

  • compile with npm run watch
  • test with npm run test
  • bundle with npm run prepublish

License

MIT