blob: 5bdd8a7cf30eaf0ceca2d95ea49cb6511b82cf1b [file] [log] [blame]
Bram Moolenaar36782082013-11-28 13:53:34 +01001" Vim filetype plugin
2" Language: Java properties file
3" Maintainer: David Bürgin <676c7473@gmail.com>
4" Last Change: 2013-11-19
5
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<"