Pārlūkot izejas kodu

core: Allow colon separated tokens in event_route names

- Event routes can have named routes following the format:
-- <module>:<event>:<name>
-
Hugh Waite 12 gadi atpakaļ
vecāks
revīzija
fb4d9dae89
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      cfg.lex

+ 1 - 1
cfg.lex

@@ -556,7 +556,7 @@ COLON		":"
 STAR		\*
 STAR		\*
 DOT			\.
 DOT			\.
 CR			\n
 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	#
 COM_LINE	#