UNPKG

highlight-ts

Version:

Highlight.JS in TypeScript (and ES6).

22 lines 504 B
"use strict"; /* Language: Shell Session Requires: bash.js Author: TSUYUSATO Kitsune <make.just.on@gmail.com> Category: common */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Shell = { name: 'shell', aliases: ['console'], contains: [ { className: 'meta', begin: '^\\s{0,3}[\\w\\d\\[\\]()@-]*[>%$#]', starts: { end: '$', subLanguage: 'bash' } } ] }; //# sourceMappingURL=shell.js.map