source: mainline/contrib/highlight/bp.syntax@ ac49d23c

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since ac49d23c was f1380b7, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 7 years ago

style: Remove trailing whitespace on _all_ lines, including empty ones, remaining files.

  • Property mode set to 100644
File size: 724 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
[cf7b3e0]7 keyword whole alternative yellow
[f1380b7]8
[ac2c2ea7]9 keyword /\* brown
10 keyword \*/ brown
11 keyword # brown
[f1380b7]12
[ac2c2ea7]13 keyword ! brightred
14 keyword ? brightgreen
[f1380b7]15
[ac2c2ea7]16 keyword ( brightcyan
17 keyword ) brightcyan
[f1380b7]18
[ac2c2ea7]19 keyword { brightcyan
20 keyword } brightcyan
[f1380b7]21
[ac2c2ea7]22 keyword \+ brightmagenta
23 keyword ; brightmagenta
24 keyword \* brightmagenta
25 keyword | brightmagenta
[f1380b7]26
[ac2c2ea7]27 keyword \. brightcyan
[f1380b7]28
[ac2c2ea7]29 keyword [ brightblue black
30 keyword ] brightblue black
31
32context exclusive [ ] brightblue black
[07fdf203]33 keyword % brightcyan black
[ac2c2ea7]34
35context exclusive /\* \*/ brown
36 spellcheck
37
38context exclusive # \n brown
39 spellcheck
Note: See TracBrowser for help on using the repository browser.