/*
 * Emacs font-lock classes.  Edit at your own peril.
 */

pre.example .comment {
  /* font-lock-comment-face */
  color: #b22222;
}
pre.example .constant {
  /* font-lock-constant-face */
  color: #5f9ea0;
}
pre.example .function-name {
  /* font-lock-function-name-face */
  color: #0000ff;
}
pre.example .keyword {
  /* font-lock-keyword-face */
  color: #a020f0;
}
pre.example .string {
  /* font-lock-string-face */
  color: #bc8f8f;
}
pre.example .type {
  /* font-lock-type-face */
  color: #228b22;
}
pre.example .variable-name {
  /* font-lock-variable-name-face */
  color: #b8860b;
}

pre.example .mmm-output-submode {
  /* mmm-output-submode-face */
  border: 1px solid #0000a0;
}
pre.example .mmm-code-submode {
  /* mmm-code-submode-face */
  background-color: #d3d3d3;
}

pre.example .nxml-attribute-local-name {
  /* nxml-attribute-local-name-face */
  color: #257A25;
}
pre.example .nxml-attribute-value {
  /* nxml-attribute-value-face */
  color: #3A3A7B;
}
pre.example .nxml-attribute-value-delimiter {
  /* nxml-attribute-value-delimiter-face */
  color: #9292C9;
}
pre.example .nxml-element-local-name {
  /* nxml-element-local-name-face */
  color: #257A25;
}
pre.example .nxml-entity-ref-delimiter {
  /* nxml-entity-ref-delimiter-face */
  color: #9292C9;
}
pre.example .nxml-entity-ref-name {
  /* nxml-entity-ref-name-face */
  color: #9292C9;
}
pre.example .nxml-markup-declaration-delimiter {
  /* nxml-markup-declaration-delimiter-face */
  color: #9292C9;
}
pre.example .nxml-prolog-keyword {
  /* nxml-prolog-keyword-face */
  color: #257A25;
}
pre.example .nxml-prolog-literal-content {
  /* nxml-prolog-literal-content-face */
  color: #3A3A7B;
}
pre.example .nxml-prolog-literal-delimiter {
  /* nxml-prolog-literal-delimiter-face */
  color: #9292C9;
}
pre.example .nxml-tag-delimiter {
  /* nxml-tag-delimiter-face */
  color: #9292C9;
}
pre.example .nxml-tag-slash {
  /* nxml-tag-slash-face */
  color: #257A25;
}
pre.example .nxml-text {
}
pre.example .rng-error {
  /* rng-error-face */
  /* I get enough from nxml-mode itself already! */
  /* text-decoration: underline; */
}
