blob: c0e7800058b1d49899df145a77094144fe5fb7e5 [file] [log] [blame]
Bram Moolenaar36782082013-11-28 13:53:34 +01001" Vim filetype plugin
2" Language: Java properties file
Bram Moolenaar4ceaa3a2019-12-03 22:49:09 +01003" Maintainer: None
4" Last Change: 2019 Dec 01
Bram Moolenaar36782082013-11-28 13:53:34 +01005
6if exists("b:did_ftplugin")
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal formatoptions-=t
12setlocal comments=:#,:!
13setlocal commentstring=#\ %s
14
15let b:undo_ftplugin = "setl cms< com< fo<"