2 " Language: Easychair conference system review form
3 " Maintainer: Stefan Huber
7 " 2010-12-12: Initial version
11 " Quit when a syntax file was already loaded
14 elseif exists("b:current_syntax")
20 syn region ascComment start="---" end="$"
21 syn region ascSystem start="\*\*\*" end="$"
24 hi def link ascComment Comment
25 hi def link ascSystem Identifier