File tree 9 files changed +12
-12
lines changed
9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
; ; -*- mode : emacs-lisp -*-
2
2
((" <?php" . php-php-tag)
3
3
(" \n\n " )
4
- (" class" . php-keyword )
4
+ (" class" . php-class-declaration )
5
5
(" " )
6
6
(" Typed" . font-lock-type-face )
7
7
(" \n {\n " )
Original file line number Diff line number Diff line change 64
64
(" \n " )
65
65
(" final" . php-keyword)
66
66
(" " )
67
- (" class" . php-keyword )
67
+ (" class" . php-class-declaration )
68
68
(" " )
69
69
(" SampleClass" . font-lock-type-face )
70
70
(" \n {\n " )
Original file line number Diff line number Diff line change 8
8
(" " )
9
9
(" new" . php-keyword)
10
10
(" " )
11
- (" class" . php-keyword )
11
+ (" class" . php-class-declaration )
12
12
(" () " )
13
13
(" extends" . php-keyword)
14
14
(" " )
21
21
(" (1, " )
22
22
(" new" . php-keyword)
23
23
(" " )
24
- (" class" . php-keyword )
24
+ (" class" . php-class-declaration )
25
25
(" () " )
26
26
(" extends" . php-keyword)
27
27
(" " )
28
28
(" IteratorAggregate" . font-lock-type-face )
29
29
(" {\n " )
30
30
(" // " . font-lock-comment-delimiter-face )
31
31
(" ###php-mode-test### ((indent 4))\n " . font-lock-comment-face )
32
- (" });\n " ))
32
+ (" });\n " ))
Original file line number Diff line number Diff line change 7
7
(" @MyProject\\ Annotations\\ Foobarable" php-doc-annotation-tag font-lock-doc-face )
8
8
(" \n */" . font-lock-doc-face )
9
9
(" \n " )
10
- (" class" . php-keyword )
10
+ (" class" . php-class-declaration )
11
11
(" " )
12
12
(" User" . font-lock-type-face )
13
13
(" \n {\n }\n\n " )
20
20
(" myProperty" php-variable-name font-lock-doc-face )
21
21
(" \n */" . font-lock-doc-face )
22
22
(" \n " )
23
- (" class" . php-keyword )
23
+ (" class" . php-class-declaration )
24
24
(" " )
25
25
(" Child" . font-lock-type-face )
26
26
(" " )
Original file line number Diff line number Diff line change 64
64
(" \n " )
65
65
(" final" . php-keyword)
66
66
(" " )
67
- (" class" . php-keyword )
67
+ (" class" . php-class-declaration )
68
68
(" " )
69
69
(" SampleClass" . font-lock-type-face )
70
70
(" \n {\n " )
Original file line number Diff line number Diff line change 65
65
(" \n " )
66
66
(" final" . php-keyword)
67
67
(" " )
68
- (" class" . php-keyword )
68
+ (" class" . php-class-declaration )
69
69
(" " )
70
70
(" SampleClass" . font-lock-type-face )
71
71
(" \n {\n " )
Original file line number Diff line number Diff line change 64
64
(" \n " )
65
65
(" final" . php-keyword)
66
66
(" " )
67
- (" class" . php-keyword )
67
+ (" class" . php-class-declaration )
68
68
(" " )
69
69
(" SampleClass" . font-lock-type-face )
70
70
(" \n {\n " )
Original file line number Diff line number Diff line change 11
11
(" @ORM\\ Table" php-doc-annotation-tag font-lock-doc-face )
12
12
(" (name=\" product\" )\n */" . font-lock-doc-face )
13
13
(" \n " )
14
- (" class" . php-keyword )
14
+ (" class" . php-class-declaration )
15
15
(" " )
16
16
(" Product" . font-lock-type-face )
17
17
(" \n {\n " )
Original file line number Diff line number Diff line change 1
1
; ; -*- mode : emacs-lisp -*-
2
2
((" <?php" . php-php-tag)
3
3
(" \n\n " )
4
- (" class" . php-keyword )
4
+ (" class" . php-class-declaration )
5
5
(" " )
6
6
(" SomeClass" . font-lock-type-face )
7
7
(" \n {\n " )
You can’t perform that action at this time.
0 commit comments