Skip to content

Commit 13a96b0

Browse files
(enh) add Liquid to SUPPORTED_LANGUAGES.md (#4174)
1 parent 4af42d1 commit 13a96b0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ Core Grammars:
4141
- fix(swift) - Fixed syntax highlighting for class func/var declarations [guuido]
4242
- fix(yaml) - Fixed wrong escaping behavior in single quoted strings [guuido]
4343
- enh(nim) - Add `concept` and `defer` to list of Nim keywords [Jake Leahy]
44-
44+
4545
New Grammars:
4646

4747
- added 3rd party TTCN-3 grammar to SUPPORTED_LANGUAGES [Osmocom][]
4848
- added 3rd party Odin grammar to SUPPORTED_LANGUAGES [clsource][]
49+
- added 3rd party Liquid grammar to SUPPORTED_LANGUAGES [Laurel King][]
4950

5051
Developer Tools:
5152

@@ -85,6 +86,7 @@ CONTRIBUTORS
8586
[guuido]: https://github.com/guuido
8687
[clsource]: https://github.com/clsource
8788
[Jake Leahy]: https://github.com/ire4ever1190
89+
[Laurel King]: https://github.com/laurelthorburn
8890

8991

9092
## Version 11.10.0

SUPPORTED_LANGUAGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The table below shows the full list of languages (and corresponding classes/alia
116116
| Java | java, jsp | |
117117
| JavaScript | javascript, js, jsx | |
118118
| Jolie | jolie, iol, ol | [highlightjs-jolie](https://github.com/xiroV/highlightjs-jolie) |
119-
| Julia | julia, jl | |
119+
| Julia | julia, jl | |
120120
| Julia REPL | julia-repl | |
121121
| Kotlin | kotlin, kt | |
122122
| 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
126126
| Lasso | lasso, ls, lassoscript | |
127127
| Less | less | |
128128
| LDIF | ldif | |
129+
| Liquid | liquid | [highlightjs-liquid](https://github.com/highlightjs/highlightjs-liquid) |
129130
| Lisp | lisp | |
130131
| LiveCode Server | livecodeserver | |
131132
| LiveScript | livescript, ls | |
@@ -200,7 +201,7 @@ The table below shows the full list of languages (and corresponding classes/alia
200201
| Rebol & Red | redbol, rebol, red, red-system | [highlightjs-redbol](https://github.com/oldes/highlightjs-redbol) |
201202
| RenderMan RIB | rib | |
202203
| RenderMan RSL | rsl | |
203-
| ReScript | rescript, res | [highlightjs-rescript](https://github.com/tsnobip/highlightjs-rescript) |
204+
| ReScript | rescript, res | [highlightjs-rescript](https://github.com/tsnobip/highlightjs-rescript) |
204205
| RiScript | risc, riscript | [highlightjs-riscript](https://github.com/highlightjs/highlightjs-riscript) |
205206
| RISC-V Assembly | riscv, riscvasm | [highlightjs-riscvasm](https://github.com/highlightjs/highlightjs-riscvasm) |
206207
| Roboconf | graph, instances | |

0 commit comments

Comments
 (0)