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

Function IsPreprocessor

scintilla/lexers/LexOScript.cxx:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

FoldOScriptDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected