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

@ -46,8 +46,10 @@
.mh { color: #009999 } /* Literal.Number.Hex */
.mi { color: #009999 } /* Literal.Number.Integer */
.mo { color: #009999 } /* Literal.Number.Oct */
.sa { color: #dd1144 } /* Literal.String.Affix */
.sb { color: #dd1144 } /* Literal.String.Backtick */
.sc { color: #dd1144 } /* Literal.String.Char */
.dl { color: #dd1144 } /* Literal.String.Delimiter */
.sd { color: #dd1144 } /* Literal.String.Doc */
.s2 { color: #dd1144 } /* Literal.String.Double */
.se { color: #dd1144 } /* Literal.String.Escape */
@ -58,7 +60,9 @@
.s1 { color: #dd1144 } /* Literal.String.Single */
.ss { color: #990073 } /* Literal.String.Symbol */
.bp { color: #999999 } /* Name.Builtin.Pseudo */
.fm { color: #990000; font-weight: bold } /* Name.Function.Magic */
.vc { color: #008080 } /* Name.Variable.Class */
.vg { color: #008080 } /* Name.Variable.Global */
.vi { color: #008080 } /* Name.Variable.Instance */
.vm { color: #008080 } /* Name.Variable.Magic */
.il { color: #009999 } /* Literal.Number.Integer.Long */