blob: 973d7c0e48bc76a9627bbb88397099dd7c02bf3d [file] [log] [blame]
Bram Moolenaar9712ff12022-09-18 13:04:22 +01001" Vim filetype plugin
2" Language: Valve Data Format
3" Maintainer: ObserverOfTime <chronobserver@disroot.org>
4" Last Change: 2022 Sep 15
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setl comments=:// commentstring=//\ %s
12setl foldmethod=syntax
13
14let b:undo_ftplugin = 'setl com< cms< fdm<'