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

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

[elpa] externals/smalltalk-mode 4a29da5 31/34: Highlight ^ as a keyword


From: Stefan Monnier
Subject: [elpa] externals/smalltalk-mode 4a29da5 31/34: Highlight ^ as a keyword
Date: Tue, 9 Apr 2019 22:30:48 -0400 (EDT)

branch: externals/smalltalk-mode
commit 4a29da5c26cd49e24041a9be2c5865060d4c133c
Author: Wilfred Hughes <address@hidden>
Commit: Holger Hans Peter Freyther <address@hidden>

    Highlight ^ as a keyword
---
 smalltalk-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smalltalk-mode.el b/smalltalk-mode.el
index cf83c29..c44c7a1 100644
--- a/smalltalk-mode.el
+++ b/smalltalk-mode.el
@@ -154,7 +154,7 @@
    '("#[A-z][A-z0-9_]*" . font-lock-constant-face)
    '("\\<[A-z][A-z0-9_]*:" . font-lock-function-name-face)
    (cons smalltalk-binsel 'font-lock-function-name-face)
-;   '("\\^" . font-lock-keyword-face)
+   '("\\^" . font-lock-keyword-face)
    '("\\$." . font-lock-string-face) ;; Chars
    '("\\<[A-Z]\\sw*\\>" . font-lock-type-face))  
   "Basic Smalltalk keywords font-locking")



reply via email to

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