File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -487,11 +487,17 @@ DESCRIPTION is the description of the spec."
487
487
488
488
(when-fontifying-it " should handle oneword keywords"
489
489
(" :oneword"
490
- (3 9 clojure-keyword-face ))
490
+ (3 9 clojure-keyword-face))
491
+
492
+ (" :1oneword"
493
+ (3 10 clojure-keyword-face))
491
494
492
495
(" {:oneword 0}"
493
496
(3 9 clojure-keyword-face))
494
497
498
+ (" {:1oneword 0}"
499
+ (3 10 clojure-keyword-face))
500
+
495
501
(" {:#oneword 0}"
496
502
(3 10 clojure-keyword-face))
497
503
@@ -563,7 +569,22 @@ DESCRIPTION is the description of the spec."
563
569
(10 17 clojure-keyword-face))
564
570
565
571
(" :_:_:foo/bar_:_:foo"
566
- (10 19 clojure-keyword-face)))
572
+ (10 19 clojure-keyword-face))
573
+
574
+ (" :1foo/bar"
575
+ (2 5 font-lock-type-face )
576
+ (6 6 default )
577
+ (7 9 clojure-keyword-face))
578
+
579
+ (" :foo/1bar"
580
+ (2 4 font-lock-type-face )
581
+ (5 5 default )
582
+ (6 9 clojure-keyword-face))
583
+
584
+ (" :1foo/1bar"
585
+ (2 5 font-lock-type-face )
586
+ (6 6 default )
587
+ (7 10 clojure-keyword-face)))
567
588
568
589
(when-fontifying-it " should handle segment keywords"
569
590
(" :seg.mnt"
You can’t perform that action at this time.
0 commit comments