We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa541a4 commit 0a18922Copy full SHA for 0a18922
language-id.el
@@ -2,7 +2,7 @@
2
;;
3
;; Author: Lassi Kortela <[email protected]>
4
;; URL: https://github.com/lassik/emacs-language-id
5
-;; Version: 0.7.1
+;; Version: 0.8
6
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
7
;; Keywords: languages util
8
;; SPDX-License-Identifier: ISC
@@ -123,6 +123,7 @@
123
("PureScript" purescript-mode)
124
("Python" python-mode)
125
("R" ess-r-mode (ess-mode (ess-dialect "R")))
126
+ ("Reason" reason-mode)
127
("Ruby" enh-ruby-mode ruby-mode)
128
("Rust" rust-mode rustic-mode)
129
("Scala" scala-mode)
0 commit comments