diff options
Diffstat (limited to 'lexers/LexErlang.cxx')
-rw-r--r-- | lexers/LexErlang.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lexers/LexErlang.cxx b/lexers/LexErlang.cxx index 3d3c1e89f..89ed1ae2f 100644 --- a/lexers/LexErlang.cxx +++ b/lexers/LexErlang.cxx @@ -116,6 +116,7 @@ static void ColouriseErlangDoc(Sci_PositionU startPos, Sci_Position length, int } } // V--- Falling through! + // Falls through. case COMMENT_FUNCTION : { if (sc.ch != '%') { to_late_to_comment = true; @@ -128,6 +129,7 @@ static void ColouriseErlangDoc(Sci_PositionU startPos, Sci_Position length, int } } // V--- Falling through! + // Falls through. case COMMENT_MODULE : { if (parse_state != COMMENT) { // Search for comment documentation |