MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / IsCommentState

Function IsCommentState

scintilla/lexers/LexHTML.cxx:469–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ColouriseHyperTextDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected