diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-12 17:25:28 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-12 17:25:28 +0200 |
commit | a127ca5ff2f12ae6394abf2c147bf26802be5b7d (patch) | |
tree | 12d16b228af3aaca0fc642b95384a900df4aad7c /ftdetect | |
parent | 5674965628973f995e515f452d2e42b82b1d1d66 (diff) | |
download | vim-polyglot-a127ca5ff2f12ae6394abf2c147bf26802be5b7d.tar.gz vim-polyglot-a127ca5ff2f12ae6394abf2c147bf26802be5b7d.zip |
Add puppet file syntax support
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/puppet.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/puppet.vim b/ftdetect/puppet.vim new file mode 100644 index 00000000..8237f87f --- /dev/null +++ b/ftdetect/puppet.vim @@ -0,0 +1 @@ +au BufRead,BufNewFile *.pp setfiletype puppet |