A browser based code editor
 
 
 
Go to file
Alex Dima 14f3eddc6b 0.2.0 2016-06-16 12:32:38 +02:00
.vscode
src Adopt latest monaco-editor-core 2016-06-16 12:32:24 +02:00
test
.gitignore
.npmignore
LICENSE.md
README.md Fix README 2016-06-09 19:02:35 +02:00
ThirdPartyNotices.txt
gulpfile.js
package.json 0.2.0 2016-06-16 12:32:38 +02:00
tsconfig.json

README.md

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