From 41722187faac38c4a25e105c74fd85a736e8263c Mon Sep 17 00:00:00 2001 From: Lehlogonolo Poole Date: Mon, 27 Oct 2025 16:12:49 +0200 Subject: [PATCH 1/2] add Jaiva supported language. --- CHANGES.md | 2 ++ SUPPORTED_LANGUAGES.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b1413c29a5..810646acc5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,7 @@ New Grammars: - added 3rd party L4 grammar to SUPPORTED_LANGUAGES [Thomas Gorissen][] - added 3rd party Bicep grammar to SUPPORTED_LANGUAGES [Anthony Martin][] - added 3rd party Abc Notation grammar to SUPPORTED_LANGUAGES [NriotHrreion][] +- added 3rd party Jaiva grammar to SUPPORTED_LANGUAGES [Lehlogonolo Poole][] Core Grammars: @@ -55,6 +56,7 @@ CONTRIBUTORS [te-ing]: https://github.com/te-ing [Anthony Martin]: https://github.com/anthony-c-martin [NriotHrreion]: https://github.com/NriotHrreion +[Lehlogonolo Poole]: https://github.com/yetnt ## Version 11.11.1 diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index c0a9ae6e58..1260b94c1a 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -117,6 +117,7 @@ The table below shows the full list of languages (and corresponding classes/alia | IRPF90 | irpf90 | | | Java | java, jsp | | | JavaScript | javascript, js, jsx | | +| Jaiva | jaiva, jiv, jva | [highlightjs-jaiva](https://github.com/yetnt/highlightjs-jaiva) | | Jolie | jolie, iol, ol | [highlightjs-jolie](https://github.com/xiroV/highlightjs-jolie) | | JSON | json, jsonc, json5 | | | JSONata | jsonata | [highlightjs-jsonata](https://github.com/DevDimov/highlightjs-jsonata) | From 6982027268b656d36d69fe53bc54611197ee2308 Mon Sep 17 00:00:00 2001 From: Lehlogonolo Poole Date: Mon, 27 Oct 2025 16:15:28 +0200 Subject: [PATCH 2/2] move Jaiva above Java (alphabetical order) --- SUPPORTED_LANGUAGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 1260b94c1a..0c5f79f831 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -115,9 +115,9 @@ The table below shows the full list of languages (and corresponding classes/alia | Ini, TOML | ini, toml | | | Iptables | iptables | [highlightjs-iptables](https://github.com/highlightjs/highlightjs-iptables) | | IRPF90 | irpf90 | | +| Jaiva | jaiva, jiv, jva | [highlightjs-jaiva](https://github.com/yetnt/highlightjs-jaiva) | | Java | java, jsp | | | JavaScript | javascript, js, jsx | | -| Jaiva | jaiva, jiv, jva | [highlightjs-jaiva](https://github.com/yetnt/highlightjs-jaiva) | | Jolie | jolie, iol, ol | [highlightjs-jolie](https://github.com/xiroV/highlightjs-jolie) | | JSON | json, jsonc, json5 | | | JSONata | jsonata | [highlightjs-jsonata](https://github.com/DevDimov/highlightjs-jsonata) |