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

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

[elpa] externals/auctex 7f60ef7 12/43: Update Pygments styles to version


From: Tassilo Horn
Subject: [elpa] externals/auctex 7f60ef7 12/43: Update Pygments styles to version 2.5.2
Date: Sat, 11 Apr 2020 15:05:20 -0400 (EDT)

branch: externals/auctex
commit 7f60ef71f5c7b89d9352b2db7f29eeb50fee0a33
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    Update Pygments styles to version 2.5.2
    
    * style/minted.el (LaTeX-minted-key-val-options): Update values of
    "style" to styles provided by Pygments version 2.5.2.
---
 style/minted.el | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/style/minted.el b/style/minted.el
index 24005c2..55cdfa3 100644
--- a/style/minted.el
+++ b/style/minted.el
@@ -132,11 +132,16 @@
     ;; in a .tex file, Emacs asks to apply a variable which is not
     ;; safe and does not restore the frame; the splitted frame
     ;; remains.  I couldn't figure out why, so for now, I add the
-    ;; styles from Pygments version 2.1.3 here.
-    ("style" ("colorful" "default" "emacs" "friendly" "fruity" "igor"
-             "lovelace" "manni" "monokai" "murphy" "native"
-             "paraiso-dark" "paraiso-light" "pastie" "perldoc"
-             "rrt" "tango" "trac" "vim" "vs" "xcode"))
+    ;; styles from Pygments version 2.5.2 here.
+    ("style" ("abap" "algol" "algol_nu" "arduino" "autumn"
+             "borland" "bw" "colorful" "default" "emacs"
+             "friendly" "fruity" "igor" "inkpot" "lovelace"
+             "manni" "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"))
     ("stepnumber")
     ("stepnumberfromfirst")
     ("stepnumberoffsetvalues" ("true" "false"))



reply via email to

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