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

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

[nongnu] elpa/julia-mode 759e8a8e57 18/22: Merge branch 'master' into tp


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 759e8a8e57 18/22: Merge branch 'master' into tp/find-latexsub-end
Date: Thu, 4 May 2023 11:00:53 -0400 (EDT)

branch: elpa/julia-mode
commit 759e8a8e572488eb7d8295bd0c3662b6c52fc3ec
Merge: d684bf172a a20367f282
Author: Tamas K. Papp <tkpapp@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge branch 'master' into tp/find-latexsub-end
---
 .github/workflows/CI.yml | 2 ++
 julia-mode.el            | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index b372ea0177..9d87f87bfc 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -25,6 +25,8 @@ jobs:
           - 26.3
           - 27.1
           - 27.2
+          - 28.1
+          - 28.2
         ignore_warnings:
           - true
         include:
diff --git a/julia-mode.el b/julia-mode.el
index f60ef7769b..ae745c9caa 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -366,8 +366,8 @@ Handles both single-line and multi-line comments."
 
 (defun julia-in-string (&optional syntax-ppss)
   "Return non-nil if point is inside a string using SYNTAX-PPSS.
-Note this is Emacs\\=' notion of what is highlighted as a string.
-As a result, it is true inside \"foo\", `foo` and `f`."
+Note this is Emacs' notion of what is highlighted as a string.
+As a result, it is true inside \"foo\", \\=`foo\\=` and \\='f\\='."
   (nth 3 (or syntax-ppss (syntax-ppss))))
 
 (defconst julia-syntax-propertize-function



reply via email to

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