OSDN Git Service

Fix PHP syntax highlighting. (#751)
authorJun Tajima <56220423+tjmprm77@users.noreply.github.com>
Sun, 25 Apr 2021 08:41:57 +0000 (17:41 +0900)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 08:41:57 +0000 (17:41 +0900)
commite5adb26de95ab65c2fe393ded4676fbd8ddcdbda
tree3717b65812a4c1c32d614b8ac861831fe0792a9c
parent46546b0aceb516696662be481218c207e0725527
Fix PHP syntax highlighting. (#751)

- Fix an issue where the string after the block whose color index is COLORINDEX_NORMALTEXT or COLORINDEX_USER1 is not highlighted correctly.
  (The processing of the fixed part is now the same as CrystalLineParser::ParseLineCJava() with this fix.)
Externals/crystaledit/editlib/parsers/php.cpp