|
hace 7 años | |
---|---|---|
.vscode | hace 7 años | |
scripts | hace 7 años | |
src | hace 7 años | |
test | hace 7 años | |
.gitignore | hace 7 años | |
.npmignore | hace 7 años | |
.travis.yml | hace 7 años | |
LICENSE.md | hace 9 años | |
README.md | hace 7 años | |
ThirdPartyNotices.txt | hace 9 años | |
package-lock.json | hace 7 años | |
package.json | hace 7 años |
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 prepublish
$/src/myLang/myLang.contribution.ts
$/src/myLang/myLang.ts
$/src/myLang/myLang.test.ts
$> npm run watch
$/src/monaco.contribution.ts
and register your new language:edit $/test/setup.js
and load your new language while testing
'release/dev/sql/sql.test',
edit $/scripts/bundle.js
and ship your new language
bundleOne('sql/sql'),
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.