From 6cf1cebb7aa63ab46d2f68a462c34671ad95d529 Mon Sep 17 00:00:00 2001 From: Chester Moses Date: Wed, 26 Mar 2025 16:13:04 -0400 Subject: [PATCH] Add VoltScript as 3rd party language --- CHANGES.md | 2 ++ SUPPORTED_LANGUAGES.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e0b3e0ab7a..4cf83d0f52 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ New Grammars: - added 3rd party Aiken grammar to SUPPORTED_LANGUAGES [Josh Marchand][] +- added 3rd party VoltScript grammar to SUPPORTED_LANGUAGES [Chester Moses][] Core Grammars: @@ -14,6 +15,7 @@ CONTRIBUTORS [Josh Marchand]: https://github.com/yHSJ [Max Liashuk]: https://github.com/probil [Max Reznik]: https://github.com/reznikmm +[Chester Moses]: https://github.com/Chester-Moses-HCL ## Version 11.11.1 diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 5b4ef6d085..3daf952b7a 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -253,6 +253,7 @@ The table below shows the full list of languages (and corresponding classes/alia | Vala | vala | | | Verilog | verilog, v | | | Vim Script | vim | | +| VoltScript | voltscript, vss, lotusscript, lss | [highlightjs-voltscript](https://github.com/HCL-TECH-SOFTWARE/highlightjs-voltscript) | | WGSL | wgsl | [highlightjs-wgsl](https://github.com/highlightjs/highlightjs-wgsl) | | X# | xsharp, xs, prg | [highlightjs-xsharp](https://github.com/InfomindsAg/highlightjs-xsharp) | | X++ | axapta, x++ | |