mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 01:34:16 +00:00
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: vim/vim#15252
3088ef094d
Co-authored-by: AvidSeeker <avidseeker7@protonmail.com>
This commit is contained in:
@@ -214,6 +214,7 @@ local extension = {
|
||||
asn = 'asn',
|
||||
asp = detect.asp,
|
||||
astro = 'astro',
|
||||
asy = 'asy',
|
||||
atl = 'atlas',
|
||||
as = 'atlas',
|
||||
zed = 'authzed',
|
||||
|
||||
Reference in New Issue
Block a user