File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 120120 " using" 'font-lock-keyword-face
121121 " Reference" 'font-lock-constant-face
122122 " Under_scored" 'font-lock-constant-face
123+ " WithNumbers09.Ok" 'font-lock-constant-face
124+ ))
125+
123126 ))
124127
125128(defun list-repeat-once (mylist )
Original file line number Diff line number Diff line change @@ -762,11 +762,11 @@ to work properly with code that includes attributes."
762762 ,`(,(concat
763763 " \\ <\\ (using\\ )[ \t\n\f\v\r ]+"
764764 " \\ (?:"
765- " \\ ([A-Za-z_ ]+\\ )"
765+ " \\ ([A-Za-z0-9_ ]+\\ )"
766766 " [ \t\n\f\v\r ]*="
767767 " [ \t\n\f\v\r ]*"
768768 " \\ )?"
769- " \\ (\\ (?:[A-Za-z_ ]+\\ .\\ )*[A-Za-z_]+\\ )"
769+ " \\ (\\ (?:[A-Za-z0-9_ ]+\\ .\\ )*[A-Za-z_]+\\ )"
770770 " [ \t\n\f\v\r ]*;" )
771771 (2 font-lock-constant-face t t )
772772 (3 font-lock-constant-face ))
Original file line number Diff line number Diff line change 11using Reference ;
22using Under_scored ;
3+ using WithNumbers09 . Ok ;
You can’t perform that action at this time.
0 commit comments