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 ea1c520 commit 308023fCopy full SHA for 308023f
csharp/Platform.Communication.Protocol.Lino/Parser.peg
@@ -28,4 +28,4 @@ eof = !.
28
__ = [ \t]*
29
_ = whiteSpaceSymbol*
30
whiteSpaceSymbol = [ \t\n\r]
31
-referenceSymbol = [^ \t\n\r(:)]
+referenceSymbol = [^ \t\n\r(:)] / "-"
0 commit comments