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

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

[nongnu] elpa/nginx-mode 72e1ea5 09/34: Remove font-lock-pseudo-keyword-


From: ELPA Syncer
Subject: [nongnu] elpa/nginx-mode 72e1ea5 09/34: Remove font-lock-pseudo-keyword-face. I can't think of anything else to highlight semicolons with, and really, it doesn't matter that much anyway. Fixes #5.
Date: Sun, 29 Aug 2021 11:24:12 -0400 (EDT)

branch: elpa/nginx-mode
commit 72e1ea5ad51103c9fe3cae731f3205c21ac90bee
Author: Andrew J Cosgriff <andrew@cosgriff.name>
Commit: Andrew J Cosgriff <andrew@cosgriff.name>

    Remove font-lock-pseudo-keyword-face. I can't think of anything else to 
highlight semicolons with, and really, it doesn't matter that much anyway. 
Fixes #5.
---
 nginx-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nginx-mode.el b/nginx-mode.el
index 795aedd..37212eb 100644
--- a/nginx-mode.el
+++ b/nginx-mode.el
@@ -55,7 +55,6 @@
 (defvar nginx-font-lock-keywords
   (list '("#.*" . font-lock-comment-face)
        '("^\\([ \t]+\\)?\\([A-Za-z09_]+\\)" 2 font-lock-keyword-face t)
-       '(";$" . font-lock-pseudo-keyword-face)
        ;; uncomment the next one if you want your eyes to bleed
        ;; (it'll highlight parentheses and curly braces)
        ;;'("\\(\{\\|\}\\|\(\\|\)\\)" . font-lock-pseudo-keyword-face)



reply via email to

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