[feat] add hy auto mode
This commit is contained in:
parent
3ba5c7e899
commit
b1869f02fa
1 changed files with 3 additions and 0 deletions
|
@ -326,6 +326,9 @@
|
|||
(setq font-lock-defaults
|
||||
'(hy-font-lock-kwds)))
|
||||
|
||||
;;;###autoload
|
||||
(add-to-list 'auto-mode-alist '("\\.hy\\'" . hy-mode))
|
||||
|
||||
;;;###autoload
|
||||
(define-derived-mode hy-mode prog-mode "Hy"
|
||||
"Major mode for editing Hy files."
|
||||
|
|
Loading…
Reference in a new issue