forked from COVID19Tracking/website-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreact-syntax-highlighter_languages_highlight_bash.9380587ffa85b53a9fdd.bundle.js
More file actions
2 lines (2 loc) · 1.69 KB
/
react-syntax-highlighter_languages_highlight_bash.9380587ffa85b53a9fdd.bundle.js
File metadata and controls
2 lines (2 loc) · 1.69 KB
1
2
(window.webpackJsonp=window.webpackJsonp||[]).push([[18],{1842:function(module,exports){module.exports=function(hljs){var VAR={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)}/}]},QUOTE_STRING={className:"string",begin:/"/,end:/"/,contains:[hljs.BACKSLASH_ESCAPE,VAR,{className:"variable",begin:/\$\(/,end:/\)/,contains:[hljs.BACKSLASH_ESCAPE]}]};return{aliases:["sh","zsh"],lexemes:/\b-?[a-z\._]+\b/,keywords:{keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},contains:[{className:"meta",begin:/^#![^\n]+sh\s*$/,relevance:10},{className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[hljs.inherit(hljs.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},hljs.HASH_COMMENT_MODE,QUOTE_STRING,{className:"string",begin:/'/,end:/'/},VAR]}}}}]);
//# sourceMappingURL=react-syntax-highlighter_languages_highlight_bash.9380587ffa85b53a9fdd.bundle.js.map