[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. a11592e9cad4abbb526af
From: |
Arash Esbati |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. a11592e9cad4abbb526af4c5143edcc2780a04fe |
Date: |
Mon, 21 Feb 2022 03:05:48 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".
The branch, master has been updated
via a11592e9cad4abbb526af4c5143edcc2780a04fe (commit)
from 4df267fa7eec70c9a2e50119e6a2f21a84edc91f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a11592e9cad4abbb526af4c5143edcc2780a04fe
Author: Arash Esbati <arash@gnu.org>
Date: Mon Feb 21 09:04:38 2022 +0100
Update pygmentize styles
* style/minted.el (LaTeX-minted-key-val-options): Update style key
with styles provided by pygmentize v2.11.
diff --git a/style/minted.el b/style/minted.el
index 93e8052a..354213be 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"))
-----------------------------------------------------------------------
Summary of changes:
style/minted.el | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. a11592e9cad4abbb526af4c5143edcc2780a04fe,
Arash Esbati <=