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