OSDN Git Service

Fix PHP syntax highlighting. (#1055)
authorJun Tajima <56220423+tjmprm77@users.noreply.github.com>
Tue, 23 Nov 2021 22:32:05 +0000 (07:32 +0900)
committerGitHub <noreply@github.com>
Tue, 23 Nov 2021 22:32:05 +0000 (07:32 +0900)
commitb080f61e6612a60a85e9a3238ed8ee898bdabe01
treec9774b2d729e24f2b9454daec6b69ec0f0d06fb6
parenta55c72031918d7203a3d87df6014cf3bc73f076d
Fix PHP syntax highlighting. (#1055)

- Fix an issue where text is not highlighted correctly if there is no space or symbol between a single line comment or variable and the end tag "?>".
Externals/crystaledit/editlib/parsers/html.cpp
Externals/crystaledit/editlib/parsers/php.cpp