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 50faaf4 commit cb542cfCopy full SHA for cb542cf
src/etc/emacs/cm-mode.el
@@ -1,8 +1,8 @@
1
;;; cm-mode.el --- Wrapper for CodeMirror-style Emacs modes
2
3
;; Version: 0.1.0
4
+;; Author: Mozilla
5
;; Url: https://github.com/mozilla/rust
-
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
8
;; add 'face properties, and storing the parser state at the end of
src/etc/emacs/rust-mode.el
@@ -1,6 +1,7 @@
;;; rust-mode.el --- A major emacs mode for editing Rust source code
;; Package-Requires: ((cm-mode "0.1.0"))
0 commit comments