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.
1 parent 2ae9514 commit b0919a7Copy full SHA for b0919a7
clojure-mode-test.el
@@ -214,6 +214,11 @@ POS."
214
(should (eq (clojure-test-face-at 1 10 "*some-var*") 'font-lock-variable-name-face))
215
(should (eq (clojure-test-face-at 2 11 "@*some-var*") 'font-lock-variable-name-face)))
216
217
+(ert-deftest clojure-mode-syntax-table/ns-macro ()
218
+ :tags '(fontification syntax-table)
219
+ (should (eq (clojure-test-face-at 5 8 "(ns name)") 'font-lock-type-face))
220
+ (should (eq (clojure-test-face-at 5 13 "(ns name.name)") 'font-lock-type-face)))
221
+
222
(provide 'clojure-mode-test)
223
224
;; Local Variables:
0 commit comments