bim: add common commands to (e)sh syntax highlighting

This commit is contained in:
K. Lange 2018-10-20 18:16:49 +09:00
parent 2e87826eb2
commit 4beb5c361b
1 changed files with 3 additions and 1 deletions

View File

@ -893,8 +893,10 @@ char * syn_py_ext[] = {".py",NULL};
*/
static char * syn_sh_keywords[] = {
"cd","exit","export","help","history","if",
"empty?","equals?","return","export-cmd",
"empty?","equals?","return","export-cmd","read",
"source","exec","not","while","then","else",
/* Command commands */
"echo","cd","ln","tar","rm","cp","chmod",
NULL,
};