From 5b2a1813069ed9dfa2f4c5af56495aa051e67833 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 17 Apr 2015 01:49:54 +0200 Subject: Move external resources to "lib" folder, update makefile --- script/prism_bash.js | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 script/prism_bash.js (limited to 'script/prism_bash.js') diff --git a/script/prism_bash.js b/script/prism_bash.js deleted file mode 100644 index 24d5025..0000000 --- a/script/prism_bash.js +++ /dev/null @@ -1,21 +0,0 @@ -// @license magnet:?xt=urn:btih:5305d91886084f776adcf57509a648432709a7c7&dn=x11.txt -/* - * Ousía Website JS - * - * (c) Andreas Stöckel, 2015 - * - * This work is licensed under the X11 (MIT) license. - * http://www.opensource.org/licenses/mit-license.php - */ - -(function () { -"use strict"; -Prism.languages.bash = { - 'comment': /#.*$/, - 'string': /("|')(\\\n|\\?.)*?\1/, - 'url': /http:\/\/[^\s]*/, - 'keyword': /(^| )(cd|mkdir|git|echo|clone|sudo|yum|apt-get|cmake|make|install)( |$)/ -}; -})(); - -// @license-end -- cgit v1.2.3