File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 121121 " Reference" 'font-lock-constant-face
122122 " Under_scored" 'font-lock-constant-face
123123 " WithNumbers09.Ok" 'font-lock-constant-face
124+ " WithNumbers09.OkV2" 'font-lock-constant-face
124125 ))
125126
126127(ert-deftest fontification-of-namespace-statements ()
129130 " Reference" 'font-lock-constant-face
130131 " Under_scored" 'font-lock-constant-face
131132 " WithNumbers09.Ok" 'font-lock-constant-face
133+ " WithNumbers09.OkV2" 'font-lock-constant-face
132134 ))
133135
134136(defun list-repeat-once (mylist )
Original file line number Diff line number Diff line change @@ -773,7 +773,7 @@ to work properly with code that includes attributes."
773773 " [ \t\n\f\v\r ]*="
774774 " [ \t\n\f\v\r ]*"
775775 " \\ )?"
776- " \\ (\\ (?:[A-Za-z0-9_]+\\ .\\ )*[A-Za-z_ ]+\\ )"
776+ " \\ (\\ (?:[A-Za-z0-9_]+\\ .\\ )*[A-Za-z0-9_ ]+\\ )"
777777 " [ \t\n\f\v\r ]*;" )
778778 (2 font-lock-constant-face t t )
779779 (3 font-lock-constant-face ))
Original file line number Diff line number Diff line change @@ -5,3 +5,11 @@ namespace Reference {
55namespace Under_Scored {
66
77}
8+
9+ namespace WithNumbers09 . Ok {
10+
11+ }
12+
13+ namespace WithNumbers09 . OkV2 {
14+
15+ }
Original file line number Diff line number Diff line change 11using Reference ;
22using Under_scored ;
33using WithNumbers09 . Ok ;
4+ using WithNumbers09 . OkV2 ;
You can’t perform that action at this time.
0 commit comments