mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
A browser based code editor
| .vscode | ||
| src | ||
| test | ||
| .gitignore | ||
| .npmignore | ||
| gulpfile.js | ||
| LICENSE.md | ||
| package.json | ||
| README.md | ||
| ThirdPartyNotices.txt | ||
| tsconfig.json | ||
Monaco Languages
Colorization and configuration supports for multiple languages for the Monaco Editor:
- 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
