summaryrefslogtreecommitdiff
path: root/uvim/runtime/ftplugin/asy.mnv
blob: 5ac4d51b3edb8f5680779aba9b20d7ea2c43f376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" MNV filetype plugin
" Language:     Asymptote
" Maintainer:	AvidSeeker <avidseeker7@protonmail.com>
" Last Change:  2024 Jul 13
"

if exists("b:did_ftplugin")
  finish
endif
let g:did_ftplugin = 1

setlocal commentstring=/*\ %s\ */

let b:undo_ftplugin = "setl commentstring<"