Skip to content

Commit 308023f

Browse files
authored
Hotfix.
1 parent ea1c520 commit 308023f

File tree

1 file changed

+1
-1
lines changed
  • csharp/Platform.Communication.Protocol.Lino

1 file changed

+1
-1
lines changed

csharp/Platform.Communication.Protocol.Lino/Parser.peg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ eof = !.
2828
__ = [ \t]*
2929
_ = whiteSpaceSymbol*
3030
whiteSpaceSymbol = [ \t\n\r]
31-
referenceSymbol = [^ \t\n\r(:)]
31+
referenceSymbol = [^ \t\n\r(:)] / "-"

0 commit comments

Comments
 (0)