diff options
author | Ron Panduwana <panduwana@gmail.com> | 2011-12-30 20:20:11 -0800 |
---|---|---|
committer | Ron Panduwana <panduwana@gmail.com> | 2011-12-30 20:20:11 -0800 |
commit | fc15836a9da44ad5bd7954de28c5549b4feedbaf (patch) | |
tree | 209d7ce50035745e12ba5ef50a6e7c9b38d698d1 /zencoding-mode.el | |
parent | 5cd8042040883da8fc54784a9dbf7f68bb9568b7 (diff) | |
parent | 98aa1f614af16a21edaf887a79a50fdd2a24141d (diff) | |
download | emmet-mode-fc15836a9da44ad5bd7954de28c5549b4feedbaf.tar.lz emmet-mode-fc15836a9da44ad5bd7954de28c5549b4feedbaf.tar.xz emmet-mode-fc15836a9da44ad5bd7954de28c5549b4feedbaf.zip |
Merge pull request #3 from leoncamel/master
Satisfy the ELPA package format.
Diffstat (limited to 'zencoding-mode.el')
-rw-r--r-- | zencoding-mode.el | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/zencoding-mode.el b/zencoding-mode.el index 2f5cbcc..3823a86 100644 --- a/zencoding-mode.el +++ b/zencoding-mode.el @@ -1,12 +1,13 @@ ;;; zencoding-mode.el --- Unfold CSS-selector-like expressions to markup -;; + ;; Copyright (C) 2009, Chris Done -;; + +;; Version: 0.5.1 ;; Author: Chris Done <chrisdone@gmail.com> -(defconst zencoding-mode:version "0.5") -;; Last-Updated: 2009-11-20 Fri +;; URL: https://github.com/rooney/zencoding +;; Last-Updated: 2011-12-31 Sat ;; Keywords: convenience -;; + ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 3, or (at your option) @@ -21,7 +22,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;; Boston, MA 02110-1301, USA. -;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;;; Commentary: @@ -59,6 +60,8 @@ ;; ;;; Code: +(defconst zencoding-mode:version "0.5.1") + ;; Include the trie data structure for caching ;(require 'zencoding-trie) @@ -1057,3 +1060,5 @@ accept it or skip it." (concat show "\n"))))) (provide 'zencoding-mode) + +;;; zencoding-mode.el ends here |