diff options
Diffstat (limited to 'ftdetect/php.vim')
| -rw-r--r-- | ftdetect/php.vim | 3 |
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 |
