# changes to documentation
"area/documentation": doc/**/*
# changes to the core lib package
"area/lib": ./*.go
# changes to the zsh completion
"area/*sh completion":
- ./zsh_*
- ./shell_*
- ./powershell_*
- ./bash_*