Age | Commit message (Collapse) | Author |
|
|
|
Use proper block_comment thanks to lite-xl/lite-xl#1202
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Removed language_phps.lua
* Merged language_phps to language_php to simplify installation
* Allow php syntax coloring inside <style> and <script> tags
|
|
|
|
|
|
|
|
|
|
|
|
classes and other php files often begin with an opening php-tag
|
|
See: https://www.php.net/manual/en/language.basic-syntax.comments.php
|
|
|