emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 3c6b726a7b4: Add super node as a keyword


From: Theodor Thornhill
Subject: emacs-29 3c6b726a7b4: Add super node as a keyword
Date: Wed, 15 Feb 2023 12:55:26 -0500 (EST)

branch: emacs-29
commit 3c6b726a7b4a954b2e2c7bcd10dda8a2a931f50b
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    Add super node as a keyword
    
    * lisp/progmodes/java-ts-mode.el
    (java-ts-mode--font-lock-settings): Add new node.
---
 lisp/progmodes/java-ts-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/progmodes/java-ts-mode.el b/lisp/progmodes/java-ts-mode.el
index e15da7110f1..6948ebba631 100644
--- a/lisp/progmodes/java-ts-mode.el
+++ b/lisp/progmodes/java-ts-mode.el
@@ -162,7 +162,8 @@
    :override t
    :feature 'keyword
    `([,@java-ts-mode--keywords
-      (this)] @font-lock-keyword-face
+      (this)
+      (super)] @font-lock-keyword-face
       (labeled_statement
        (identifier) @font-lock-keyword-face))
    :language 'java



reply via email to

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