diff runtime/filetype.vim @ 21483:de74d764d36c v8.2.1292

patch 8.2.1292: AIDL filetype not recognized Commit: https://github.com/vim/vim/commit/2afc3b4f776a4fe2bb22d0a79e77012d79b4ec1e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 25 16:53:12 2020 +0200 patch 8.2.1292: AIDL filetype not recognized Problem: AIDL filetype not recognized. Solution: Add filetype detection. (Dominique Pell?, closes https://github.com/vim/vim/issues/6533)
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Jul 2020 17:00:04 +0200
parents 99a602b27e0e
children 1b345fb68ae3
line wrap: on
line diff
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -88,6 +88,9 @@ endif
 " AHDL
 au BufNewFile,BufRead *.tdf			setf ahdl
 
+" AIDL
+au BufNewFile,BufRead *.aidl			setf aidl
+
 " AMPL
 au BufNewFile,BufRead *.run			setf ampl