vim-peg/ftplugin/peg.vim
2018-12-18 15:52:00 -08:00

14 lines
265 B
VimL

" Language: PEG
" Maintainer: Bruce Hill <bruce@bruce-hill.com>
" License: WTFPL
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
setlocal formatoptions-=t
setlocal cpoptions+=M
let b:undo_ftplugin = "setlocal formatoptions< cpoptions<"