blob: becfcadb6d0ec9d6c3f64004b2a137063efde948 [file] [log] [blame]
Bram Moolenaar9fbdbb82022-09-27 17:30:34 +01001" Vim filetype plugin
2" Language: GYP
3" Maintainer: ObserverOfTime <chronobserver@disroot.org>
4" Last Change: 2022 Sep 27
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal formatoptions-=t
12setlocal commentstring=#\ %s comments=b:#,fb:-
13
14let b:undo_ftplugin = 'setlocal fo< cms< com<'