diff options
| author | Max Penet <max.penet@gmail.com> | 2012-08-14 11:15:21 +0200 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-08-14 12:03:02 -0700 |
| commit | 8d6ea12c17fb8edf556216049699f8fc29d1fece (patch) | |
| tree | 58f956a0427807c39e08a8496d8a5b995ae2a0be /cm-mode.el | |
| parent | 3a65c562ca1692f6c9dabd578ba80278f929b547 (diff) | |
| download | rust-mode-8d6ea12c17fb8edf556216049699f8fc29d1fece.tar.gz | |
Add author to meta-data
Diffstat (limited to 'cm-mode.el')
| -rw-r--r-- | cm-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,8 +1,8 @@ ;;; cm-mode.el --- Wrapper for CodeMirror-style Emacs modes ;; Version: 0.1.0 +;; Author: Mozilla ;; Url: https://github.com/mozilla/rust - ;; Highlighting is done by running a stateful parser (with first-class ;; state object) over the buffer, line by line, using the output to ;; add 'face properties, and storing the parser state at the end of |
