|
4 жил өмнө | |
---|---|---|
.github | 5a4476ee8c update CI to also run on pull requests | 4 жил өмнө |
.vscode | 3efc637414 Add prettier | 4 жил өмнө |
scripts | bce6fe83af Define `printWidth` at 100 | 4 жил өмнө |
src | 6bc4008730 fix r roxygen comment highlighting #2086 | 4 жил өмнө |
test | 90417ad4ff Adopt latest `monaco-editor-core` | 4 жил өмнө |
.editorconfig | be0d51046c Use .editorConfig from Microsoft/vscode | 7 жил өмнө |
.gitignore | d7cc098c48 Use the global `monaco` only in the AMD case (see microsoft/monaco-editor#1974) | 4 жил өмнө |
.npmignore | d7cc098c48 Use the global `monaco` only in the AMD case (see microsoft/monaco-editor#1974) | 4 жил өмнө |
.prettierignore | d7cc098c48 Use the global `monaco` only in the AMD case (see microsoft/monaco-editor#1974) | 4 жил өмнө |
.prettierrc | bce6fe83af Define `printWidth` at 100 | 4 жил өмнө |
LICENSE.md | 3efc637414 Add prettier | 4 жил өмнө |
README.md | 3efc637414 Add prettier | 4 жил өмнө |
SECURITY.md | 0500e21d95 Add SECURITY.md | 4 жил өмнө |
ThirdPartyNotices.txt | c4177ec697 Initial release | 9 жил өмнө |
package-lock.json | 19ce286ce4 2.5.0 | 4 жил өмнө |
package.json | 19ce286ce4 2.5.0 | 4 жил өмнө |
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.