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

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

[nongnu] elpa/yaml-mode b03fba2 074/124: Merge pull request #43 from sco


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode b03fba2 074/124: Merge pull request #43 from scop/raml
Date: Sun, 29 Aug 2021 11:36:16 -0400 (EDT)

branch: elpa/yaml-mode
commit b03fba2be23ef928cc6e8752c87bf5f0e3dd422a
Merge: c0d6da0 c4fd940
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #43 from scop/raml
    
    Add *.raml to auto-mode-alist association
---
 yaml-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yaml-mode.el b/yaml-mode.el
index 3654e19..2cc7392 100644
--- a/yaml-mode.el
+++ b/yaml-mode.el
@@ -432,7 +432,7 @@ cross boundaries of block literals."
   yaml-mode-version)
 
 ;;;###autoload
-(add-to-list 'auto-mode-alist '("\\.e?ya?ml\\'" . yaml-mode))
+(add-to-list 'auto-mode-alist '("\\.\\(e?ya?\\|ra\\)ml\\'" . yaml-mode))
 
 (provide 'yaml-mode)
 



reply via email to

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