|
4 years ago | |
---|---|---|
.github | 4 years ago | |
.vscode | 4 years ago | |
scripts | 4 years ago | |
src | 4 years ago | |
test | 4 years ago | |
.editorconfig | 7 years ago | |
.gitignore | 4 years ago | |
.npmignore | 4 years ago | |
.prettierignore | 4 years ago | |
.prettierrc | 4 years ago | |
LICENSE.md | 4 years ago | |
README.md | 4 years ago | |
SECURITY.md | 4 years ago | |
ThirdPartyNotices.txt | 9 years ago | |
package-lock.json | 4 years ago | |
package.json | 4 years ago |
Colorization and configuration supports for multiple languages for the Monaco Editor:
Please file issues concerning monaco-languages
in the monaco-editor
-repository.
This npm module is bundled and distributed in the monaco-editor npm module.
npm install .
npm run watch
npm run test
npm run prepublishOnly
$/src/myLang/myLang.contribution.ts
$/src/myLang/myLang.ts
$/src/myLang/myLang.test.ts
edit $/src/monaco.contribution.ts
and register your new language
import './myLang/myLang.contribution';
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.