blob: 56f6e36e20b630feb058aaf1da1d84a10686239e [file] [log] [blame]
Riley Bruins36e974f2024-05-19 09:30:12 +02001" Vim filetype plugin
2" Language: graphql
3" Maintainer: Riley Bruins <ribru17@gmail.com>
4" Last Change: 2024 May 18
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setl comments=:# commentstring=#\ %s
12
13let b:undo_ftplugin = 'setl com< cms<'