From: Dan Brown Date: Fri, 6 Mar 2020 19:54:15 +0000 (+0000) Subject: Merge branch 'perl_syntax_highlight' of git://github.com/Iyeyasu/BookStack into Iyeya... X-Git-Tag: v0.28.3~1^2~19 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/56be10f1cd65386063ae3d10da82a81b0aefbf15?hp=--cc Merge branch 'perl_syntax_highlight' of git://github.com/Iyeyasu/BookStack into Iyeyasu-perl_syntax_highlight --- 56be10f1cd65386063ae3d10da82a81b0aefbf15 diff --cc resources/js/services/code.js index 21f331a63,27413764a..14801de9c --- a/resources/js/services/code.js +++ b/resources/js/services/code.js @@@ -15,7 -13,8 +15,8 @@@ import 'codemirror/mode/lua/lua' import 'codemirror/mode/markdown/markdown'; import 'codemirror/mode/mllike/mllike'; import 'codemirror/mode/nginx/nginx'; + import 'codemirror/mode/perl/perl'; +import 'codemirror/mode/pascal/pascal'; import 'codemirror/mode/php/php'; import 'codemirror/mode/powershell/powershell'; import 'codemirror/mode/properties/properties';