* Helper function to determine if we have a foldable comment currently. */
| 325 | * Helper function to determine if we have a foldable comment currently. |
| 326 | */ |
| 327 | static bool IsStreamCommentStyle(int style) |
| 328 | { |
| 329 | return MASKACTIVE(style) == SCE_MYSQL_COMMENT; |
| 330 | } |
| 331 | |
| 332 | //-------------------------------------------------------------------------------------------------- |
| 333 |