mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-13 00:41:59 +03:00
@ -23,6 +23,8 @@ const modeMap = {
|
||||
css: async () => css(),
|
||||
'c++': () => legacyLoad('cpp'),
|
||||
'c#': () => legacyLoad('csharp'),
|
||||
clj: () => legacyLoad('clojure'),
|
||||
clojure: () => legacyLoad('clojure'),
|
||||
csharp: () => legacyLoad('csharp'),
|
||||
dart: () => legacyLoad('dart'),
|
||||
diff: () => legacyLoad('diff'),
|
||||
|
Reference in New Issue
Block a user