File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
; ;; reason-mode.el --- A major emacs mode for editing Reason (based on rust-mode) -*-lexical-binding : t -*-
2
2
; ; Portions Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
3
3
4
-
5
- ; ; Version: 0.2.0
4
+ ; ; Version: 0.3.0
6
5
; ; Author: Mozilla
7
- ; ; Url:
8
- ; ; Keywords: languages
6
+ ; ; Url: https://github.com/arichiardi/reason-mode
7
+ ; ; Keywords: languages, ocaml
8
+ ; ; Package-Requires: ((emacs "24.0"))
9
+
10
+ ; ; This file is NOT part of GNU Emacs.
9
11
10
12
; ; This file is distributed under the terms of both the MIT license and the
11
13
; ; Apache License (version 2.0).
12
14
13
15
; ;; Commentary:
16
+ ; ; This project provides useful functions and helpers for developing code
17
+ ; ; using the Reason programming language (https://facebook.github.io/reason).
18
+ ; ;
19
+ ; ; Reason is an umbrella project that provides a curated layer for OCaml.
20
+ ; ;
21
+ ; ; It offers:
22
+ ; ; - A new, familiar syntax for the battle-tested language that is OCaml.
23
+ ; ; - A workflow for compiling to JavaScript and native code.
24
+ ; ; - A set of friendly documentations, libraries and utilities.
14
25
; ;
26
+ ; ; See the README.md for more details.
15
27
16
28
; ;; Code:
17
29
You can’t perform that action at this time.
0 commit comments