Lines Matching refs:sy
11 sy case ignore
12 sy sync fromstart
13 sy keyword cdlStatement dimension hierarchy group grouphierarchy schedule class
14 sy keyword cdlType add update file category main altername removeall required notrequired
15 sy keyword cdlConditional if then elseif else endif and or not cons rpt xlt
16 sy keyword cdlFunction ChildOf IChildOf LeafChildOf DescendantOf IDescendantOf LeafDescendantOf Mem…
18 sy keyword cdlIdentifier contained id name desc description xlttype precision symbol curr_ name gro…
19 sy keyword cdlIdentifier contained xcheck endbal accounttype natsign consolidate formula pctown usa…
20 sy match cdlIdentifier contained 'child\s*name'
21 sy match cdlIdentifier contained 'parent\s*name'
22 sy match cdlIdentifier contained 'grp\s*description'
23 sy match cdlIdentifier contained 'grpchild\s*name'
24 sy match cdlIdentifier contained 'grpparent\s*name'
25 sy match cdlIdentifier contained 'preceding\s*member'
26 sy match cdlIdentifier contained 'unit\s*name'
27 sy match cdlIdentifier contained 'unit\s*id'
28 sy match cdlIdentifier contained 'schedule\s*name'
29 sy match cdlIdentifier contained 'schedule\s*id'
31 sy match cdlString /\[[^]]*]/ contains=cdlRestricted,cdlNotSupported
32 sy match cdlRestricted contained /[&*,_]/
34 sy match cdlNotSupported contained /[:"!']/
36 sy keyword cdlTodo contained TODO FIXME XXX
37 sy cluster cdlCommentGroup contains=cdlTodo
38 sy match cdlComment '//.*' contains=@cdlCommentGroup
39 sy region cdlComment start="/\*" end="\*/" contains=@cdlCommentGroup fold
40 sy match cdlCommentE "\*/"
42 sy region cdlParen transparent start='(' end=')' contains=ALLBUT,cdlParenE,cdlRestricted,cdlNotSupp…
43 "sy region cdlParen transparent start='(' end=')' contains=cdlIdentifier,cdlComment,cdlParenWordE
44 sy match cdlParenE ")"
45 "sy match cdlParenWordE contained "\k\+"
47 sy keyword cdlFxType allocation downfoot expr xltgain
48 "sy keyword cdlFxType contained allocation downfoot expr xltgain
49 "sy region cdlFx transparent start='\k\+(' end=')' contains=cdlConditional,cdlFunction,cdlString,c…