summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/polyglot.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index cdb96b50..ba187f91 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -366,6 +366,10 @@ if !has_key(s:disabled_packages, 'protobuf')
au! BufRead,BufNewFile *.proto
endif
+if !has_key(s:disabled_packages, 'puppet')
+ au! BufRead,BufNewFile *.pp
+endif
+
if !has_key(s:disabled_packages, 'python')
au! BufRead,BufNewFile *.py,*.pyi,*.pyw,*.spec,SConstruct
endif