summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/asy.vim
AgeCommit message (Collapse)AuthorFiles
2025-04-17vim-patch:fbbaa6e: runtime: set 'cpoptions' for line-continuation in various ↵Christian Clason1
runtime files closes: vim/vim#17121 https://github.com/vim/vim/commit/fbbaa6ebe92b938f1f9ef008571c330a8d29166a Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
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>