blob: 0914bf634a1cc51f637df7f6eea17a0b0e5b8bcf [file] [log] [blame]
Bram Moolenaaracc22402020-06-07 21:07:18 +02001" Vim filetype plugin file
2" Language: asm
3" Maintainer: Colin Caine <cmcaine at the common googlemail domain>
4" Last Changed: 23 May 2020
5
6if exists("b:did_ftplugin") | finish | endif
7
8setl comments=:;,s1:/*,mb:*,ex:*/,://
9setl commentstring=;%s
10
11let b:did_ftplugin = 1