emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/jinja2-mode e34a8f46df 31/57: follow header conventions


From: ELPA Syncer
Subject: [nongnu] elpa/jinja2-mode e34a8f46df 31/57: follow header conventions
Date: Mon, 17 Jan 2022 05:58:25 -0500 (EST)

branch: elpa/jinja2-mode
commit e34a8f46dfadbb3a10ed0c58f57b2f4182e40afb
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]