Skip to content

Commit

Permalink
Add extension ".wl" for wolfram-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkangxgwe authored and syl20bnr committed Apr 2, 2017
1 parent a85a6d5 commit 0e79e27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions layers/+lang/extra-langs/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@
(defun extra-langs/init-thrift ()
(use-package thrift :defer t))

;; no associated extension because conflicts with more common Objective-C, manually invoke for .m files.
;; .m files are not associated because conflict with more common Objective-C and MATLAB/Octave, manually invoke for .m files.
(defun extra-langs/init-wolfram-mode ()
(use-package wolfram-mode
:defer t
:interpreter "\\(Wolfram\\|Mathematica\\)Script\\( -script\\)?"))
:interpreter "\\(Wolfram\\|Mathematica\\)Script\\( -script\\)?"
:mode "\\.wl\\'"))

0 comments on commit 0e79e27

Please sign in to comment.