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

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

[nongnu] elpa/jinja2-mode 61c00ff7f9 32/57: Merge pull request #4 from t


From: ELPA Syncer
Subject: [nongnu] elpa/jinja2-mode 61c00ff7f9 32/57: Merge pull request #4 from tarsius/master
Date: Mon, 17 Jan 2022 05:58:25 -0500 (EST)

branch: elpa/jinja2-mode
commit 61c00ff7f93bebc79c7d06c5d0e78e456bcc84d0
Merge: bbfe9b4940 e34a8f46df
Author: Mounier Florian <paradoxxx.zero@gmail.com>
Commit: Mounier Florian <paradoxxx.zero@gmail.com>

    Merge pull request #4 from tarsius/master
    
    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]