From d446c7fc53680a97889a644542fe0859d544b161 Mon Sep 17 00:00:00 2001 From: Styx0x6 Date: Wed, 11 Feb 2026 17:17:09 +0100 Subject: [PATCH 1/3] Add ES|QL as reference in supported languages --- SUPPORTED_LANGUAGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index c0a9ae6e58..de9b986b51 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -81,6 +81,7 @@ The table below shows the full list of languages (and corresponding classes/alia | Elixir | elixir | | | Elm | elm | | | Erlang | erlang, erl | | +| ES|QL | esql | [highlightjs-esql](https://github.com/elastic/highlightjs-esql) | | Excel | excel, xls, xlsx | | | Extempore | extempore, xtlang, xtm | [highlightjs-xtlang](https://github.com/highlightjs/highlightjs-xtlang) | | F# | fsharp, fs, fsx, fsi, fsscript | | From 62cc3ed5d8c95b16da5f406f6d51e61cad0faddb Mon Sep 17 00:00:00 2001 From: Styx0x6 Date: Wed, 11 Feb 2026 17:32:15 +0100 Subject: [PATCH 2/3] Update CHANGES.md Added documentation and referenced missing ES|QL grammar. --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b1413c29a5..b3b76f4613 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +## Version 11.12.0 + +Documentation: + +- referenced missing 3rd party ES|QL grammar to SUPPORTED_LANGUAGES [Elastic][] + +CONTRIBUTORS + +[Elastic]: https://github.com/elastic + + ## Version 11.11.2 Themes: From ebcc19571f977e6f8c8053e6e8bf9327c786d296 Mon Sep 17 00:00:00 2001 From: Styx0x6 Date: Wed, 11 Feb 2026 17:50:21 +0100 Subject: [PATCH 3/3] Fix HTML encoding for ES|QL entry in languages list --- SUPPORTED_LANGUAGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index de9b986b51..ac44b2faf0 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -81,7 +81,7 @@ The table below shows the full list of languages (and corresponding classes/alia | Elixir | elixir | | | Elm | elm | | | Erlang | erlang, erl | | -| ES|QL | esql | [highlightjs-esql](https://github.com/elastic/highlightjs-esql) | +| ES|QL | esql | [highlightjs-esql](https://github.com/elastic/highlightjs-esql) | | Excel | excel, xls, xlsx | | | Extempore | extempore, xtlang, xtm | [highlightjs-xtlang](https://github.com/highlightjs/highlightjs-xtlang) | | F# | fsharp, fs, fsx, fsi, fsscript | |