File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11; ; -*- mode : emacs-lisp -*-
22((" <?php" . php-php-tag)
33 (" \n\n " )
4- (" class" . php-keyword )
4+ (" class" . php-class-declaration )
55 (" " )
66 (" Typed" . font-lock-type-face )
77 (" \n {\n " )
Original file line number Diff line number Diff line change 6464 (" \n " )
6565 (" final" . php-keyword)
6666 (" " )
67- (" class" . php-keyword )
67+ (" class" . php-class-declaration )
6868 (" " )
6969 (" SampleClass" . font-lock-type-face )
7070 (" \n {\n " )
Original file line number Diff line number Diff line change 88 (" " )
99 (" new" . php-keyword)
1010 (" " )
11- (" class" . php-keyword )
11+ (" class" . php-class-declaration )
1212 (" () " )
1313 (" extends" . php-keyword)
1414 (" " )
2121 (" (1, " )
2222 (" new" . php-keyword)
2323 (" " )
24- (" class" . php-keyword )
24+ (" class" . php-class-declaration )
2525 (" () " )
2626 (" extends" . php-keyword)
2727 (" " )
2828 (" IteratorAggregate" . font-lock-type-face )
2929 (" {\n " )
3030 (" // " . font-lock-comment-delimiter-face )
3131 (" ###php-mode-test### ((indent 4))\n " . font-lock-comment-face )
32- (" });\n " ))
32+ (" });\n " ))
Original file line number Diff line number Diff line change 77 (" @MyProject\\ Annotations\\ Foobarable" php-doc-annotation-tag font-lock-doc-face )
88 (" \n */" . font-lock-doc-face )
99 (" \n " )
10- (" class" . php-keyword )
10+ (" class" . php-class-declaration )
1111 (" " )
1212 (" User" . font-lock-type-face )
1313 (" \n {\n }\n\n " )
2020 (" myProperty" php-variable-name font-lock-doc-face )
2121 (" \n */" . font-lock-doc-face )
2222 (" \n " )
23- (" class" . php-keyword )
23+ (" class" . php-class-declaration )
2424 (" " )
2525 (" Child" . font-lock-type-face )
2626 (" " )
Original file line number Diff line number Diff line change 6464 (" \n " )
6565 (" final" . php-keyword)
6666 (" " )
67- (" class" . php-keyword )
67+ (" class" . php-class-declaration )
6868 (" " )
6969 (" SampleClass" . font-lock-type-face )
7070 (" \n {\n " )
Original file line number Diff line number Diff line change 6565 (" \n " )
6666 (" final" . php-keyword)
6767 (" " )
68- (" class" . php-keyword )
68+ (" class" . php-class-declaration )
6969 (" " )
7070 (" SampleClass" . font-lock-type-face )
7171 (" \n {\n " )
Original file line number Diff line number Diff line change 6464 (" \n " )
6565 (" final" . php-keyword)
6666 (" " )
67- (" class" . php-keyword )
67+ (" class" . php-class-declaration )
6868 (" " )
6969 (" SampleClass" . font-lock-type-face )
7070 (" \n {\n " )
Original file line number Diff line number Diff line change 1111 (" @ORM\\ Table" php-doc-annotation-tag font-lock-doc-face )
1212 (" (name=\" product\" )\n */" . font-lock-doc-face )
1313 (" \n " )
14- (" class" . php-keyword )
14+ (" class" . php-class-declaration )
1515 (" " )
1616 (" Product" . font-lock-type-face )
1717 (" \n {\n " )
Original file line number Diff line number Diff line change 11; ; -*- mode : emacs-lisp -*-
22((" <?php" . php-php-tag)
33 (" \n\n " )
4- (" class" . php-keyword )
4+ (" class" . php-class-declaration )
55 (" " )
66 (" SomeClass" . font-lock-type-face )
77 (" \n {\n " )
You can’t perform that action at this time.
0 commit comments