| Server IP : 104.21.25.180 / Your IP : 104.23.197.122 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/enscript/hl/ |
Upload File : |
/* MS Visual C -styled style */
state style_msvc
{
BEGIN {
/* This is really boring style. */
call (default_faces);
face_bold = make_face (bold_font, 1, 0);
face_italic = make_face (italic_font, 0, 1);
face_bold_italic = make_face (bold_italic_font, 1, 1);
face_function_name = make_face (font, 0, 0);
face_variable_name = make_face (font, 0, 0);
face_string = make_face (font, 0, 0);
face_builtin = make_face (font, 0, 0);
/* These are the only faces which are highlighted. */
if (color)
{
face_comment = make_face (font, 0, 0);
face_comment[fg_color] = language_color("forest green");
face_keyword = make_face (font, 0, 0);
face_keyword[fg_color] = language_color("blue");
face_type = make_face (font, 0, 0);
face_type[fg_color] = language_color("blue");
face_reference = make_face (font, 0, 0);
face_reference[fg_color] = language_color("blue");
}
else
{
face_comment = make_face (italic_font, 1, 0);
face_keyword = make_face (bold_font, 1, 0);
face_type = make_face (bold_font, 1, 0);
face_reference = make_face (bold_font, 1, 0);
}
return;
}
}
/*
Local variables:
mode: c
End:
*/