| 171 | |
| 172 | |
| 173 | static bool IsStreamCommentStyle(int style) { |
| 174 | return style == SCE_ESCRIPT_COMMENT || |
| 175 | style == SCE_ESCRIPT_COMMENTDOC || |
| 176 | style == SCE_ESCRIPT_COMMENTLINE; |
| 177 | } |
| 178 | |
| 179 | static void FoldESCRIPTDoc(unsigned int startPos, int length, int initStyle, WordList *[], Accessor &styler) { |
| 180 | //~ bool foldComment = styler.GetPropertyInt("fold.comment") != 0; |