Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-27 | language_php: fix strings not getting terminated | jgmdev | |
The issue can be triggered with code like the following: `'"'.strlen("test:").'"';` would cause the string end to not be found. The additional pattern on this commit allows properly terminating the string by not matching the last closing character. | |||
2022-06-14 | Add support for SQL strings to language_php | Katrina Grace | |
2022-06-06 | language_php: support heredocs and variables inside strings | jgmdev | |
2022-05-31 | removed lite-xl version and left only mod version | jgmdev | |
2022-05-22 | Bumping versions. | Adam Harrison | |
2022-03-15 | language_php: added block_comment declaration | jgmdev | |
2022-03-10 | language_php: improved uppercase constants matching | jgmdev | |
2022-02-16 | language_php: properly set names to the multiple syntax definitions | jgmdev | |
2022-02-10 | language_php: added comment field because this isn't read from sub syntaxes. | jgmdev | |
2022-01-17 | language_php: added new PHP 8.1 keywords. | jgmdev | |
2021-11-21 | Add names to language plugins | Guldoman | |
2021-09-02 | Improved language_php plugin | jgmdev | |
* Removed language_phps.lua * Merged language_phps to language_php to simplify installation * Allow php syntax coloring inside <style> and <script> tags | |||
2021-08-17 | Updated mod-version and made things 2.0 instead of 2.00. | Adam Harrison | |
2021-08-17 | Updated all lua plugins to be compatible with 2.0. | Adam Harrison | |
2021-05-22 | Add new tag modversion | Francesco Abbate | |
2021-05-14 | [language_php] overall improvements. | jgmdev | |
2021-04-08 | Add version tag in all language plugins | Francesco Abbate | |
2020-06-18 | detect more php files | Luke aka SwissalpS | |
classes and other php files often begin with an opening php-tag | |||
2020-06-07 | Add support for # as one-line comment for PHP | esprimo | |
See: https://www.php.net/manual/en/language.basic-syntax.comments.php | |||
2020-04-23 | Moved all plugins to `plugins` dir | rxi | |