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

[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



reply via email to

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