first docs
This commit is contained in:
14
.yarn/unplugged/highlight.js-npm-9.18.5-571500f48d/node_modules/highlight.js/lib/languages/shell.js
generated
vendored
Normal file
14
.yarn/unplugged/highlight.js-npm-9.18.5-571500f48d/node_modules/highlight.js/lib/languages/shell.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = 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