We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bdc95 commit 80a2b54Copy full SHA for 80a2b54
src/commentcnv.l
@@ -826,7 +826,7 @@ SLASHopt [/]*
826
copyToOutput(yyscanner,yytext,yyleng);
827
}
828
829
-<CComment,CNComment>[^ `~<\\!@*\n{\"'\/]* { /* anything that is not a '*' or command */
+<CComment,CNComment>[^ `~<\\!@*\n{\"'\/-]* { /* anything that is not a '*' or command */
830
831
832
<CComment,CNComment>"*"+[^*\/<\\@\n{\"]* { /* stars without slashes */
0 commit comments