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 25d8595 commit d489b27Copy full SHA for d489b27
clojure-mode-font-lock-test.el
@@ -806,7 +806,12 @@ DESCRIPTION is the description of the spec."
806
807
("(def foo \n \"usage\" \n \"hello\")"
808
(13 19 font-lock-doc-face)
809
- (24 30 font-lock-string-face)))
+ (24 30 font-lock-string-face))
810
+
811
+ ("(def test-string\n \"this\\n\n is\n my\n string\")"
812
+ (20 24 font-lock-string-face)
813
+ (25 26 (bold font-lock-string-face))
814
+ (27 46 font-lock-string-face)))
815
816
(when-fontifying-it "should handle deftype"
817
("(deftype Foo)"
0 commit comments