|
5 gadi atpakaļ | |
---|---|---|
.vscode | a0809e5d56 Merge pull request #38 from masad-frost/master | 7 gadi atpakaļ |
scripts | eee394ef11 Use glob for bundling | 5 gadi atpakaļ |
src | 77e39dbd1e Merge pull request #86 from lexon-foundation/master | 5 gadi atpakaļ |
test | 8267281d21 Fixes microsoft/monaco-editor#1708 | 5 gadi atpakaļ |
.editorconfig | be0d51046c Use .editorConfig from Microsoft/vscode | 7 gadi atpakaļ |
.gitignore | 383f172aee [clojure] Add IntelliJ IDEA project directory/file to .gitignore. | 6 gadi atpakaļ |
.npmignore | ec369b424a Improve npmignore | 7 gadi atpakaļ |
LICENSE.md | c4177ec697 Initial release | 9 gadi atpakaļ |
README.md | 71919c681e There is no need to list all the languages in the README | 5 gadi atpakaļ |
ThirdPartyNotices.txt | c4177ec697 Initial release | 9 gadi atpakaļ |
azure-pipelines.yml | 347d55eb96 Set up CI with Azure Pipelines | 6 gadi atpakaļ |
package-lock.json | 1b4729c63b 1.10.0 | 5 gadi atpakaļ |
package.json | 1b4729c63b 1.10.0 | 5 gadi atpakaļ |
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.