Skip to content

Commit

Permalink
core: allow '_' in event route name
Browse files Browse the repository at this point in the history
- reported by GH #811

(cherry picked from commit 5806703)
  • Loading branch information
miconda committed Oct 7, 2016
1 parent 64a8927 commit d546d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg.lex
Expand Up @@ -496,7 +496,7 @@ COLON ":"
STAR \*
DOT \.
CR \n
EVENT_RT_NAME [a-zA-Z][0-9a-zA-Z-]*(":"[a-zA-Z][0-9a-zA-Z-]*)+
EVENT_RT_NAME [a-zA-Z][0-9a-zA-Z-]*(":"[a-zA-Z][0-9a-zA-Z_-]*)+
COM_LINE "#"|"//"
Expand Down

0 comments on commit d546d5e

Please sign in to comment.