]> git.lizzy.rs Git - micro.git/blob - syntax_files/pov.micro
Proper window resize handling
[micro.git] / syntax_files / pov.micro
1 ## Here is an example for POV-Ray.
2 ##
3 syntax "POV" "\.(pov|POV|povray|POVRAY)$"
4 color brightcyan "^[[:space:]]*#[[:space:]]*(declare)"
5 color brightyellow "\b(sphere|cylinder|translate|matrix|rotate|scale)\b"
6 color brightyellow "\b(orthographic|location|up|right|direction|clipped_by)\b"
7 color brightyellow "\b(fog_type|fog_offset|fog_alt|rgb|distance|transform)\b"
8 color brightred "^\b(texture)\b"
9 color brightred "\b(light_source|background)\b"
10 color brightred "\b(fog|object|camera)\b"
11 color green "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)"
12 color brightmagenta "\b(union|group|subgroup)\b"
13 ## Comment highlighting
14 color brightblue "//.*"
15 color brightblue (s) "/\*.*?\*/"
16