diff --git a/CHANGES.md b/CHANGES.md index 39e6cd9b8e..ceb04d4ac3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +## Version 10.6.0 (wip) + +New Languages: + +- Added 3rd party Laravel Blade grammar to SUPPORTED_LANGUAGES (#2944) [Michael Newton][] + +[Michael Newton]: https://github.com/miken32 + + ## Version 10.5.0 Build: @@ -84,6 +93,7 @@ Recent Deprecations: [Vaibhav Chanana]: https://github.com/il3ven [Guillaume Grossetie]: https://github.com/mogztter + ## Version 10.4.1 (tentative) Security diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 79711b2f94..8bd490725e 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -30,6 +30,7 @@ Languages that listed a **Package** below are 3rd party languages and are not bu | Bash | bash, sh, zsh | | | Basic | basic | | | BBCode | bbcode | [highlightjs-bbcode](https://github.com/RedGuy7/highlightjs-bbcode) | +| Blade (Laravel) | blade | [highlightjs-blade](https://github.com/miken32/highlightjs-blade) | | BNF | bnf | | | Brainfuck | brainfuck, bf | | | C# | csharp, cs | |