2016-06-10 01:01:53 +08:00
|
|
|
# Monaco Languages
|
|
|
|
|
|
|
|
Colorization and configuration supports for multiple languages for the Monaco Editor:
|
|
|
|
|
|
|
|
![monaco-languages](https://cloud.githubusercontent.com/assets/5047891/15938606/1fd4bac6-2e74-11e6-8839-d455da8bc8a7.gif)
|
|
|
|
|
|
|
|
* 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](https://www.npmjs.com/package/monaco-editor) npm module.
|
|
|
|
|
|
|
|
## Dev:
|
|
|
|
|
|
|
|
* compile with `npm run watch`
|
|
|
|
* test with `npm run test`
|
|
|
|
* bundle with `npm run prepublish`
|
|
|
|
|
|
|
|
## License
|
2016-06-10 01:02:35 +08:00
|
|
|
[MIT](https://github.com/Microsoft/monaco-languages/blob/master/LICENSE.md)
|