blob: 7c5d764be583eaf7912141a3b891dfd2361a9e1d [file] [log] [blame]
David Lawrence Ramsey1bb4db62006-11-02 06:21:43 +00001## Here is an example for POV-Ray.
Benno Schulenbergfe9da942014-05-16 20:21:34 +00002
David Lawrence Ramsey1bb4db62006-11-02 06:21:43 +00003syntax "pov" "\.(pov|POV|povray|POVRAY)$"
Mike Scalora6a2032f2016-05-25 22:13:50 +02004comment "//"
Benno Schulenbergfe9da942014-05-16 20:21:34 +00005
David Lawrence Ramsey1bb4db62006-11-02 06:21:43 +00006color brightcyan "^[[:space:]]*#[[:space:]]*(declare)"
7color brightyellow "\<(sphere|cylinder|translate|matrix|rotate|scale)\>"
8color brightyellow "\<(orthographic|location|up|right|direction|clipped_by)\>"
9color brightyellow "\<(fog_type|fog_offset|fog_alt|rgb|distance|transform)\>"
10color brightred "^\<(texture)\>"
11color brightred "\<(light_source|background)\>"
12color brightred "\<(fog|object|camera)\>"
13color green "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)"
14color brightmagenta "\<(union|group|subgroup)\>"
Benno Schulenbergfe9da942014-05-16 20:21:34 +000015
16# Comments.
David Lawrence Ramsey1bb4db62006-11-02 06:21:43 +000017color brightblue "//.*"
18color brightblue start="/\*" end="\*/"