branch: elpa/nginx-mode commit 72e1ea5ad51103c9fe3cae731f3205c21ac90bee Author: Andrew J Cosgriff <and...@cosgriff.name> Commit: Andrew J Cosgriff <and...@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)