We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
in-ns
1 parent a923aa8 commit 0c69c93Copy full SHA for 0c69c93
clojure-ts-mode.el
@@ -1021,7 +1021,12 @@ See `clojure-ts--font-lock-settings' for usage of MARKDOWN-AVAILABLE."
1021
'(((source (list_lit
1022
:anchor (sym_lit name: (sym_name) @ns)
1023
:anchor (sym_lit name: (sym_name) @ns-name)))
1024
- (:equal @ns "ns")))))
+ (:equal @ns "ns"))
1025
+ ((source (list_lit
1026
+ :anchor (sym_lit name: (sym_name) @in-ns)
1027
+ :anchor (quoting_lit
1028
+ :anchor (sym_lit name: (sym_name) @ns-name))))
1029
+ (:equal @in-ns "in-ns")))))
1030
1031
(defun clojure-ts-find-ns ()
1032
"Return the name of the current namespace."
0 commit comments