blob: 9cb4fd7fdf42cb7affe78dbf68a0bfade4b44d78 [file] [log] [blame]
Peter Aronoffa7295ae2024-07-26 19:24:33 +02001" Vim filetype plugin file
2" Language: AutoHotkey
3" Maintainer: Peter Aronoff <peteraronoff@fastmail.com>
4" Last Changed: 2024 Jul 25
5
6if exists("b:did_ftplugin")
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal comments=:;
12setlocal commentstring=;\ %s
13
14let b:undo_ftplugin = "setlocal comments< commentstring<"
15
16" vim: nowrap sw=2 sts=2 ts=8 noet: