diff --git a/bibop-recipe.sublime-completions b/bibop-recipe.sublime-completions index 8b070bb..6941790 100644 --- a/bibop-recipe.sublime-completions +++ b/bibop-recipe.sublime-completions @@ -42,6 +42,7 @@ { "trigger": "mkdir\t— Creates a directory", "contents": "mkdir ${1:path}" }, { "trigger": "remove\t— Removes file or directory", "contents": "remove ${1:path}" }, { "trigger": "chmod\t— Changes file mode bits", "contents": "chmod ${1:target} ${2:mode}" }, + { "trigger": "chown\t— Changes file or directory owner", "contents": "chmod ${1:target} ${2:user}:${3:group}" }, { "trigger": "truncate\t— Changes the size of the file to zero", "contents": "truncate ${1:target}" }, { "trigger": "cleanup\t— Removes all directories and files in the given directory", "contents": "cleanup ${1:dir}" }, { "trigger": "backup\t— Creates backup for the file", "contents": "backup ${1:path}" },