Add yaml-mode

This commit is contained in:
2014-11-10 16:31:21 +01:00
parent 792859faf3
commit 384bdce01c
4 changed files with 445 additions and 0 deletions

View File

@@ -237,3 +237,4 @@
(add-to-list 'auto-mode-alist '("\\.vala\\'" . vala-mode))
(add-to-list 'auto-mode-alist '("\\.erl\\'" . erlang-mode))
(add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode))