Added crystal language
This commit is contained in:
10
lisp/init-crystal.el
Normal file
10
lisp/init-crystal.el
Normal file
@@ -0,0 +1,10 @@
|
||||
;;----------------------------------------------------------------------------
|
||||
;; Crystal Mode
|
||||
;;----------------------------------------------------------------------------
|
||||
(require-package 'crystal-mode)
|
||||
|
||||
(autoload 'crystal-mode "crystal-mode" "Major mode for crystal files" t)
|
||||
(add-to-list 'auto-mode-alist '("\\.cr$" . crystal-mode))
|
||||
(add-to-list 'interpreter-mode-alist '("crystal" . crystal-mode))
|
||||
|
||||
(provide 'init-crystal)
|
||||
Reference in New Issue
Block a user