diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-28 22:37:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-28 22:37:22 +0000 |
commit | 97eed0e5d61bdb3aa50b351f2cdae80c39e6bad7 (patch) | |
tree | 2a7bdec96bce1add39588436597a6caf8cd715a7 /Master/texmf-dist/tex/latex/listings/listings-python.prf | |
parent | b37375f523e3b3b381dae4bbda2befbfd776e863 (diff) |
listings (28feb19)
git-svn-id: svn://tug.org/texlive/trunk@50175 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/listings/listings-python.prf')
-rw-r--r-- | Master/texmf-dist/tex/latex/listings/listings-python.prf | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/listings/listings-python.prf b/Master/texmf-dist/tex/latex/listings/listings-python.prf index bb4ede149ab..ac8a93dfc0c 100644 --- a/Master/texmf-dist/tex/latex/listings/listings-python.prf +++ b/Master/texmf-dist/tex/latex/listings/listings-python.prf @@ -14,7 +14,7 @@ %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. -%% Either version 1.3 or, at your option, any later version. +%% Either version 1.3c or, at your option, any later version. %% %% This file is completely free and comes without any warranty. %% @@ -22,11 +22,12 @@ %% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. %% \ProvidesFile{listings-python.prf} - [2018/09/02 1.7 listings language file] + [2019/02/27 1.8b listings language file] \usepackage{xcolor} \usepackage{textcomp} -%% Actual colors from idlelib/config-highlight.def --> corrected to ``web-safe'' +%% Actual colors from idlelib/config-highlight.def +%% --> corrected to ``web-safe'' %% strings = #00aa00 / 0,170,0 (a darker green) %% builtins = #900090 / 144,0,144 (purple-ish) %% keywords = #FF7700 / 255,119,0 (quite close to plain `orange') @@ -40,8 +41,8 @@ % Color settings to match IDLE style keywordstyle=\color{orange}, % core keywords keywordstyle={[2]\color{purple2}}, % built-ins - stringstyle=\color{green2}, - commentstyle=\color{red}, + stringstyle=\color{green2},% + commentstyle=\color{red},% upquote=true, % requires textcomp } \endinput |