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

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

[nongnu] elpa/raku-mode 0968a528bb 216/253: Fix wrong slashes.


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 0968a528bb 216/253: Fix wrong slashes.
Date: Sat, 29 Jan 2022 08:29:00 -0500 (EST)

branch: elpa/raku-mode
commit 0968a528bbe7dc58c574d710c3362fc6a8eb2ba7
Author: Tim Van den Langenbergh <tmt_vdl@gmx.com>
Commit: Tim Van den Langenbergh <tmt_vdl@gmx.com>

    Fix wrong slashes.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9fdc29c9a4..a87423c703 100644
--- a/README.md
+++ b/README.md
@@ -83,8 +83,8 @@ auto-insert-alist`) with the conditions of your choice.
 To insert them when you create a new file with the `.raku` or `.rakumod`
 extension, use the following matching regular expressions:
 
-* For `raku-script-skeleton`: `/.raku/'`.
-* For `raku-module-skeleton`: `/.rakumod/`.
+* For `raku-script-skeleton`: `\.raku\'`.
+* For `raku-module-skeleton`: `\.rakumod\`.
 
 Alternatively you can add them in your .emacs using `define-auto-insert`:
 



reply via email to

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