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

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

[nongnu] elpa/yaml-mode c4fd940 072/124: Add *.raml to auto-mode-alist a


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode c4fd940 072/124: Add *.raml to auto-mode-alist association
Date: Sun, 29 Aug 2021 11:36:15 -0400 (EDT)

branch: elpa/yaml-mode
commit c4fd9404c4aef74f9dc2f59864dab3d030c3b87b
Author: Ville Skyttä <ville.skytta@iki.fi>
Commit: Ville Skyttä <ville.skytta@iki.fi>

    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 9274a5b..98d49cc 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]