MCPcopy Create free account
hub / github.com/cxasm/notepad-- / IsPreprocessor

Function IsPreprocessor

src/qscint/scintilla/lexers/LexOScript.cpp:391–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391static inline bool IsPreprocessor(int style) {
392 return style == SCE_OSCRIPT_PREPROCESSOR ||
393 style == SCE_OSCRIPT_DOC_COMMENT;
394}
395
396static void GetRangeLowered(Sci_PositionU start, Sci_PositionU end,
397 Accessor &styler, char *s, Sci_PositionU len) {

Callers 1

FoldOScriptDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected