You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USAMI Kenta edited this page May 16, 2019
·
1 revision
English
The clear goal in major mode is to highlight "keywords" embedded in the source code. It can be said as "language reserved by language". So what is a "reserved word" in PHP?
Language structure
This is a very easy to understand feature. They are listed in List of Keywords. However, these are available as method names in PHP 7. It is probably not appropriate to color these as keywords.