Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit a17db15

Browse files
committed
In some cases vim will set the filetype of *.pp files to 'pe-puppet' instead of 'puppet'. There is no functional difference so lets map 'pe-puppet' to 'puppet' so we can use the same default checkers.
1 parent 710a854 commit a17db15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/syntastic/registry.vim

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ let s:_DEFAULT_FILETYPE_MAP = {
105105
\ 'litcoffee': 'coffee',
106106
\ 'mail': 'text',
107107
\ 'mkd': 'markdown',
108+
\ 'pe-puppet': 'puppet',
108109
\ 'sgml': 'docbk',
109110
\ 'sgmllnx': 'docbk',
110111
\ }

0 commit comments

Comments
 (0)