Skip to content

Commit 32f2b11

Browse files
Demis Balbachzonuexe
authored andcommitted
Add block statement face
1 parent a2b68dc commit 32f2b11

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

php-face.el

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@
236236
:group 'php-faces
237237
:tag "PHP Visibility Modifier")
238238

239+
(defface php-control-structure '((t (:inherit php-keyword)))
240+
"PHP Mode Face used to highlight control structures (if, foreach, while, switch, catch...)."
241+
:group 'php-faces
242+
:tag "PHP Control Structure")
243+
239244
(define-obsolete-face-alias 'php-annotations-annotation-face 'php-doc-annotation-tag "1.19.0")
240245

241246
(provide 'php-face)

0 commit comments

Comments
 (0)