branch: elpa/yaml-mode commit c4fd9404c4aef74f9dc2f59864dab3d030c3b87b Author: Ville Skyttä <ville.sky...@iki.fi> Commit: Ville Skyttä <ville.sky...@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)