branch: elpa/raku-mode
commit 0968a528bbe7dc58c574d710c3362fc6a8eb2ba7
Author: Tim Van den Langenbergh <[email protected]>
Commit: Tim Van den Langenbergh <[email protected]>
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`: