blob: 76bd69d2026ea3f9e67eb77e5829e46d2b17b6ee [file] [log] [blame]
AvidSeeker3088ef02024-07-16 21:39:07 +02001" Vim filetype plugin
2" Language: Asymptote
3" Maintainer: AvidSeeker <avidseeker7@protonmail.com>
4" Last Change: 2024 Jul 13
5"
6
7if exists("b:did_ftplugin")
8 finish
9endif
10let g:did_ftplugin = 1
11
12setlocal commentstring=/*\ %s\ */
13
14let b:undo_ftplugin = "setl commentstring<"