Mercurial > vim
view runtime/ftplugin/wast.vim @ 17770:eaa74e51248c
Added tag v8.1.1881 for changeset b6c82748f9e1074c82a5df0973111c2d2f6ef4e7
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 18 Aug 2019 15:45:03 +0200 |
parents | 172f18a3a6cd |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: WebAssembly " Maintainer: rhysd <lin90162@yahoo.co.jp> " Last Change: Jul 29, 2018 " For bugs, patches and license go to https://github.com/rhysd/vim-wasm if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 setlocal comments=s:(;,e:;),:;; setlocal commentstring=(;%s;) setlocal formatoptions-=t setlocal iskeyword+=$,.,/ let b:undo_ftplugin = "setlocal comments< commentstring< formatoptions< iskeyword<"