diff options
author | Leon Zhang <leoncamel@gmail.com> | 2011-12-31 03:45:53 +0900 |
---|---|---|
committer | Leon Zhang <leoncamel@gmail.com> | 2011-12-31 03:45:53 +0900 |
commit | 98aa1f614af16a21edaf887a79a50fdd2a24141d (patch) | |
tree | 209d7ce50035745e12ba5ef50a6e7c9b38d698d1 | |
parent | 5cd8042040883da8fc54784a9dbf7f68bb9568b7 (diff) | |
download | emmet-mode-98aa1f614af16a21edaf887a79a50fdd2a24141d.tar.lz emmet-mode-98aa1f614af16a21edaf887a79a50fdd2a24141d.tar.xz emmet-mode-98aa1f614af16a21edaf887a79a50fdd2a24141d.zip |
Satisfy ELPA package format.
-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 |