Support for PHP - Syntax highlighting

The basic help for writing PHP scripts is syntax highlighting . Spider has several coloring schemes for PHP:

  • HTML+PHP simple - full HTML coloring + simplified PHP coloring scheme (without function names)
  • HTML+PHP extended - HTML as above + coloring of all PHP functions described in PHP manual + coloring of phpDocumentor automatic documentation system commands .
  • HTML+PHP+Smarty - like HTML+PHP extended + coloring elements of Smarty template handling system.
You can also customize syntax highlighting. Use these tools for that:
  • Highlighting scheme editor - allows you to edit the highlighting scheme, i.e. add new features, etc. Use it with caution when changes cannot be undone
  • Program settings - syntax highlighting - allows you to adjust the syntax highlighting scheme, but without affecting the scheme itself. Changes can be reverted to the default state at any time. You can also use this window to assign file name extensions for which the scheme should be the default one.

Related topics

To top