From 13a96b0277041dc7f0d6bd78be35755f57728fc0 Mon Sep 17 00:00:00 2001 From: Laurel King Date: Sat, 30 Nov 2024 15:13:49 -0700 Subject: [PATCH] (enh) add Liquid to SUPPORTED_LANGUAGES.md (#4174) --- CHANGES.md | 4 +++- SUPPORTED_LANGUAGES.md | 5 +++-- 2 files changed, 6 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 0e0d3f510c..d62c1cd802 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) @@ -126,6 +126,7 @@ The table below shows the full list of languages (and corresponding classes/alia | Lasso | lasso, ls, lassoscript | | | Less | less | | | LDIF | ldif | | +| Liquid | liquid | [highlightjs-liquid](https://github.com/highlightjs/highlightjs-liquid) | | Lisp | lisp | | | LiveCode Server | livecodeserver | | | LiveScript | livescript, ls | | @@ -200,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 | |