mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
Add bash syntax brush (Fixes #45)
This commit is contained in:
parent
afe229d343
commit
fab0cba8a8
@ -14,6 +14,9 @@
|
||||
|
||||
class DocumentationViewer extends Controller {
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
private static $allowed_actions = array(
|
||||
'home',
|
||||
'LanguageForm',
|
||||
@ -106,6 +109,7 @@ class DocumentationViewer extends Controller {
|
||||
DOCSVIEWER_DIR . '/thirdparty/syntaxhighlighter/scripts/shBrushXml.js',
|
||||
DOCSVIEWER_DIR . '/thirdparty/syntaxhighlighter/scripts/shBrushCss.js',
|
||||
DOCSVIEWER_DIR . '/thirdparty/syntaxhighlighter/scripts/shBrushYaml.js',
|
||||
DOCSVIEWER_DIR . '/thirdparty/syntaxhighlighter/scripts/shBrushBash.js',
|
||||
DOCSVIEWER_DIR . '/javascript/shBrushSS.js'
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user