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

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

[elpa] externals/poke-mode c5fa74b6cc 10/16: poke-mode: fix font lock on


From: ELPA Syncer
Subject: [elpa] externals/poke-mode c5fa74b6cc 10/16: poke-mode: fix font lock on string literals
Date: Tue, 5 Apr 2022 15:02:55 -0400 (EDT)

branch: externals/poke-mode
commit c5fa74b6cc775c17fa2be00fcee15df637c70ce4
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Commit: Jose E. Marchesi <jose.marchesi@oracle.com>

    poke-mode: fix font lock on string literals
    
    2020-11-08  Jose E. Marchesi  <jemarch@gnu.org>
    
            * etc/poke-mode.el (poke-font-lock-keywords): Remove unneeded
            entry for strings, since they are font-locked via the syntax
            table.
---
 poke-mode.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/poke-mode.el b/poke-mode.el
index da662381ae..7f2d5163e1 100644
--- a/poke-mode.el
+++ b/poke-mode.el
@@ -184,8 +184,6 @@
                  (: "\\" (repeat 1 3 (any "01234567"))))
          "'")
      0 'font-lock-string-face)
-   ;; string
-   `("\"[^\"]*\"" 0 'font-lock-string-face)
    ;; Names of declared entities
    `(,(rx (regexp (regexp-opt '("type" "unit" "fun" "var" "method")))
           (+ space)



reply via email to

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