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

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

[nongnu] elpa/clojure-ts-mode 38d3672ba9 18/71: Unused highlight cleanup


From: ELPA Syncer
Subject: [nongnu] elpa/clojure-ts-mode 38d3672ba9 18/71: Unused highlight cleanup
Date: Fri, 25 Aug 2023 03:59:27 -0400 (EDT)

branch: elpa/clojure-ts-mode
commit 38d3672ba9ad8ea086dc37aee59de2565de41e06
Author: dannyfreeman <danny@dfreeman.email>
Commit: dannyfreeman <danny@dfreeman.email>

    Unused highlight cleanup
---
 clojure-ts-mode.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/clojure-ts-mode.el b/clojure-ts-mode.el
index 797a419ed4..6bdc7fccd6 100644
--- a/clojure-ts-mode.el
+++ b/clojure-ts-mode.el
@@ -239,10 +239,7 @@
 
    :feature 'symbol
    :language 'clojure
-   '((sym_ns) @font-lock-type-face
-     ;; (sym_name) @default
-     ;; (sym_lit delimiter: _ :? @default)
-     )
+   '((sym_ns) @font-lock-type-face)
 
    ;; How does this work for defns nested in other forms, not at the top level?
    ;; Should I match against the source node to only hit the top level? Can 
that be expressed?



reply via email to

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