diff --git a/CHANGES.md b/CHANGES.md index 26b9d4b2a4..4907924c29 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -54,6 +54,7 @@ New Grammars: - added 3rd party WGSL grammar to SUPPORTED_LANGUAGES [Arman Uguray][] - added 3rd party Unison grammar to SUPPORTED_LANGUAGES [RĂșnar Bjarnason][] - added 3rd party Phix grammar to SUPPORTED_LANGUAGES [PeteLomax][] +- added 3rd party Mirth grammar to SUPPORTED_LANGUAGES [Sierra][] Developer Tool: @@ -98,6 +99,7 @@ Themes: [Carl RĂ€fting]: https://github.com/carlrafting [BackupMiles]: https://github.com/BackupMiles [Julien Bloino]: https://github.com/jbloino +[Sierra]: https://github.com/casuallyblue diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 078867b1ea..38830f783f 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -141,6 +141,7 @@ The table below shows the full list of languages (and corresponding classes/alia | Mercury | mercury | | | MIPS Assembler | mips, mipsasm | | | Mint | mint | [highlightjs-mint](https://github.com/mint-lang/highlightjs-mint) | +| Mirth | mirth | [highlightjs-mirth](https://github.com/highlightjs/highlightjs-mirth) | | mIRC Scripting Language | mirc, mrc | [highlightjs-mirc](https://github.com/highlightjs/highlightjs-mirc) | | Mizar | mizar | | | MKB | mkb | [highlightjs-mkb](https://github.com/Dereavy/highlightjs-mkb) |