emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex a11592e9ca 2/5: Update pygmentize styles


From: Tassilo Horn
Subject: [elpa] externals/auctex a11592e9ca 2/5: Update pygmentize styles
Date: Tue, 22 Feb 2022 09:43:40 -0500 (EST)

branch: externals/auctex
commit a11592e9cad4abbb526af4c5143edcc2780a04fe
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    Update pygmentize styles
    
    * style/minted.el (LaTeX-minted-key-val-options): Update style key
    with styles provided by pygmentize v2.11.
---
 style/minted.el | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/style/minted.el b/style/minted.el
index 93e8052aea..354213be8a 100644
--- a/style/minted.el
+++ b/style/minted.el
@@ -130,17 +130,20 @@
     ;; `LaTeX-minted-style-list' here, but with a file local var like:
     ;;     %%% TeX-command-extra-options: "-shell-escape"
     ;; in a .tex file, Emacs asks to apply a variable which is not
-    ;; safe and does not restore the frame; the splitted frame
+    ;; safe and does not restore the window; the splitted frame
     ;; remains.  I couldn't figure out why, so for now, I add the
-    ;; styles from Pygments version 2.9 here.
+    ;; styles from Pygments version 2.11 here.
     ("style" ("abap" "algol" "algol_nu" "arduino" "autumn"
-              "borland" "bw" "colorful" "default" "emacs"
-              "friendly" "fruity" "gruvbox-dark" "gruvbox-light"
-              "igor" "inkpot" "lovelace" "manni" "material" "monokai"
-              "murphy" "native" "paraiso-dark" "paraiso-light"
-              "pastie" "perldoc" "rainbow_dash" "rrt" "sas"
-              "solarized-dark" "solarized-light" "stata" "stata-dark"
-              "stata-light" "tango" "trac" "vim" "vs" "xcode" "zenburn"))
+              "borland" "bw" "colorful" "default" "dracula"
+              "emacs" "friendly" "friendly_grayscale" "fruity"
+              "gruvbox-dark" "gruvbox-light" "igor" "inkpot"
+              "lilypond" "lovelace" "manni" "material"
+              "monokai" "murphy" "native" "one-dark"
+              "paraiso-dark" "paraiso-light" "pastie" "perldoc"
+              "rainbow_dash" "rrt" "sas" "solarized-dark"
+              "solarized-light" "stata-dark" "stata-light"
+              "stata" "tango" "trac" "vim" "vs" "xcode"
+              "zenburn"))
     ("stepnumber")
     ("stepnumberfromfirst")
     ("stepnumberoffsetvalues" ("true" "false"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]