From f42523d671f1fa58b3a15735ca8532ffb50c3c8c Mon Sep 17 00:00:00 2001 From: Laurel Thorburn Date: Fri, 29 Nov 2024 12:37:04 -0700 Subject: [PATCH] update supported languages and add liquid reference to changelog --- CHANGES.md | 4 +++- SUPPORTED_LANGUAGES.md | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c0fc84a43e..745affddbf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -41,11 +41,12 @@ Core Grammars: - fix(swift) - Fixed syntax highlighting for class func/var declarations [guuido] - fix(yaml) - Fixed wrong escaping behavior in single quoted strings [guuido] - enh(nim) - Add `concept` and `defer` to list of Nim keywords [Jake Leahy] - + New Grammars: - added 3rd party TTCN-3 grammar to SUPPORTED_LANGUAGES [Osmocom][] - added 3rd party Odin grammar to SUPPORTED_LANGUAGES [clsource][] +- added 3rd party Liquid grammar to SUPPORTED_LANGUAGES [Laurel King][] Developer Tools: @@ -85,6 +86,7 @@ CONTRIBUTORS [guuido]: https://github.com/guuido [clsource]: https://github.com/clsource [Jake Leahy]: https://github.com/ire4ever1190 +[Laurel King]: https://github.com/laurelthorburn ## Version 11.10.0 diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index b6b471a516..616cec65d0 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -116,7 +116,7 @@ The table below shows the full list of languages (and corresponding classes/alia | Java | java, jsp | | | JavaScript | javascript, js, jsx | | | Jolie | jolie, iol, ol | [highlightjs-jolie](https://github.com/xiroV/highlightjs-jolie) | -| Julia | julia, jl | | +| Julia | julia, jl | | | Julia REPL | julia-repl | | | Kotlin | kotlin, kt | | | Lang | | [highlightjs-lang](https://github.com/highlightjs/highlightjs-lang) @@ -201,7 +201,7 @@ The table below shows the full list of languages (and corresponding classes/alia | Rebol & Red | redbol, rebol, red, red-system | [highlightjs-redbol](https://github.com/oldes/highlightjs-redbol) | | RenderMan RIB | rib | | | RenderMan RSL | rsl | | -| ReScript | rescript, res | [highlightjs-rescript](https://github.com/tsnobip/highlightjs-rescript) | +| ReScript | rescript, res | [highlightjs-rescript](https://github.com/tsnobip/highlightjs-rescript) | | RiScript | risc, riscript | [highlightjs-riscript](https://github.com/highlightjs/highlightjs-riscript) | | RISC-V Assembly | riscv, riscvasm | [highlightjs-riscvasm](https://github.com/highlightjs/highlightjs-riscvasm) | | Roboconf | graph, instances | |