branch: elpa/jinja2-mode
commit e34a8f46dfadbb3a10ed0c58f57b2f4182e40afb
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
follow header conventions
---
jinja2-mode.el | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/jinja2-mode.el b/jinja2-mode.el
index 3cce71041d..b20b39d3af 100644
--- a/jinja2-mode.el
+++ b/jinja2-mode.el
@@ -1,6 +1,9 @@
-;; Jinja2 mode for emacs
+;;; jinja2-mode.el --- A major mode for jinja2
+
;; Copyright (C) 2011 Florian Mounier aka paradoxxxzero
+;; Author: Florian Mounier aka paradoxxxzero
+
;; This program 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 of the License, or
@@ -14,8 +17,8 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
-;; Author: Florian Mounier aka paradoxxxzero
-;; Description :
+;;; Commentary:
+
;; This is an emacs major mode for jinja2 with:
;; syntax highlighting
;; sgml/html integration
@@ -24,6 +27,8 @@
;; This file comes from http://github.com/paradoxxxzero/jinja2-mode
+;;; Code:
+
(require 'sgml-mode)
(defgroup jinja2 nil