Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ New Grammars:
- added 3rd party L4 grammar to SUPPORTED_LANGUAGES [Thomas Gorissen][]
- added 3rd party Bicep grammar to SUPPORTED_LANGUAGES [Anthony Martin][]
- added 3rd party Abc Notation grammar to SUPPORTED_LANGUAGES [NriotHrreion][]
- added 3rd party Veryl grammar to SUPPORTED_LANGUAGES [Naoya Hatta][]

Core Grammars:

Expand Down Expand Up @@ -55,6 +56,7 @@ CONTRIBUTORS
[te-ing]: https://github.com/te-ing
[Anthony Martin]: https://github.com/anthony-c-martin
[NriotHrreion]: https://github.com/NriotHrreion
[Naoya Hatta]: https://github.com/dalance


## Version 11.11.1
Expand Down
1 change: 1 addition & 0 deletions SUPPORTED_LANGUAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ The table below shows the full list of languages (and corresponding classes/alia
| VBA | vba | [highlightjs-vba](https://github.com/dullin/highlightjs-vba) |
| VBScript | vbscript, vbs | |
| Verilog | verilog, v | |
| Veryl | veryl | [highlightjs-veryl](https://github.com/veryl-lang/veryl/tree/master/support/highlightjs) |
| VHDL | vhdl | |
| Vim Script | vim | |
| VoltScript | voltscript, vss, lotusscript, lss | [highlightjs-voltscript](https://github.com/HCL-TECH-SOFTWARE/highlightjs-voltscript) |
Expand Down