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

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

[elpa] externals/auctex 643d39a10c 75/76: Update Pygments style names


From: Tassilo Horn
Subject: [elpa] externals/auctex 643d39a10c 75/76: Update Pygments style names
Date: Fri, 13 Jan 2023 14:31:08 -0500 (EST)

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

    Update Pygments style names
    
    * style/minted.el (LaTeX-minted-key-val-options): Update style
    names provided by Pygments version 2.14.0.
---
 style/minted.el | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/style/minted.el b/style/minted.el
index 152fe929d0..a3e721feca 100644
--- a/style/minted.el
+++ b/style/minted.el
@@ -132,18 +132,17 @@
     ;; in a .tex file, Emacs asks to apply a variable which is not
     ;; 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.11 here.
+    ;; styles from Pygments version 2.14.0 here.
     ("style" ("abap" "algol" "algol_nu" "arduino" "autumn"
               "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"))
+              "github-dark" "gruvbox-dark" "gruvbox-light"
+              "igor" "inkpot" "lilypond" "lovelace" "manni" "material"
+              "monokai" "murphy" "native" "nord" "nord-darker"
+              "one-dark" "paraiso-dark" "paraiso-light" "pastie" "perldoc"
+              "rainbow_dash" "rrt" "sas" "solarized-dark" "solarized-light"
+              "staroffice" "stata" "stata-dark" "stata-light"
+              "tango" "trac" "vim" "vs" "xcode" "zenburn"))
     ("stepnumber")
     ("stepnumberfromfirst")
     ("stepnumberoffsetvalues" ("true" "false"))



reply via email to

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