From 6389400e105b4310b5c2463bbf20b976ae4b8b00 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Mon, 20 Dec 2021 10:32:57 +0100 Subject: [PATCH] Update CONTRIBUTING.md Contributed languages should have significant relevance --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e4ad373..30205175 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,6 +13,8 @@ This repository contains source code only for Monaco Editor Languages, the core ## 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}.ts` - create `$/src/basic-languages/{myLang}/{myLang}.test.ts`