We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41aa08 commit d11b755Copy full SHA for d11b755
src/etc/emacs/cm-mode.el
@@ -1,6 +1,7 @@
1
-;;; cm-mode.el --- Wrapper for CodeMirror-style emacs modes
+;;; cm-mode.el --- Wrapper for CodeMirror-style Emacs modes
2
3
;; Version: 0.1.0
4
+;; Url: https://github.com/mozilla/rust
5
6
;; Highlighting is done by running a stateful parser (with first-class
7
;; state object) over the buffer, line by line, using the output to
src/etc/emacs/rust-mode.el
@@ -2,6 +2,7 @@
;; Package-Requires: ((cm-mode "0.1.0"))
(require 'cm-mode)
8
(require 'cc-mode)
0 commit comments