2015-08-27 23:25:35 -04:00
|
|
|
;;; module-crystal.el
|
|
|
|
|
2017-02-19 18:57:16 -05:00
|
|
|
(@def-package crystal-mode
|
2015-08-27 23:25:35 -04:00
|
|
|
:mode "\\.cr$"
|
|
|
|
:interpreter "crystal"
|
|
|
|
:config
|
2017-02-19 18:57:16 -05:00
|
|
|
(@set :eval 'crystal-mode
|
|
|
|
'((:command . "crystal")
|
|
|
|
(:exec . "%c %s")
|
|
|
|
(:description . "Run Crystal script"))))
|
2015-08-27 23:25:35 -04:00
|
|
|
|