source:
mainline/contrib/highlight/adl.syntax@
c78a03d
Last change on this file since c78a03d was f1380b7, checked in by , 8 years ago | |
---|---|
|
|
File size: 1.2 KB |
Rev | Line | |
---|---|---|
[ac2c2ea7] | 1 | # Architecture Description Language syntax highlighting rules |
2 | # by Martin Decky <martin@decky.cz> | |
3 | ||
4 | context default | |
5 | keyword whole interface yellow | |
6 | keyword whole frame yellow | |
[07fdf203] | 7 | keyword whole architecture yellow |
[f1380b7] | 8 | |
[07fdf203] | 9 | keyword whole system yellow |
10 | keyword whole extends yellow | |
11 | keyword whole version yellow | |
[f1380b7] | 12 | |
[07fdf203] | 13 | keyword whole inst yellow |
14 | keyword whole bind yellow | |
15 | keyword whole to yellow | |
16 | keyword whole subsume yellow | |
17 | keyword whole delegate yellow | |
[f1380b7] | 18 | |
[96b02eb9] | 19 | keyword whole sysarg_t yellow |
[1993f9a] | 20 | keyword whole string yellow |
21 | keyword whole stream yellow | |
[ac2c2ea7] | 22 | keyword whole void yellow |
[f1380b7] | 23 | |
[ac2c2ea7] | 24 | keyword whole in yellow |
[1993f9a] | 25 | keyword whole in_copy yellow |
[ac2c2ea7] | 26 | keyword whole out yellow |
[1993f9a] | 27 | keyword whole out_copy yellow |
[f1380b7] | 28 | |
[ac2c2ea7] | 29 | keyword whole protocol yellow |
[6d4c549] | 30 | keyword whole initialization yellow |
31 | keyword whole finalization yellow | |
[ac2c2ea7] | 32 | keyword whole provides yellow |
33 | keyword whole requires yellow | |
[f1380b7] | 34 | |
[ac2c2ea7] | 35 | keyword /\* brown |
36 | keyword \*/ brown | |
37 | keyword // brown | |
[f1380b7] | 38 | |
[ac2c2ea7] | 39 | keyword { brightcyan |
40 | keyword } brightcyan | |
[f1380b7] | 41 | |
[ac2c2ea7] | 42 | keyword ( brightcyan |
43 | keyword ) brightcyan | |
[f1380b7] | 44 | |
[ac2c2ea7] | 45 | keyword , brightcyan |
46 | keyword : brightcyan | |
47 | keyword ; brightmagenta | |
[f1380b7] | 48 | |
[ac2c2ea7] | 49 | keyword [ brightblue black |
50 | keyword ] brightblue black | |
51 | ||
[07fdf203] | 52 | context exclusive [ ] brightblue black |
53 | keyword % brightcyan black | |
54 | ||
[ac2c2ea7] | 55 | context exclusive /\* \*/ brown |
56 | spellcheck | |
57 | ||
58 | context exclusive // \n brown | |
59 | spellcheck |
Note:
See TracBrowser
for help on using the repository browser.