From e889eaf97699833e88713696a2ea520217b58f84 Mon Sep 17 00:00:00 2001 From: mitermayer Date: Mon, 5 Nov 2018 13:17:20 -0800 Subject: Rebasing vim-prettier plugin Pull Request 120 to 1.0 branch This is a rebase of https://github.com/prettier/vim-prettier/pull/120/files --- ftdetect/php.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftdetect/php.vim (limited to 'ftdetect/php.vim') diff --git a/ftdetect/php.vim b/ftdetect/php.vim new file mode 100644 index 0000000..1e3236f --- /dev/null +++ b/ftdetect/php.vim @@ -0,0 +1 @@ +autocmd BufNewFile,BufReadPost *.php setfiletype php -- cgit v1.3