auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex 578bdfd 3/9: Update Pygments styl


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 578bdfd 3/9: Update Pygments styles
Date: Thu, 26 Aug 2021 09:07:48 -0400 (EDT)

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

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

diff --git a/style/minted.el b/style/minted.el
index dd4d545..41f63e6 100644
--- a/style/minted.el
+++ b/style/minted.el
@@ -1,6 +1,6 @@
 ;;; minted.el --- AUCTeX style for `minted.sty' (v2.5)  -*- lexical-binding: 
t; -*-
 
-;; Copyright (C) 2014-2018, 2020 Free Software Foundation, Inc.
+;; Copyright (C) 2014-2021 Free Software Foundation, Inc.
 
 ;; Author: Tassilo Horn <tsdh@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -132,16 +132,15 @@
     ;; 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.5.2 here.
+    ;; styles from Pygments version 2.9 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"))
+              "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"))
     ("stepnumber")
     ("stepnumberfromfirst")
     ("stepnumberoffsetvalues" ("true" "false"))




reply via email to

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