source: mainline/contrib/highlight/adl.syntax@ 77578e8

Last change on this file since 77578e8 was 77578e8, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 3 years ago

Whittle down more unlicensed files using my best guess as to the intended licensing

  • Property mode set to 100644
File size: 1.3 KB
Line 
1# Architecture Description Language syntax highlighting rules
2#
3# SPDX-FileCopyrightText: 2009 Martin Decky <martin@decky.cz>
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8context default
9 keyword whole interface yellow
10 keyword whole frame yellow
11 keyword whole architecture yellow
12
13 keyword whole system yellow
14 keyword whole extends yellow
15 keyword whole version yellow
16
17 keyword whole inst yellow
18 keyword whole bind yellow
19 keyword whole to yellow
20 keyword whole subsume yellow
21 keyword whole delegate yellow
22
23 keyword whole sysarg_t yellow
24 keyword whole string yellow
25 keyword whole stream yellow
26 keyword whole void yellow
27
28 keyword whole in yellow
29 keyword whole in_copy yellow
30 keyword whole out yellow
31 keyword whole out_copy yellow
32
33 keyword whole protocol yellow
34 keyword whole initialization yellow
35 keyword whole finalization yellow
36 keyword whole provides yellow
37 keyword whole requires yellow
38
39 keyword /\* brown
40 keyword \*/ brown
41 keyword // brown
42
43 keyword { brightcyan
44 keyword } brightcyan
45
46 keyword ( brightcyan
47 keyword ) brightcyan
48
49 keyword , brightcyan
50 keyword : brightcyan
51 keyword ; brightmagenta
52
53 keyword [ brightblue black
54 keyword ] brightblue black
55
56context exclusive [ ] brightblue black
57 keyword % brightcyan black
58
59context exclusive /\* \*/ brown
60 spellcheck
61
62context exclusive // \n brown
63 spellcheck
Note: See TracBrowser for help on using the repository browser.