forked from aniani/vim
patch 9.1.0593: filetype: Asymptote files are not recognized
Problem: filetype: Asymptote files are not recognized
Solution: detect '*.asy' files as asy filetype, include
ftplugin and syntax plugin (AvidSeeker).
Reference: https://asymptote.sourceforge.io/
closes: #15252
Signed-off-by: AvidSeeker <avidseeker7@protonmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
babea52f4d
commit
3088ef094d
@@ -111,6 +111,9 @@ au BufNewFile,BufRead *.ino,*.pde setf arduino
|
||||
" Ash of busybox
|
||||
au BufNewFile,BufRead .ash_history setf sh
|
||||
|
||||
" Asymptote
|
||||
au BufNewFile,BufRead *.asy setf asy
|
||||
|
||||
" Apache config file
|
||||
au BufNewFile,BufRead .htaccess,*/etc/httpd/*.conf setf apache
|
||||
au BufNewFile,BufRead */etc/apache2/sites-*/*.com setf apache
|
||||
|
||||
Reference in New Issue
Block a user