aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_php.lua
AgeCommit message (Collapse)Author
2021-11-21Add names to language pluginsGuldoman
2021-09-02Improved language_php pluginjgmdev
* Removed language_phps.lua * Merged language_phps to language_php to simplify installation * Allow php syntax coloring inside <style> and <script> tags
2021-08-17Updated mod-version and made things 2.0 instead of 2.00.Adam Harrison
2021-08-17Updated all lua plugins to be compatible with 2.0.Adam Harrison
2021-05-22Add new tag modversionFrancesco Abbate
2021-05-14[language_php] overall improvements.jgmdev
2021-04-08Add version tag in all language pluginsFrancesco Abbate
2020-06-18detect more php filesLuke aka SwissalpS
classes and other php files often begin with an opening php-tag
2020-06-07Add support for # as one-line comment for PHPesprimo
See: https://www.php.net/manual/en/language.basic-syntax.comments.php
2020-04-23Moved all plugins to `plugins` dirrxi