blob: c6c47fedf05d383eae22642b8c0f18937588beaa [file] [log] [blame]
Riley Bruins380f9802024-07-07 21:17:16 +02001" Vim filetype plugin
2" Language: Lex and Flex
3" Maintainer: Riley Bruins <ribru17@gmail.com>
4" Last Change: 2024 Jul 06
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
12setlocal commentstring=//\ %s
13
14let b:undo_ftplugin = 'setl com< cms<'