From 790871f578b89f06408106159e60f9ae1e408a1c Mon Sep 17 00:00:00 2001 From: Jakob Schneider <60233376+jaschdoc@users.noreply.github.com> Date: Sun, 16 Oct 2022 15:23:39 +0200 Subject: [PATCH 1/4] Add Flix to SUPPORTED_LANGUAGES.md This PR adds the Flix language to the list of supported languages. --- SUPPORTED_LANGUAGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 4ecc39ec13..998e1c75d5 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -77,6 +77,7 @@ The table below shows the full list of languages (and corresponding classes/alia | Extempore | extempore, xtlang, xtm | [highlightjs-xtlang](https://github.com/highlightjs/highlightjs-xtlang) | | F# | fsharp, fs | | | FIX | fix | | +| Flix | flix | [highlightjs-flix](https://github.com/flix/highlight.js) | | Fortran | fortran, f90, f95 | | | FunC | func | [highlightjs-func](https://github.com/highlightjs/highlightjs-func) | | G-Code | gcode, nc | | From 8bdf5ad0dfeb5faefc7267c7f63b8c17a9317078 Mon Sep 17 00:00:00 2001 From: Jakob Schneider <60233376+jaschdoc@users.noreply.github.com> Date: Sun, 16 Oct 2022 15:27:32 +0200 Subject: [PATCH 2/4] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index d27774f08f..65b3ddfae2 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 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 Team][] Grammars: From 0dbf6cd819e0a4022d82f0bb9add4a7dfe6ad241 Mon Sep 17 00:00:00 2001 From: Jakob Schneider <60233376+jaschdoc@users.noreply.github.com> Date: Tue, 25 Oct 2022 16:49:55 +0200 Subject: [PATCH 3/4] Update CHANGES.md --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 65b3ddfae2..926a12f917 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,7 @@ New Grammars: - Added 3rd party LookML grammar to SUPPORTED_LANGUAGES [Josh Temple][] - 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 Team][] +- Added 3rd party Flix grammar to SUPPORTED_LANGUAGES [The Flix Organisation][] Grammars: @@ -21,7 +21,7 @@ Grammars: [nathnolt]: https://github.com/nathnolt [Nick Chambers]: https://github.com/uplime [h7x4]: https://github.com/h7x4 - +[The Flix Organisation]: https://github.com/flix ## Version 11.6.0 From 3a8f3ead5e1ed89153148442a66725e16d7f7abb Mon Sep 17 00:00:00 2001 From: Jakob Schneider <60233376+jaschdoc@users.noreply.github.com> Date: Mon, 31 Oct 2022 10:04:01 +0100 Subject: [PATCH 4/4] Update SUPPORTED_LANGUAGES.md --- SUPPORTED_LANGUAGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 998e1c75d5..b32052093f 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -77,7 +77,7 @@ The table below shows the full list of languages (and corresponding classes/alia | Extempore | extempore, xtlang, xtm | [highlightjs-xtlang](https://github.com/highlightjs/highlightjs-xtlang) | | F# | fsharp, fs | | | FIX | fix | | -| Flix | flix | [highlightjs-flix](https://github.com/flix/highlight.js) | +| Flix | flix | [highlightjs-flix](https://github.com/flix/highlightjs-flix) | | Fortran | fortran, f90, f95 | | | FunC | func | [highlightjs-func](https://github.com/highlightjs/highlightjs-func) | | G-Code | gcode, nc | |