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 391a7bd commit dde76b2Copy full SHA for dde76b2
test/clojure-mode-font-lock-test.el
@@ -417,6 +417,16 @@ DESCRIPTION is the description of the spec."
417
(9 10 nil)
418
(12 29 nil)))
419
420
+ (when-fontifying-it "should handle quotes in tail of symbols and keywords"
421
+ ("'quot'ed'/sy'm'bol''"
422
+ (2 9 font-lock-type-face)
423
+ (10 20 nil))
424
+
425
+ (":qu'ote'd''/key'word'"
426
+ (2 11 font-lock-type-face)
427
+ (12 12 default)
428
+ (13 21 clojure-keyword-face)))
429
430
(when-fontifying-it "should handle very complex stuff"
431
(" ve/yCom|pLex.stu-ff"
432
(3 4 font-lock-type-face)
0 commit comments