|
пре 3 година | |
---|---|---|
.github | пре 4 година | |
.vscode | пре 3 година | |
scripts | пре 4 година | |
src | пре 3 година | |
test | пре 4 година | |
.editorconfig | пре 7 година | |
.gitignore | пре 4 година | |
.npmignore | пре 4 година | |
.prettierignore | пре 4 година | |
.prettierrc | пре 4 година | |
LICENSE.md | пре 4 година | |
README.md | пре 4 година | |
SECURITY.md | пре 4 година | |
ThirdPartyNotices.txt | пре 9 година | |
package-lock.json | пре 3 година | |
package.json | пре 3 година |
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.