| 1 | CodeMirror.defineMode('shell', function(config) { |
| 2 | |
| 3 | var atoms = ['true','false'], |
| 4 | keywords = ['if','then','do','else','elif','while','until','for','in','esac','fi','fin','fil','done','exit','set','unset','export','function'], |
nothing calls this directly
no test coverage detected