Lines Matching refs:display
25 syn match a2psKeywordColon contained display ':'
29 syn match a2psVariableColon contained display ':'
32 syn match a2psVariable contained display '[^ \t:(){}]\+'
35 syn match a2psVarPrefix contained display
38 syn match a2psLineCont display '\\$'
40 syn match a2psSubst display '$\%(-\=.\=\d\+\)\=\h\d\='
41 syn match a2psSubst display '#[?!]\=\w\d\='
42 syn match a2psSubst display '#{[^}]\+}'
44 syn region a2psString display oneline start=+'+ end=+'+
47 syn region a2psString display oneline start=+"+ end=+"+
52 syn region a2psComment display oneline start='^\s*#' end='$'