view runtime/ftplugin/vdf.vim @ 32336:f3c9704e69cc

Added tag v9.0.1499 for changeset 9c034274034b6aab1a566530789e27a7945ee424
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Apr 2023 22:45:04 +0200
parents 0827d3d6d8c0
children
line wrap: on
line source

" Vim filetype plugin
" Language:	Valve Data Format
" Maintainer:	ObserverOfTime <chronobserver@disroot.org>
" Last Change:	2022 Sep 15

if exists('b:did_ftplugin')
  finish
endif
let b:did_ftplugin = 1

setl comments=:// commentstring=//\ %s
setl foldmethod=syntax

let b:undo_ftplugin = 'setl com< cms< fdm<'