mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Clean
This commit is contained in:
21
Highlight/languages/shell.js
Normal file
21
Highlight/languages/shell.js
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
Language: Shell Session
|
||||
Requires: bash.js
|
||||
Author: TSUYUSATO Kitsune <make.just.on@gmail.com>
|
||||
Category: common
|
||||
*/
|
||||
|
||||
function(hljs) {
|
||||
return {
|
||||
aliases: ['console'],
|
||||
contains: [
|
||||
{
|
||||
className: 'meta',
|
||||
begin: '^\\s{0,3}[\\w\\d\\[\\]()@-]*[>%$#]',
|
||||
starts: {
|
||||
end: '$', subLanguage: 'bash'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user