]> git.eshelyaron.com Git - emacs.git/commitdiff
Add super node as a keyword
authorTheodor Thornhill <theo@thornhill.no>
Wed, 15 Feb 2023 17:54:46 +0000 (18:54 +0100)
committerTheodor Thornhill <theo@thornhill.no>
Wed, 15 Feb 2023 17:55:17 +0000 (18:55 +0100)
* lisp/progmodes/java-ts-mode.el
(java-ts-mode--font-lock-settings): Add new node.

lisp/progmodes/java-ts-mode.el

index e15da7110f1df9225fbd00468ff252107b5391eb..6948ebba631a3cfe86842210f578360198386dda 100644 (file)
    :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