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

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

[nongnu] elpa/nginx-mode dd61d1d 23/34: font-lock-operator-face is gone.


From: ELPA Syncer
Subject: [nongnu] elpa/nginx-mode dd61d1d 23/34: font-lock-operator-face is gone.\n\nFixes #14.
Date: Sun, 29 Aug 2021 11:24:16 -0400 (EDT)

branch: elpa/nginx-mode
commit dd61d1d4f5a93488dce12998b4c40623a3396958
Author: Andrew J Cosgriff <andrew.cosgriff@rea-group.com>
Commit: Andrew J Cosgriff <andrew.cosgriff@rea-group.com>

    font-lock-operator-face is gone.\n\nFixes #14.
---
 nginx-mode.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/nginx-mode.el b/nginx-mode.el
index 75d074d..8570823 100644
--- a/nginx-mode.el
+++ b/nginx-mode.el
@@ -1,3 +1,4 @@
+
 ;;; nginx-mode.el --- major mode for editing nginx config files
 
 ;; Copyright 2010 Andrew J Cosgriff <andrew@cosgriff.name>
@@ -5,7 +6,7 @@
 ;; Author: Andrew J Cosgriff <andrew@cosgriff.name>
 ;; Maintainer: Andrew J Cosgriff <andrew@cosgriff.name>
 ;; Created: 15 Oct 2010
-;; Version: 1.1.3
+;; Version: 1.1.5
 ;; Keywords: nginx
 
 ;; available from http://github.com/ajc/nginx-mode
@@ -60,7 +61,7 @@
        '("\\(\$[0-9]+\\)[^0-9]" 1 font-lock-constant-face)
        '("\$[A-Za-z0-9_\-]+" . font-lock-variable-name-face)
        '("[ \t]+\\(on\\|off\\);$" 1 font-lock-constant-face)
-       '("[A-Za-z0-9_\-]+\\([ \t]+[^ \t\n]+\\)?[ \t]+\\([^ \t\n]+\\)[ \t]+{" 2 
font-lock-operator-face)))
+       '("[A-Za-z0-9_\-]+\\([ \t]+[^ \t\n]+\\)?[ \t]+\\([^ \t\n]+\\)[ \t]+{" 2 
font-lock-function-name-face)))
 
 
 ;;;;##########################################################################



reply via email to

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