| 467 | } |
| 468 | |
| 469 | static bool IsCommentState(const int state) { |
| 470 | return state == SCE_H_COMMENT || state == SCE_H_SGML_COMMENT; |
| 471 | } |
| 472 | |
| 473 | static bool IsScriptCommentState(const int state) { |
| 474 | return state == SCE_HJ_COMMENT || state == SCE_HJ_COMMENTLINE || state == SCE_HJA_COMMENT || |
no outgoing calls
no test coverage detected