mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-21 05:13:21 +00:00
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
Language: Shell Session
|
||||
Requires: bash.js
|
||||
Author: TSUYUSATO Kitsune <make.just.on@gmail.com>
|
||||
Category: common
|
||||
*/
|
||||
|
||||
export default function(hljs) {
|
||||
return {
|
||||
name: 'Shell Session',
|
||||
aliases: ['console'],
|
||||
contains: [
|
||||
{
|
||||
className: 'meta',
|
||||
begin: '^\\s{0,3}[/\\w\\d\\[\\]()@-]*[>%$#]',
|
||||
starts: {
|
||||
end: '$', subLanguage: 'bash'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user