syntax: add missing PHP keywords (closes MidnightCommander/mc#129)

Signed-off-by: Yury V. Zaytsev <yury.zaytsev@moneymeets.com>
This commit is contained in:
Izzy 2017-07-18 20:33:26 +02:00 committed by Yury V. Zaytsev
parent 37013e7db3
commit f397f9b0de

View File

@ -35,6 +35,9 @@ context default
keyword whole include brightmagenta
keyword whole include_once brightmagenta
keyword whole new brightmagenta
keyword whole private brightmagenta
keyword whole protected brightmagenta
keyword whole public brightmagenta
keyword whole require brightmagenta
keyword whole require_once brightmagenta
keyword whole return brightmagenta