From e57bf136de722b1b55679732be19aa19eaccb702 Mon Sep 17 00:00:00 2001 From: Sopitive <30811278+Sopitive@users.noreply.github.com> Date: Sat, 19 Nov 2022 17:06:09 -0700 Subject: [PATCH] (docs) add RVT Script to SUPPORTED_LANGUAGES (#3666) --- CHANGES.md | 2 ++ SUPPORTED_LANGUAGES.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ab0bf5a79f..d697963d77 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ New Grammars: - added 3rd party LookML grammar to SUPPORTED_LANGUAGES [Josh Temple][] - added 3rd party FunC grammar to SUPPORTED_LANGUAGES [Nikita Sobolev][] - Added 3rd party Flix grammar to SUPPORTED_LANGUAGES [The Flix Organisation][] +- Added 3rd party RVT grammar to SUPPORTED_LANGUAGES [Sopitive][] Grammars: - enh(scheme) add `scm` alias for Scheme [matyklug18][] @@ -34,6 +35,7 @@ Improvements: [MBoegers]: https://github.com/MBoegers [Lachlan Heywood]: https://github.com/lachieh [Eddymens]: https://github.com/eddymens +[Sopitive]: https://github.com/Sopitive ## Version 11.6.0 diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index ed25267b0f..60a834d162 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -184,6 +184,7 @@ The table below shows the full list of languages (and corresponding classes/alia | RPM spec files | rpm-specfile, rpm, spec, rpm-spec, specfile | [highlightjs-rpm-specfile](https://github.com/highlightjs/highlightjs-rpm-specfile) | | Ruby | ruby, rb, gemspec, podspec, thor, irb | | | Rust | rust, rs | | +| RVT Script | rvt, rvt-script | [highlightjs-rvt-script](https://github.com/Sopitive/highlightjs-rvt-script) | | SAS | SAS, sas | | | SCSS | scss | | | SQL | sql | |