2 " Language: Test file for ohcount
3 " Author: Ciaran McCreesh
5 " This is a test vim syntax file for ohcount.
8 if &compatible || v:version < 700
12 if exists("b:current_syntax")
16 " This is a comment. There are many like it, but this one is mine.
17 syn region GiantSpaceMonkey start=/^\s*#/ end=/$/
18 hi def link GiantSpaceMonkey Comment
20 let b:current_syntax = "ohcount-test"