From 3de18da61b6d2f8aa304356965de7c33e561b9a3 Mon Sep 17 00:00:00 2001 From: Jared Date: Sun, 4 Apr 2021 22:27:05 +0200 Subject: [PATCH 1/2] Add ZenScript as a supported language also added a missing `|` to the end of `highlightjs-unicorn-rails-log` --- SUPPORTED_LANGUAGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 25f843b115..142340ff67 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -197,7 +197,7 @@ Languages that listed a **Package** below are 3rd party languages and are not bu | Transact-SQL | tsql | [highlightjs-tsql](https://github.com/highlightjs/highlightjs-tsql) | | Twig | twig, craftcms | | | TypeScript | typescript, ts | | -| Unicorn Rails log | unicorn-rails-log | [highlightjs-unicorn-rails-log](https://github.com/sweetppro/highlightjs-unicorn-rails-log) +| Unicorn Rails log | unicorn-rails-log | [highlightjs-unicorn-rails-log](https://github.com/sweetppro/highlightjs-unicorn-rails-log) | | VB.Net | vbnet, vb | | | VBA | vba | [highlightjs-vba](https://github.com/dullin/highlightjs-vba) | | VBScript | vbscript, vbs | | @@ -210,6 +210,7 @@ Languages that listed a **Package** below are 3rd party languages and are not bu | XL | xl, tao | | | XQuery | xquery, xpath, xq | | | YAML | yml, yaml | | +| ZenScript | zenscript, zs |[highlightjs-zenscript](https://github.com/highlightjs/highlightjs-zenscript) | | Zephir | zephir, zep | | From d7ed49373e0c82edff0e5bf589406f3948b4d12c Mon Sep 17 00:00:00 2001 From: Jared Date: Sun, 4 Apr 2021 22:31:28 +0200 Subject: [PATCH 2/2] Update CHANGES.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 0a8cf03ecd..43cfb433bd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,6 +24,7 @@ Grammars: New Languages: - Added 3rd party Splunk search processing language grammar to SUPPORTED_LANGUAGES (#3090) [Wei Su][] +- Added 3rd party ZenScript grammar to SUPPORTED_LANGUAGES(#3106) [Jared Luboff][] Theme Improvements: @@ -33,6 +34,7 @@ Theme Improvements: [Ryan Mulligan]: https://github.com/ryantm [R3voA3]: https://github.com/R3voA3 [Wei Su]: https://github.com/swsoyee +[Jared Luboff]: https://github.com/jaredlll08 ## Version 10.7.1