This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / pov.nanorc
1 ## Here is an example for POV-Ray.
2 ##
3 syntax "POV" "\.(pov|POV|povray|POVRAY)$"
4 comment "//"
5
6 color brightcyan "^[[:space:]]*#[[:space:]]*(declare)"
7 color brightyellow "\<(sphere|cylinder|translate|matrix|rotate|scale)\>"
8 color brightyellow "\<(orthographic|location|up|right|direction|clipped_by)\>"
9 color brightyellow "\<(fog_type|fog_offset|fog_alt|rgb|distance|transform)\>"
10 color brightred "^\<(texture)\>"
11 color brightred "\<(light_source|background)\>"
12 color brightred "\<(fog|object|camera)\>"
13 color green "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)"
14 color brightmagenta "\<(union|group|subgroup)\>"
15 ## Comment highlighting
16 color brightblue "^\s*//.*"
17 color brightblue start="/\*" end="\*/"