Textadept
- Home |
- Download |
- Lua API |
- Source |
- Language Modules |
- Stats |
- Wiki |
- Mailing List
_M.php
The php module.
It provides utilities for editing PHP code.
User tags are loaded from _USERHOME/modules/php/tags
and user apis are
loaded from _USERHOME/modules/php/api
.
Functions
goto_required
()
Determines the PHP file being ‘require’d or 'include’d, and opens it in Textadept.
set_buffer_properties
()
Sets default buffer properties for PHP files.
Tables
_G.keys.php
Container for PHP-specific key commands.
_G.snippets.php
Container for PHP-specific snippets.