Added PKGBUILD (Archlinux package scripts) to bash filemask.

This commit is contained in:
Pistos 2011-08-09 17:52:50 -04:00
parent 311f533682
commit 4b3e5f8da3
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ Diakonos Changelog
0.9.1
- Added PKGBUILD to bash filemask.
- Fixed -m switch (open matching files).
- Fixed breakage of grepping through all buffers when some buffers are unnamed.
- Fixed several display bugs.

View file

@ -1183,7 +1183,7 @@ lang.sql.context.ignore ^(\W+)$
# Bash
lang.bash.filemask (?:\.(?:ebuild|bash_profile|bashrc))$
lang.bash.filemask (?:\.(?:ebuild|bash_profile|bashrc)|PKGBUILD)$
lang.bash.bangmask #!.*(?:ba)?sh\b
lang.bash.format.default white bold
lang.bash.format.selection inverse