Add Lua to the language-sniffing.
Chris Pressey
11 years ago
125 | 125 | documented in this README for now. |
126 | 126 | * The hashbang line of the file will be sniffed if the language cannot be |
127 | 127 | determined from the the file extension. Currently supports Python, Ruby, |
128 | and shell. | |
128 | Lua, and shell. | |
129 | 129 | * Special read-only editor panes can show output from a periodically-run |
130 | 130 | command. The only one implemented so far is a pane that shows the |
131 | 131 | output of `git diff`, created by Ctrl+D. |