File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
(" " )
11
11
(" class" . php-class-declaration)
12
12
(" () " )
13
- (" extends" . php-keyword )
13
+ (" extends" . php-class-declaration-spec )
14
14
(" " )
15
15
(" IteratorAggregate" . font-lock-type-face )
16
16
(" {\n " )
23
23
(" " )
24
24
(" class" . php-class-declaration)
25
25
(" () " )
26
- (" extends" . php-keyword )
26
+ (" extends" . php-class-declaration-spec )
27
27
(" " )
28
28
(" IteratorAggregate" . font-lock-type-face )
29
29
(" {\n " )
Original file line number Diff line number Diff line change 24
24
(" " )
25
25
(" Child" . font-lock-type-face )
26
26
(" " )
27
- (" extends" . php-keyword )
27
+ (" extends" . php-class-declaration-spec )
28
28
(" " )
29
29
(" Parent_" . font-lock-type-face )
30
30
(" \n {\n }\n " ))
Original file line number Diff line number Diff line change 62
62
(" @ORM\\ Entity" php-doc-annotation-tag font-lock-doc-face )
63
63
(" (repositoryClass=\" Emacs\\ Repository\\ MajorModeRepository\" )\n */" . font-lock-doc-face )
64
64
(" \n " )
65
- (" final" . php-keyword )
65
+ (" final" . php-class-modifier )
66
66
(" " )
67
67
(" class" . php-class-declaration)
68
68
(" " )
Original file line number Diff line number Diff line change 63
63
(" @ORM\\ Entity" php-doc-annotation-tag font-lock-doc-face )
64
64
(" (repositoryClass=\" Emacs\\ Repository\\ MajorModeRepository\" )\n */" . font-lock-doc-face )
65
65
(" \n " )
66
- (" final" . php-keyword )
66
+ (" final" . php-class-modifier )
67
67
(" " )
68
68
(" class" . php-class-declaration)
69
69
(" " )
Original file line number Diff line number Diff line change 62
62
(" @ORM\\ Entity" php-doc-annotation-tag font-lock-doc-face )
63
63
(" (repositoryClass=\" Emacs\\ Repository\\ MajorModeRepository\" )\n */" . font-lock-doc-face )
64
64
(" \n " )
65
- (" final" . php-keyword )
65
+ (" final" . php-class-modifier )
66
66
(" " )
67
67
(" class" . php-class-declaration)
68
68
(" " )
You can’t perform that action at this time.
0 commit comments