" AMPL
au BufNewFile,BufRead *.run setf ampl
+" Angular in HTML
+au BufNewFile,BufRead *.component.html setf html.angular
+
" Ant
au BufNewFile,BufRead build.xml setf ant
" Mush
au BufNewFile,BufRead *.mush setf mush
+" Mustache
+au BufNewFile,BufRead *.mustache setf mustache
+
" Mutt setup file (also for Muttng)
au BufNewFile,BufRead Mutt{ng,}rc setf muttrc
hostconf: ['/etc/host.conf', 'any/etc/host.conf'],
hostsaccess: ['/etc/hosts.allow', '/etc/hosts.deny', 'any/etc/hosts.allow', 'any/etc/hosts.deny'],
html: ['file.html', 'file.htm', 'file.cshtml'],
+ 'html.angular': ['file.component.html'],
htmlm4: ['file.html.m4'],
httest: ['file.htt', 'file.htb'],
hurl: ['file.hurl'],
mojo: ['file.mojo', 'file.🔥'],
mupad: ['file.mu'],
mush: ['file.mush'],
+ mustache: ['file.mustache'],
muttrc: ['Muttngrc', 'Muttrc', '.muttngrc', '.muttngrc-file', '.muttrc',
'.muttrc-file', '/.mutt/muttngrc', '/.mutt/muttngrc-file',
'/.mutt/muttrc', '/.mutt/muttrc-file', '/.muttng/muttngrc',