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

    Remove outdated comment
---
 clojure-ts-mode.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/clojure-ts-mode.el b/clojure-ts-mode.el
index 5208ed83b2..05872eba87 100644
--- a/clojure-ts-mode.el
+++ b/clojure-ts-mode.el
@@ -230,9 +230,6 @@
    :language 'clojure
    '((char_lit) @clojure-ts-character-face)
 
-   ;; :namespace/keyword is highlighted  with the namespace as 
font-lock-type-face
-   ;; and the name clojure-ts-keyword-face
-   ;; I believe in order to do this, the grammar will have to be updated to 
provide these "fields"
    :feature 'keyword
    :language 'clojure
    '((kwd_ns) @font-lock-type-face

Reply via email to