|
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.