1 | <FunctionList> |
---|
2 | <Language name="Cobra" imagelistpath=""> |
---|
3 | <Group name="classes" subgroup="" icon="0" child="0" autoexp="0" matchcase="0" fendtobbeg="" bbegtobend="" keywords=""> |
---|
4 | <Rules regexbeg="^class [A-Z].*" regexfunc="" regexend="" bodybegin="" bodyend="" sep="" /> |
---|
5 | </Group> |
---|
6 | <Group name="structures" subgroup="" icon="0" child="0" autoexp="0" matchcase="0" fendtobbeg="" bbegtobend="" keywords=""> |
---|
7 | <Rules regexbeg="struct .*" regexfunc="" regexend="" bodybegin="" bodyend="" sep="" /> |
---|
8 | </Group> |
---|
9 | <Group name="interfaces" subgroup="" icon="0" child="0" autoexp="0" matchcase="0" fendtobbeg="" bbegtobend="" keywords=""> |
---|
10 | <Rules regexbeg="^interface .*" regexfunc="" regexend="" bodybegin="" bodyend="" sep="" /> |
---|
11 | </Group> |
---|
12 | <Group name="enums" subgroup="" icon="0" child="0" autoexp="0" matchcase="0" fendtobbeg="" bbegtobend="" keywords=""> |
---|
13 | <Rules regexbeg="enum .*" regexfunc="" regexend="" bodybegin="" bodyend="" sep="" /> |
---|
14 | </Group> |
---|
15 | <Group name="methods" subgroup="" icon="0" child="0" autoexp="0" matchcase="0" fendtobbeg="" bbegtobend="" keywords=""> |
---|
16 | <Rules regexbeg="^\s+def (.*)" regexfunc="" regexend="" bodybegin="" bodyend="" sep="" /> |
---|
17 | </Group> |
---|
18 | <Group name="fields" subgroup="" icon="0" child="0" autoexp="0" matchcase="0" fendtobbeg="" bbegtobend="" keywords=""> |
---|
19 | <Rules regexbeg="^\s+var .*" regexfunc="" regexend="" bodybegin="" bodyend="" sep="" /> |
---|
20 | </Group> |
---|
21 | <Group name="properties" subgroup="" icon="0" child="0" autoexp="0" matchcase="0" fendtobbeg="" bbegtobend="" keywords=""> |
---|
22 | <Rules regexbeg="^\s+pro .*" regexfunc="" regexend="" bodybegin="" bodyend="" sep="" /> |
---|
23 | </Group> |
---|
24 | <Group name="getters" subgroup="" icon="0" child="0" autoexp="0" matchcase="0" fendtobbeg="" bbegtobend="" keywords=""> |
---|
25 | <Rules regexbeg="^\s+get .*" regexfunc="" regexend="" bodybegin="" bodyend="" sep="" /> |
---|
26 | </Group> |
---|
27 | <Group name="setters" subgroup="" icon="0" child="0" autoexp="0" matchcase="0" fendtobbeg="" bbegtobend="" keywords=""> |
---|
28 | <Rules regexbeg="^\s+set .*" regexfunc="" regexend="" bodybegin="" bodyend="" sep="" /> |
---|
29 | </Group> |
---|
30 | <Group name="delegates" subgroup="" icon="0" child="0" autoexp="0" matchcase="0" fendtobbeg="" bbegtobend="" keywords=""> |
---|
31 | <Rules regexbeg="^\s+sig .*" regexfunc="" regexend="" bodybegin="" bodyend="" sep="" /> |
---|
32 | </Group> |
---|
33 | </Language> |
---|
34 | </FunctionList> |
---|