view runtime/ftplugin/asm.vim @ 28010:c968191a8557

Update runtime files Commit: https://github.com/vim/vim/commit/1588bc8ebee22f2855f27273fc2234fff370f86c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 8 21:35:07 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Mar 2022 22:45:09 +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