view runtime/ftplugin/asm.vim @ 30210:1ab4a87efc91

Added tag v9.0.0440 for changeset a970b48c25a34cd148e948d71ebdc6d9a1de5683
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Sep 2022 13:00:08 +0200
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