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.
2 parents c3f92e6 + b93ec23 commit d8e0963Copy full SHA for d8e0963
src/commentcnv.l
@@ -190,7 +190,7 @@ MAILADDR ("mailto:")?[a-z_A-Z0-9\x80-\xff.+-]+"@"[a-z_A-Z0-9\x80-\xff-]+("."[a
190
%x SnippetDocTag
191
%x IncludeFile
192
193
-CMD ("\\"|"@")
+CMD [\\@]
194
//- start: NUMBER -------------------------------------------------------------------------
195
// Note same defines in code.l: keep in sync
196
DECIMAL_INTEGER [1-9][0-9']*[0-9]?[uU]?[lL]?[lL]?
0 commit comments