]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/pov.micro
adding hexidecimal numbers to the existing C syntax rules
[micro.git] / runtime / syntax / pov.micro
index f8cb8b5a9a93c1d6d35e8dd887a804f334e55896..298b20124ed86beb32a1abebc6eb1464dc205915 100644 (file)
@@ -1,6 +1,6 @@
 ## Here is an example for POV-Ray.
 ##
-syntax "POV" "\.(pov|POV|povray|POVRAY)$"
+syntax "pov" "\.(pov|POV|povray|POVRAY)$"
 color brightcyan "^[[:space:]]*#[[:space:]]*(declare)"
 color brightyellow "\<(sphere|cylinder|translate|matrix|rotate|scale)\>"
 color brightyellow "\<(orthographic|location|up|right|direction|clipped_by)\>"