Skip to content

Commit

Permalink
Amend comment about magic-mode-alist a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Oct 5, 2015
1 parent 8ecc3da commit 07b36e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions perl6-detect.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

;;; Commentary:

;; Yes, we are adding to `magic-mode-alist' here. Perl 6 specifies the
;; same file extensions as Perl 5, so for those files we look at the
;; first line of code to determine whether to call `perl6-mode'
;; instead of `perl-mode'.
;; Yes, we are adding to `magic-mode-alist' here. Perl 6 uses the same
;; file extensions as Perl 5, and we want the mode to work out of the box.
;; So for those files we look at the first line of code to determine
;; whether to call `perl6-mode' instead of `perl-mode'.

;;; Code:

Expand Down

0 comments on commit 07b36e8

Please sign in to comment.