From e49d80a78841ee6bb4cf09ee8d5bbd2ac9d296c9 Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Sun, 15 Oct 2023 14:11:25 -0400 Subject: [PATCH] Update language-requests.rst --- docs/language-requests.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/language-requests.rst b/docs/language-requests.rst index 9f2420de8c..b93268a1c9 100644 --- a/docs/language-requests.rst +++ b/docs/language-requests.rst @@ -19,8 +19,8 @@ time to time in the Highlight.js issue tracker and discussion group. This means that *there's no point in requesting a new language without also providing a 3rd party implementation* (we'll simply close "Please support language Xyz" issues with a link to this explanation). If you'd like to see - a particular language available that you cannot implement yourself, the best way to - make it happen is to find another developer interested in doing so. + a particular language supported, the best way forward is to build the grammar + yourself, or find a developer interested in doing so. For more info on actually developing a language see our :doc:`language-guide`, and for information on how to properly package your 3rd party language module