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