[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex f3bbff59ed 08/30: ; * style/fvextra.el ("fvextra
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex f3bbff59ed 08/30: ; * style/fvextra.el ("fvextra"): Add missing macro. |
Date: |
Thu, 7 Dec 2023 03:51:07 -0500 (EST) |
branch: externals/auctex
commit f3bbff59ed4cfd9fdb196c2e2b9a43227e776a97
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>
; * style/fvextra.el ("fvextra"): Add missing macro.
---
style/fvextra.el | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/style/fvextra.el b/style/fvextra.el
index c74baf13d0..371aec49b9 100644
--- a/style/fvextra.el
+++ b/style/fvextra.el
@@ -1,4 +1,4 @@
-;;; fvextra.el --- AUCTeX style for `fvextra.sty' (v1.4) -*- lexical-binding:
t; -*-
+;;; fvextra.el --- AUCTeX style for `fvextra.sty' (v1.5) -*- lexical-binding:
t; -*-
;; Copyright (C) 2017--2022 Free Software Foundation, Inc.
@@ -118,8 +118,13 @@
;; 4.1 Inline formatting with \fvinlineset
'("fvinlineset" (TeX-arg-key-val (LaTeX-fancyvrb-key-val-options)))
- ;; 4.2 Line and text formatting
+ ;; 4.2 Custom formatting for inline commands like \Verb with
+ ;; \FancyVerbFormatInline
"FancyVerbFormatInline"
+
+ ;; 4.3 Custom formatting for environments like Verbatim with
+ ;; \FancyVerbFormatLine and \FancyVerbFormatText
+ "FancyVerbFormatLine"
"FancyVerbFormatText"
;; 6 New commands and environments
- [elpa] externals/auctex 2a959a1d43 13/30: Fix regexp, (continued)
- [elpa] externals/auctex 2a959a1d43 13/30: Fix regexp, Tassilo Horn, 2023/12/07
- [elpa] externals/auctex 05d28dfe06 12/30: Improve check for verbatim content, Tassilo Horn, 2023/12/07
- [elpa] externals/auctex 8ae405b919 14/30: Save regexp groups, Tassilo Horn, 2023/12/07
- [elpa] externals/auctex acacdc09a6 25/30: ; * tex.el (TeX-brace-count-line): Fix check order., Tassilo Horn, 2023/12/07
- [elpa] externals/auctex b94c773c5d 19/30: ; Delete remainder, Tassilo Horn, 2023/12/07
- [elpa] externals/auctex 1792a41446 29/30: Move support for xparse macros into core, Tassilo Horn, 2023/12/07
- [elpa] externals/auctex da07a5dcb2 01/30: Fix Texinfo mode with respect to interaction with RefTeX, Tassilo Horn, 2023/12/07
- [elpa] externals/auctex a82eb1690a 10/30: Restore point in `LaTeX-verbatim-p', Tassilo Horn, 2023/12/07
- [elpa] externals/auctex c196c69207 09/30: Update style/minted to package version 2.8, Tassilo Horn, 2023/12/07
- [elpa] externals/auctex 46f49aad81 02/30: Fix previous commit, Tassilo Horn, 2023/12/07
- [elpa] externals/auctex f3bbff59ed 08/30: ; * style/fvextra.el ("fvextra"): Add missing macro.,
Tassilo Horn <=
- [elpa] externals/auctex 3f7742f95b 18/30: Process lambda expressions correctly, Tassilo Horn, 2023/12/07
- [elpa] externals/auctex ed2f62ef80 21/30: * style/splitidx.el ("splitidx"): Replace `TeX-arg-eval'., Tassilo Horn, 2023/12/07
- [elpa] externals/auctex 8282b83210 04/30: ; Mention bumping Emacs version for ELPA, Tassilo Horn, 2023/12/07
- [elpa] externals/auctex 5d0f020b81 28/30: Add support for the refcount package, Tassilo Horn, 2023/12/07
- [elpa] externals/auctex 217b46b2cf 03/30: Allow `preview-scale-function' as a file-local variable, Tassilo Horn, 2023/12/07
- [elpa] externals/auctex ecc0059120 05/30: ; * admin/release-process.org: Fix typos, Tassilo Horn, 2023/12/07
- [elpa] externals/auctex a5599695b0 15/30: Save regexp groups, Tassilo Horn, 2023/12/07
- [elpa] externals/auctex 26d64689d3 22/30: * style/titleps.el ("titleps"): Replace `TeX-arg-eval'., Tassilo Horn, 2023/12/07
- [elpa] externals/auctex 24023ba246 30/30: Merge remote-tracking branch 'origin/master' into externals/auctex, Tassilo Horn, 2023/12/07
- [elpa] externals/auctex 38a883d37c 17/30: Save regexp groups in style/minted.el, Tassilo Horn, 2023/12/07