|
5 years ago | |
---|---|---|
.vscode | f697f2e5ba Replace mocha with tape (for security issue) | 5 years ago |
scripts | eee394ef11 Use glob for bundling | 5 years ago |
src | f697f2e5ba Replace mocha with tape (for security issue) | 5 years ago |
test | f697f2e5ba Replace mocha with tape (for security issue) | 5 years ago |
.editorconfig | be0d51046c Use .editorConfig from Microsoft/vscode | 7 years ago |
.gitignore | 383f172aee [clojure] Add IntelliJ IDEA project directory/file to .gitignore. | 6 years ago |
.npmignore | f697f2e5ba Replace mocha with tape (for security issue) | 5 years ago |
LICENSE.md | c4177ec697 Initial release | 9 years ago |
README.md | 71919c681e There is no need to list all the languages in the README | 5 years ago |
ThirdPartyNotices.txt | c4177ec697 Initial release | 9 years ago |
azure-pipelines.yml | 347d55eb96 Set up CI with Azure Pipelines | 6 years ago |
package-lock.json | f697f2e5ba Replace mocha with tape (for security issue) | 5 years ago |
package.json | f697f2e5ba Replace mocha with tape (for security issue) | 5 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.