1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-12-20 22:22:06 +03:00

Code: Added groovy syntax highlighting

For #5822
This commit is contained in:
Dan Brown
2025-10-21 18:34:21 +01:00
parent 2c81447c9e
commit ebf82617b8
3 changed files with 4 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ const modeMap = {
'f#': () => legacyLoad('fSharp'),
fsharp: () => legacyLoad('fSharp'),
go: () => legacyLoad('go'),
groovy: () => legacyLoad('groovy'),
haskell: () => legacyLoad('haskell'),
hs: () => legacyLoad('haskell'),
html: async () => html({selfClosingTags: true}),