Update CONTRIBUTING.md

Contributed languages should have significant relevance
This commit is contained in:
Henning Dieterichs 2021-12-20 10:32:57 +01:00 committed by GitHub
parent 3ad48dbde4
commit 6389400e10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,8 @@ This repository contains source code only for Monaco Editor Languages, the core
## Contributing a new tokenizer / a new language ## Contributing a new tokenizer / a new language
Please understand that we only bundle languages with the monaco editor that have a significant relevance (for example, those that have an article in Wikipedia).
- create `$/src/basic-languages/{myLang}/{myLang}.contribution.ts` - create `$/src/basic-languages/{myLang}/{myLang}.contribution.ts`
- create `$/src/basic-languages/{myLang}/{myLang}.ts` - create `$/src/basic-languages/{myLang}/{myLang}.ts`
- create `$/src/basic-languages/{myLang}/{myLang}.test.ts` - create `$/src/basic-languages/{myLang}/{myLang}.test.ts`