aboutsummaryrefslogtreecommitdiff
path: root/ftdetect/php.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect/php.vim')
-rw-r--r--ftdetect/php.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/ftdetect/php.vim b/ftdetect/php.vim
index 1e3236f..34e3604 100644
--- a/ftdetect/php.vim
+++ b/ftdetect/php.vim
@@ -1 +1,3 @@
-autocmd BufNewFile,BufReadPost *.php setfiletype php
+augroup PrettierFileDetect
+ autocmd BufNewFile,BufReadPost *.php setfiletype php
+augroup end