Lines Matching refs:display

16 syn match mooUncommentedError display ~\*/~
17 syn match mooCStyleCommentError display ~/\ze\*~ contained
22 …syn match mooIdentifier display ~\%(\%(/\*.\{-}\*/\s*\)*\)\@>\<\h\w*\>~ contained transparent cont…
24 …syn match mooIdentifier display ~\<\h\w*\>~ contained transparent contains=@mooKeyword,mooType,moo…
38 syn match mooType display ~\<\%(ERR\|FLOAT\|INT\|LIST\|NUM\|OBJ\|STR\)\>~
39 syn match mooVariable display ~\<\%(args\%(tr\)\=\|caller\|dobj\%(str\)\=\|iobj\%(str\)\=\|player\|…
42 syn match mooStringError display ~[^\t -[\]-~]~ contained
43 syn match mooStringSpecialChar display ~\\["\\]~ contained
46 …syn match mooRegexp display ~%%~ contained containedin=mooString,mooRegexpParentheses transparent …
47 …syn region mooRegexpParentheses display matchgroup=mooRegexpOr start=~%(~ skip=~%%~ end=~%)~ conta…
48 syn match mooRegexpOr display ~%|~ contained containedin=mooString,mooRegexpParentheses
52 syn match mooPronounSub display ~%%~ contained containedin=mooString transparent contains=NONE
53 syn match mooPronounSub display ~%[#dilnopqrst]~ contained containedin=mooString
54 syn match mooPronounSub display ~%\[#[dilnt]\]~ contained containedin=mooString
55 syn match mooPronounSub display ~%(\h\w*)~ contained containedin=mooString
56 syn match mooPronounSub display ~%\[[dilnt]\h\w*\]~ contained containedin=mooString
57 syn match mooPronounSub display ~%<\%([dilnt]:\)\=\a\+>~ contained containedin=mooString
67 syn match mooNumber display ~\%(\%(\<\d\+\)\=\.\d\+\|\<\d\+\)\%(e[+\-]\=\d\+\)\=\>~
68 syn match mooObject display ~#-\=\d\+\>~
76 …syn match mooPropRef display ~\.\s*\%(\%(/\*.\{-}\*/\s*\)*\)\@>\h\w*\>~ transparent contains=mooCS…
77 …syn match mooVerbRef display ~:\s*\%(\%(/\*.\{-}\*/\s*\)*\)\@>\h\w*\>~ transparent contains=mooCSt…
79 syn match mooPropRef display ~\.\s*\h\w*\>~ transparent contains=@mooKeyword
80 syn match mooVerbRef display ~:\s*\h\w*\>~ transparent contains=@mooKeyword
85 …syn match mooBuiltinFunction display ~\<\h\w*\s*\%(\%(/\*.\{-}\*/\s*\)*\)\@>\ze(~ contains=mooCSty…
86 …syn match mooCorePropOrVerb display ~\$\s*\%(\%(/\*.\{-}\*/\s*\)*\)\@>\%(in\>\)\@!\h\w*\>~ contain…
88 syn match mooBuiltinFunction display ~\<\h\w*\s*\ze(~ contains=NONE
89 syn match mooCorePropOrVerb display ~\$\s*\%(in\>\)\@!\h\w*\>~ contains=@mooKeyword
99 syn match mooUnenclosedError display ~[')\]|}]~
100 syn match mooParenthesesError display ~[';\]|}]~ contained
102 syn match mooBracketsError display ~[');|}]~ contained
104 syn match mooBracesError display ~[');\]|]~ contained
106 syn match mooQuestionError display ~[');\]}]~ contained
108 syn match mooCatchError display ~[);\]|}]~ contained
111 …syn match mooExclamation display ~[\t !%&(*+,\-/<=>?@[^`{|]\@<!\s*\%(\%(/\*.\{-}\*/\s*\)*\)\@>!=\@…
113 syn match mooExclamation display ~[\t !%&(*+,\-/<=>?@[^`{|]\@<!\s*!=\@!~ contained
117 syn match mooCommentSpecialChar display ~\\["\\]~ contained transparent contains=NONE
122 syn match mooNonCode display ~^\.$~
123 syn match mooNonCode display ~^\s*\d\+:~he=e-1
126 syn match mooRangeOperator display ~\.\.~ transparent contains=NONE
127 syn match mooOrOperator display ~||~ transparent contains=NONE