# Vim functions for file type detection
#
# Maintainer: The Vim Project <https://github.com/vim/vim>
-# Last Change: 2025 Oct 28
+# Last Change: 2025 Oct 31
# Former Maintainer: Bram Moolenaar <Bram@vim.org>
# These functions are moved here from runtime/filetype.vim to make startup
# XA65 MOS6510 cross assembler
"a65": "a65",
# Applescript
+ "applescript": "applescript",
"scpt": "applescript",
# Applix ELF
"am": "elf",
apachestyle: ['/etc/proftpd/file.config,/etc/proftpd/conf.file/file', '/etc/proftpd/conf.file/file', '/etc/proftpd/file.conf', '/etc/proftpd/file.conf-file',
'any/etc/proftpd/conf.file/file', 'any/etc/proftpd/file.conf', 'any/etc/proftpd/file.conf-file', 'proftpd.conf', 'proftpd.conf-file'],
apkbuild: ['APKBUILD'],
- applescript: ['file.scpt'],
+ applescript: ['file.scpt', 'file.applescript'],
aptconf: ['apt.conf', '/.aptitude/config', 'any/.aptitude/config'],
arch: ['.arch-inventory', '=tagging-method'],
arduino: ['file.ino', 'file.pde'],