source: mainline/contrib/highlight/bp.syntax@ 57688fe2

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

hierarchical composition of components
(tmpfs, fat, devfs are logical subcomponents of vfs, kbd and fb are subcomponents of console, rd is subcomponent of bd)

  • Property mode set to 100644
File size: 697 bytes
RevLine 
[ac2c2ea7]1# Behavior Protocols syntax highlighting rules
2# by Martin Decky <martin@decky.cz>
3
4context default
5 keyword whole NULL yellow
[07fdf203]6 keyword whole tentative yellow
[ac2c2ea7]7
8 keyword /\* brown
9 keyword \*/ brown
10 keyword # brown
11
12 keyword ! brightred
13 keyword ? brightgreen
14
15 keyword ( brightcyan
16 keyword ) brightcyan
17
18 keyword { brightcyan
19 keyword } brightcyan
20
21 keyword \+ brightmagenta
22 keyword ; brightmagenta
23 keyword \* brightmagenta
24 keyword | brightmagenta
25
26 keyword \. brightcyan
27
28 keyword [ brightblue black
29 keyword ] brightblue black
30
31context exclusive [ ] brightblue black
[07fdf203]32 keyword % brightcyan black
[ac2c2ea7]33
34context exclusive /\* \*/ brown
35 spellcheck
36
37context exclusive # \n brown
38 spellcheck
Note: See TracBrowser for help on using the repository browser.