Fixed pygments for reStructuredText
This commit is contained in:
parent
eef3913aa4
commit
8afd26c606
75 changed files with 2469 additions and 75 deletions
|
@ -36,4 +36,43 @@
|
|||
.highlight .sx { font-style: italic } /* Literal.String.Other */
|
||||
.highlight .sr { font-style: italic } /* Literal.String.Regex */
|
||||
.highlight .s1 { font-style: italic } /* Literal.String.Single */
|
||||
.highlight .ss { font-style: italic } /* Literal.String.Symbol */
|
||||
.highlight .ss { font-style: italic } /* Literal.String.Symbol */
|
||||
.literal-block .hll { background-color: #ffffcc }
|
||||
.literal-block { background: #ffffff; }
|
||||
.literal-block .c { font-style: italic } /* Comment */
|
||||
.literal-block .err { border: 1px solid #FF0000 } /* Error */
|
||||
.literal-block .k { font-weight: bold } /* Keyword */
|
||||
.literal-block .ch { font-style: italic } /* Comment.Hashbang */
|
||||
.literal-block .cm { font-style: italic } /* Comment.Multiline */
|
||||
.literal-block .cpf { font-style: italic } /* Comment.PreprocFile */
|
||||
.literal-block .c1 { font-style: italic } /* Comment.Single */
|
||||
.literal-block .cs { font-style: italic } /* Comment.Special */
|
||||
.literal-block .ge { font-style: italic } /* Generic.Emph */
|
||||
.literal-block .gh { font-weight: bold } /* Generic.Heading */
|
||||
.literal-block .gp { font-weight: bold } /* Generic.Prompt */
|
||||
.literal-block .gs { font-weight: bold } /* Generic.Strong */
|
||||
.literal-block .gu { font-weight: bold } /* Generic.Subheading */
|
||||
.literal-block .kc { font-weight: bold } /* Keyword.Constant */
|
||||
.literal-block .kd { font-weight: bold } /* Keyword.Declaration */
|
||||
.literal-block .kn { font-weight: bold } /* Keyword.Namespace */
|
||||
.literal-block .kr { font-weight: bold } /* Keyword.Reserved */
|
||||
.literal-block .s { font-style: italic } /* Literal.String */
|
||||
.literal-block .nc { font-weight: bold } /* Name.Class */
|
||||
.literal-block .ni { font-weight: bold } /* Name.Entity */
|
||||
.literal-block .ne { font-weight: bold } /* Name.Exception */
|
||||
.literal-block .nn { font-weight: bold } /* Name.Namespace */
|
||||
.literal-block .nt { font-weight: bold } /* Name.Tag */
|
||||
.literal-block .ow { font-weight: bold } /* Operator.Word */
|
||||
.literal-block .sa { font-style: italic } /* Literal.String.Affix */
|
||||
.literal-block .sb { font-style: italic } /* Literal.String.Backtick */
|
||||
.literal-block .sc { font-style: italic } /* Literal.String.Char */
|
||||
.literal-block .dl { font-style: italic } /* Literal.String.Delimiter */
|
||||
.literal-block .sd { font-style: italic } /* Literal.String.Doc */
|
||||
.literal-block .s2 { font-style: italic } /* Literal.String.Double */
|
||||
.literal-block .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */
|
||||
.literal-block .sh { font-style: italic } /* Literal.String.Heredoc */
|
||||
.literal-block .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */
|
||||
.literal-block .sx { font-style: italic } /* Literal.String.Other */
|
||||
.literal-block .sr { font-style: italic } /* Literal.String.Regex */
|
||||
.literal-block .s1 { font-style: italic } /* Literal.String.Single */
|
||||
.literal-block .ss { font-style: italic } /* Literal.String.Symbol */
|
Loading…
Add table
Add a link
Reference in a new issue