aboutsummaryrefslogtreecommitdiff
path: root/dot_vim/c-support/syntax/c.vim
blob: 395e0d98a17ceee17a735b63466f359c0203c5b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
"===================================================================================
"
"         FILE:  c.vim
"  DESCRIPTION:  syntax file
"                enable syntax based folding
"                part of the c-support plugin
"
"       AUTHOR:  Dr.-Ing. Fritz Mehner
"        EMAIL:  mehner@fh-swf.de
"      COMPANY:  FH Südwestfalen, Iserlohn
"      VERSION:  1.0
"      CREATED:  11.03.2006
"     REVISION:  ---
"===================================================================================
"
" fold C blocks
"
syn region cBlock start="{" end="}" transparent fold
set foldmethod=syntax
set foldlevel=999