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 aec4bfc commit fc10487Copy full SHA for fc10487
lexers/embedded/d.xml
@@ -15,10 +15,10 @@
15
<rule pattern="//.*?\n">
16
<token type="CommentSingle"/>
17
</rule>
18
- <rule pattern="/\*.*?\*/">
+ <rule pattern="/\*[\s\S]*?\*/">
19
<token type="CommentMultiline"/>
20
21
- <rule pattern="/\+.*?\+/">
+ <rule pattern="/\+[\s\S]*?\+/">
22
23
24
<rule pattern="(asm|assert|body|break|case|cast|catch|continue|default|debug|delete|do|else|finally|for|foreach|foreach_reverse|goto|if|in|invariant|is|macro|mixin|new|out|pragma|return|super|switch|this|throw|try|typeid|typeof|version|while|with)\b">
@@ -130,4 +130,4 @@
130
131
</state>
132
</rules>
133
-</lexer>
+</lexer>
0 commit comments