|
vor 5 Jahren | |
---|---|---|
.vscode | vor 7 Jahren | |
scripts | vor 5 Jahren | |
src | vor 5 Jahren | |
test | vor 5 Jahren | |
.editorconfig | vor 7 Jahren | |
.gitignore | vor 6 Jahren | |
.npmignore | vor 7 Jahren | |
LICENSE.md | vor 9 Jahren | |
README.md | vor 5 Jahren | |
ThirdPartyNotices.txt | vor 9 Jahren | |
azure-pipelines.yml | vor 6 Jahren | |
package-lock.json | vor 6 Jahren | |
package.json | vor 6 Jahren |
Colorization and configuration supports for multiple languages for the Monaco Editor:
Also css
dialects:
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
$> npm run watch
edit $/src/monaco.contribution.ts
and register your new language
import './myLang/myLang.contribution';
edit $/test/setup.js
and load your new language while testing
'release/dev/myLang/myLang.test',
edit $/scripts/bundle.js
and ship your new language
bundleOne('myLang/myLang');
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.