lang/sh: remove tail & tee from +sh-builtin-keywords
This commit is contained in:
parent
323953db29
commit
d7a562faf5
1 changed files with 3 additions and 4 deletions
|
@ -2,10 +2,9 @@
|
|||
|
||||
(defvar +sh-builtin-keywords
|
||||
'("cat" "cat" "cd" "chmod" "chown" "cp" "curl" "date" "echo" "find" "git"
|
||||
"grep" "head" "kill" "less" "ls" "make" "mkdir" "mv" "pgrep" "pkill" "pwd"
|
||||
"rm" "sleep" "sudo" "tail" "tee" "touch")
|
||||
"A list of common shell commands and keywords to be fontified especially in
|
||||
`sh-mode'.")
|
||||
"grep" "kill" "less" "ls" "make" "mkdir" "mv" "pgrep" "pkill" "pwd"
|
||||
"rm" "sleep" "sudo" "touch")
|
||||
"A list of common shell commands to be fontified especially in `sh-mode'.")
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue