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

@ -17,8 +17,10 @@
.no { color: #7fffd4 } /* Name.Constant */
.nf { color: #ffff00 } /* Name.Function */
.nv { color: #eedd82 } /* Name.Variable */
.sa { color: #87ceeb } /* Literal.String.Affix */
.sb { color: #87ceeb } /* Literal.String.Backtick */
.sc { color: #87ceeb } /* Literal.String.Char */
.dl { color: #87ceeb } /* Literal.String.Delimiter */
.sd { color: #87ceeb } /* Literal.String.Doc */
.s2 { color: #87ceeb } /* Literal.String.Double */
.se { color: #87ceeb } /* Literal.String.Escape */
@ -28,6 +30,8 @@
.sr { color: #87ceeb } /* Literal.String.Regex */
.s1 { color: #87ceeb } /* Literal.String.Single */
.ss { color: #87ceeb } /* Literal.String.Symbol */
.fm { color: #ffff00 } /* Name.Function.Magic */
.vc { color: #eedd82 } /* Name.Variable.Class */
.vg { color: #eedd82 } /* Name.Variable.Global */
.vi { color: #eedd82 } /* Name.Variable.Instance */
.vi { color: #eedd82 } /* Name.Variable.Instance */
.vm { color: #eedd82 } /* Name.Variable.Magic */