Update pygments.

This commit is contained in:
Alexandre Vicenzi 2018-06-23 22:54:37 -03:00
parent 598e0e49b2
commit 65cc7b24c9
158 changed files with 687 additions and 102 deletions

View file

@ -23,8 +23,10 @@
.nn { font-weight: bold } /* Name.Namespace */
.nt { font-weight: bold } /* Name.Tag */
.ow { font-weight: bold } /* Operator.Word */
.sa { font-style: italic } /* Literal.String.Affix */
.sb { font-style: italic } /* Literal.String.Backtick */
.sc { font-style: italic } /* Literal.String.Char */
.dl { font-style: italic } /* Literal.String.Delimiter */
.sd { font-style: italic } /* Literal.String.Doc */
.s2 { font-style: italic } /* Literal.String.Double */
.se { font-weight: bold; font-style: italic } /* Literal.String.Escape */