Skip to content

Commit 1e41ed3

Browse files
committed
Apply modified faces to test
1 parent 0af47cd commit 1e41ed3

5 files changed

+6
-6
lines changed

tests/lang/class/anonymous-class.php.faces

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
(" ")
1111
("class" . php-class-declaration)
1212
(" () ")
13-
("extends" . php-keyword)
13+
("extends" . php-class-declaration-spec)
1414
(" ")
1515
("IteratorAggregate" . font-lock-type-face)
1616
(" {\n ")
@@ -23,7 +23,7 @@
2323
(" ")
2424
("class" . php-class-declaration)
2525
(" () ")
26-
("extends" . php-keyword)
26+
("extends" . php-class-declaration-spec)
2727
(" ")
2828
("IteratorAggregate" . font-lock-type-face)
2929
(" {\n ")

tests/lang/doc-comment/annotation.php.faces

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
(" ")
2525
("Child" . font-lock-type-face)
2626
(" ")
27-
("extends" . php-keyword)
27+
("extends" . php-class-declaration-spec)
2828
(" ")
2929
("Parent_" . font-lock-type-face)
3030
("\n{\n}\n"))

tests/lang/doc-comment/comments.php.24.faces

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
("@ORM\\Entity" php-doc-annotation-tag font-lock-doc-face)
6363
("(repositoryClass=\"Emacs\\Repository\\MajorModeRepository\")\n */" . font-lock-doc-face)
6464
("\n")
65-
("final" . php-keyword)
65+
("final" . php-class-modifier)
6666
(" ")
6767
("class" . php-class-declaration)
6868
(" ")

tests/lang/doc-comment/comments.php.27.faces

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
("@ORM\\Entity" php-doc-annotation-tag font-lock-doc-face)
6464
("(repositoryClass=\"Emacs\\Repository\\MajorModeRepository\")\n */" . font-lock-doc-face)
6565
("\n")
66-
("final" . php-keyword)
66+
("final" . php-class-modifier)
6767
(" ")
6868
("class" . php-class-declaration)
6969
(" ")

tests/lang/doc-comment/comments.php.faces

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
("@ORM\\Entity" php-doc-annotation-tag font-lock-doc-face)
6363
("(repositoryClass=\"Emacs\\Repository\\MajorModeRepository\")\n */" . font-lock-doc-face)
6464
("\n")
65-
("final" . php-keyword)
65+
("final" . php-class-modifier)
6666
(" ")
6767
("class" . php-class-declaration)
6868
(" ")

0 commit comments

Comments
 (0)