branch: externals/auctex commit 578bdfdff82c82edec44712ff5acf426063ff49d Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@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 <t...@gnu.org> ;; Maintainer: auctex-de...@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"))