File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ Called by `imenu--generic-function'."
491
491
; ; Foo Bar$Baz Qux_ World_OpenUDP Foo. Babylon15.
492
492
(" \\ (?:\\ <\\ |\\ .\\ |/\\ |#?^\\ )\\ ([A-Z][a-zA-Z0-9_]*[a-zA-Z0-9$_]+\\ .?\\ >\\ )" 1 font-lock-type-face )
493
493
; ; foo.bar.baz
494
- (" \\ <[a-z][a-z0-9_-]+\\ .\\ ([a-z][a-z0-9_-]*\\ .?\\ )+" 0 font-lock-type-face )
494
+ (" \\ <^? \\ ( [a-z][a-z0-9_-]+\\ .\\ ([a-z][a-z0-9_-]*\\ .?\\ )+\\ ) " 1 font-lock-type-face )
495
495
; ; foo/ Foo/
496
496
(" \\ <\\ ([a-zA-Z][a-z0-9_-]*\\ )/" 1 font-lock-type-face )
497
497
; ; fooBar
Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ POS."
102
102
(ert-deftest clojure-mode-syntax-table/namespace ()
103
103
:tags '(fontification syntax-table)
104
104
(should (eq (clojure-test-face-at 1 5 " one.p" ) 'font-lock-type-face ))
105
- (should (eq (clojure-test-face-at 1 11 " one.p.top13" ) 'font-lock-type-face )))
105
+ (should (eq (clojure-test-face-at 1 11 " one.p.top13" ) 'font-lock-type-face ))
106
+ (should (eq (clojure-test-face-at 2 12 " ^one.p.top13" ) 'font-lock-type-face )))
106
107
107
108
(ert-deftest clojure-mode-syntax-table/namespaced-symbol ()
108
109
:tags '(fontification syntax-table)
You can’t perform that action at this time.
0 commit comments