blob: 05eb9fff019e6c5b0aa203e3ec4f117c26bd74c8 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim filetype plugin file
2" Language: CSS
3" Maintainer: Nikolai Weibull <source@pcppopper.org>
4" URL: http://www.pcppopper.org/vim/ftplugin/pcp/css/
5" Latest Revision: 2004-04-25
6" arch-tag: 5fa7c74f-bf1a-47c4-b06f-6efe8f48db3b
7
8" Only do this when not done yet for this buffer
9if exists("b:did_ftplugin")
10 finish
11endif
12
13" Don't load another plugin for this buffer
14let b:did_ftplugin = 1
15
16let b:undo_ftplugin = "setl com<"
17
18setlocal comments=s1:/*,mb:*,ex:*/
19
20" vim: set sts=2 sw=2: