Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to Laravel Blade plugin #2944

Merged
merged 4 commits into from Dec 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions 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:
Expand Down Expand Up @@ -84,6 +93,7 @@ Recent Deprecations:
[Vaibhav Chanana]: https://github.com/il3ven
[Guillaume Grossetie]: https://github.com/mogztter


## Version 10.4.1 (tentative)

Security
Expand Down
1 change: 1 addition & 0 deletions SUPPORTED_LANGUAGES.md
Expand Up @@ -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 | |
Expand Down