view runtime/ftplugin/asm.vim @ 26940:72987374e1e4

Added tag v8.2.3998 for changeset ae2324aca26b89b8f2491470deb9749b7161c8a4
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Jan 2022 17:15:03 +0100
parents 661eb972cb22
children 02939ae3aaca
line wrap: on
line source

" Vim filetype plugin file
" Language:	asm
" Maintainer:	Colin Caine <cmcaine at the common googlemail domain>
" Last Changed: 23 May 2020

if exists("b:did_ftplugin") | finish | endif

setl comments=:;,s1:/*,mb:*,ex:*/,://
setl commentstring=;%s

let b:did_ftplugin = 1