source: mainline/contrib/highlight/adl.syntax@ 1993f9a

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 1993f9a was 1993f9a, checked in by Martin Decky <martin@…>, 16 years ago

update architecture and behavior description
update preprocessor

  • Property mode set to 100644
File size: 1.2 KB
Line 
1# Architecture Description Language syntax highlighting rules
2# by Martin Decky <martin@decky.cz>
3
4context default
5 keyword whole interface yellow
6 keyword whole frame yellow
7 keyword whole architecture yellow
8
9 keyword whole system yellow
10 keyword whole extends yellow
11 keyword whole version yellow
12
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
18
19 keyword whole ipcarg_t yellow
20 keyword whole string yellow
21 keyword whole stream yellow
22 keyword whole void yellow
23
24 keyword whole in yellow
25 keyword whole in_copy yellow
26 keyword whole out yellow
27 keyword whole out_copy yellow
28
29 keyword whole protocol yellow
30 keyword whole provides yellow
31 keyword whole requires yellow
32
33 keyword /\* brown
34 keyword \*/ brown
35 keyword // brown
36
37 keyword { brightcyan
38 keyword } brightcyan
39
40 keyword ( brightcyan
41 keyword ) brightcyan
42
43 keyword , brightcyan
44 keyword : brightcyan
45 keyword ; brightmagenta
46
47 keyword [ brightblue black
48 keyword ] brightblue black
49
50context exclusive [ ] brightblue black
51 keyword % brightcyan black
52
53context exclusive /\* \*/ brown
54 spellcheck
55
56context exclusive // \n brown
57 spellcheck
Note: See TracBrowser for help on using the repository browser.