summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/asy.vim
AgeCommit message (Collapse)AuthorFiles
2024-07-17vim-patch:9.1.0593: filetype: Asymptote files are not recognizedChristian Clason1
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 https://github.com/vim/vim/commit/3088ef094da721dac8c0363a6c9e14eaf9313929 Co-authored-by: AvidSeeker <avidseeker7@protonmail.com>