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