branch: elpa/julia-mode
commit 759e8a8e572488eb7d8295bd0c3662b6c52fc3ec
Merge: d684bf172a a20367f282
Author: Tamas K. Papp <[email protected]>
Commit: GitHub <[email protected]>

    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