diff options
| author | Max Penet <max.penet@gmail.com> | 2012-08-13 09:14:57 +0200 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-08-13 13:53:27 -0700 |
| commit | 0797e7bcf1967c4ea54997d1b51181e10689c940 (patch) | |
| tree | d18875143d2d3fc9c60d294999a7707ec4b1c4bb /cm-mode.el | |
| parent | 7ce29ed23ec8e3267d32f7efe83dd8241cf26dd9 (diff) | |
| download | rust-mode-0797e7bcf1967c4ea54997d1b51181e10689c940.tar.gz | |
add Url
Diffstat (limited to 'cm-mode.el')
| -rw-r--r-- | cm-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ -;;; cm-mode.el --- Wrapper for CodeMirror-style emacs modes +;;; cm-mode.el --- Wrapper for CodeMirror-style Emacs modes ;; Version: 0.1.0 +;; 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 |
