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

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

[nongnu] elpa/raku-mode 5e7b03579f 009/253: Document filetype detection


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 5e7b03579f 009/253: Document filetype detection
Date: Sat, 29 Jan 2022 08:28:34 -0500 (EST)

branch: elpa/raku-mode
commit 5e7b03579f11c4017ca580691b17673daa6646e0
Author: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
Commit: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>

    Document filetype detection
---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8f81bfa541..ed9f26e33f 100644
--- a/README.md
+++ b/README.md
@@ -48,8 +48,12 @@ Or in your [`Cask`][cask] file:
 Usage
 -----
 
-Just visit Perl 6 files. The major mode is enabled automatically for
-files which contain Perl 6 code or have the relevant file extension.
+Just visit Perl 6 files.
+
+The major mode will be autoloaded whenever a Perl 6 file is visited.
+This includes any file with `perl6` in the shebang, as well as any file
+with a `.p6`, `pm6`, or `pl6` extension. It also applies to any `.pm`,
+`.pl`, and `.t` files whose first line of code looks like Perl 6.
 
 Use <kbd>M-x customize-group RET perl6</kbd> to customize Perl 6 Mode.
 



reply via email to

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