Skip to content

Commit b1a1797

Browse files
authored
Merge branch 'main' into leaf-bug
2 parents 3e143bd + 2ceb591 commit b1a1797

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ New Grammars:
44

55
- added 3rd party Aiken grammar to SUPPORTED_LANGUAGES [Josh Marchand][]
66
- added 3rd party VoltScript grammar to SUPPORTED_LANGUAGES [Chester Moses][]
7+
- added 3rd party Prisma grammar to SUPPORTED_LANGUAGES [SungHyun Kim][]
8+
- added 3rd party Magik grammar to SUPPORTED_LANGUAGES [Sebastiaan Speck][]
9+
- added 3rd party Gleam grammar to SUPPORTED_LANGUAGES [Filip Hoffmann][]
710

811
Core Grammars:
912

@@ -29,7 +32,10 @@ CONTRIBUTORS
2932
[Antoine Musso]: https://github.com/hashar
3033
[Chester Moses]: https://github.com/Chester-Moses-HCL
3134
[Francesco Paolo Severino]: https://github.com/fpseverino
35+
[SungHyun Kim]: https://github.com/witch-factory
3236
[Adam Lui]: https://github.com/adamlui
37+
[Sebastiaan Speck]: https://github.com/sebastiaanspeck
38+
[Filip Hoffmann]: https://github.com/folospior
3339

3440

3541
## Version 11.11.1

SUPPORTED_LANGUAGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ The table below shows the full list of languages (and corresponding classes/alia
9191
| GAUSS | gauss, gss | |
9292
| GDScript | godot, gdscript | [highlightjs-gdscript](https://github.com/highlightjs/highlightjs-gdscript) |
9393
| Gherkin | gherkin | |
94+
| Gleam | gleam | [gleam-highlight.js](https://github.com/gleam-lang/gleam-highlight.js) |
9495
| Glimmer and EmberJS | hbs, glimmer, html.hbs, html.handlebars, htmlbars | [highlightjs-glimmer](https://github.com/NullVoxPopuli/highlightjs-glimmer) |
9596
| GN for Ninja | gn, gni | [highlightjs-GN](https://github.com/highlightjs/highlightjs-GN) |
9697
| Go | go, golang | |
@@ -135,6 +136,7 @@ The table below shows the full list of languages (and corresponding classes/alia
135136
| Lua | lua, pluto | |
136137
| Luau | luau | [highlightjs-luau](https://github.com/highlightjs/highlightjs-luau) |
137138
| Macaulay2 | macaulay2 | [highlightjs-macaulay2](https://github.com/d-torrance/highlightjs-macaulay2) |
139+
| Magik | magik | [highlightjs-magik](https://github.com/sebastiaanspeck/highlightjs-magik) |
138140
| Makefile | makefile, mk, mak, make | |
139141
| Markdown | markdown, md, mkdown, mkd | |
140142
| Mathematica | mathematica, mma, wl | |
@@ -181,6 +183,7 @@ The table below shows the full list of languages (and corresponding classes/alia
181183
| PostgreSQL & PL/pgSQL | pgsql, postgres, postgresql | |
182184
| PowerOn | poweron, po | [highlightjs-poweron](https://github.com/libum-llc/highlightjs-poweron) |
183185
| PowerShell | powershell, ps, ps1 | |
186+
| Prisma | prisma | [highlightjs-prisma](https://github.com/witch-factory/highlightjs-prisma) |
184187
| Processing | processing | |
185188
| Prolog | prolog | |
186189
| Properties | properties | |

0 commit comments

Comments
 (0)