Add msbuild files to grep aliases

This commit is contained in:
Tom Willemse 2018-11-15 11:04:33 -08:00
parent 7b3011a36e
commit 9da2e61f69

View file

@ -311,6 +311,7 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
(add-to-list 'grep-files-aliases '("js" . "*.js *.jsx *.json")) (add-to-list 'grep-files-aliases '("js" . "*.js *.jsx *.json"))
(add-to-list 'grep-files-aliases '("css" . "*.css *.less *.sass *.scss")) (add-to-list 'grep-files-aliases '("css" . "*.css *.less *.sass *.scss"))
(add-to-list 'grep-files-aliases '("php" . "*.php *.inc *.module")) (add-to-list 'grep-files-aliases '("php" . "*.php *.inc *.module"))
(add-to-list 'grep-files-aliases '("msbuild" . "*.targets *.proj"))
(if (eq system-type 'windows-nt) (if (eq system-type 'windows-nt)
(require 'oni-windows-nt)) (require 'oni-windows-nt))