// POV-Ray highlighter version 0.01, sep 20 2009 http://www.povray.org/ Language: POV-Ray Description: POV-Ray http://www.povray.org/ Filter: POV-Ray (*.pov,*.h,*.inc)|*.pov;*.h;*.inc HelpFile: CaseSensitive: 1 LineComment: // BlockCommentBeg: /* BlockCommentEnd: */ IdentifierBegChars: a..z A..Z _%@. IdentifierChars: a..z A..Z _ 0..9 ? NumConstBegChars: 0..9 0x // Decimal, Hexadecimal NumConstChars: 0..9 abcdefABCDEF. // Decimal, Hexadecimal EscapeChar: \ // KeyWords1: include declare macro object union local ifndef version KeyWords2: camera location right angle look_at linear_sweep linear_spline finish ambient diffuse phong reflection Shear_Factor global_settings assumed_gamma // Programming Structures KeyWords3: if else while switch case range default break end // Others keywords KeyWords4: translate rotate scale color color_map pigment text texture gradient // Objects KeyWords5: object cylinder box prism polygon sky_sphere ///////////////// StringBegChar: " StringEndChar: " MultilineStrings: 1 UsePreprocessor: 0 CurrLineHighlighted: 1 Keyword1Col: clMaroon clWindow B Keyword2Col: clBlue clWindow B Keyword3Col: clRed clWindow B Keyword4Col: clBlue clWindow Keyword5Col: clBlue clWindow I PreprocessorCol: clMaroon clWindow IdentifierCol: clBlack clWindow CommentCol: clGreen clWindow NumberCol: clNavy clWindow StringCol: clPurple clWindow B SymbolCol: clTeal clWindow B SelectionCol: clBlack $C5C5C5 CurrentLineCol: clBlack $E4E4E4 U SpaceCol: $E4E4E4 clWindow OverrideTxtFgColor: 0 BlockAutoindent: 1 BlockBegStr: { BlockEndStr: } MatchedBracesCol: clAqua clWindow BU