This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch NLPCRAFT-247
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-247 by this push:
     new d529525  Update NCMacroDsl.g4
d529525 is described below

commit d529525ce17c2abc519f89ee300365baeeb94f58
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Feb 20 10:25:08 2021 -0800

    Update NCMacroDsl.g4
---
 .../main/scala/org/apache/nlpcraft/common/makro/antlr4/NCMacroDsl.g4    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/makro/antlr4/NCMacroDsl.g4 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/makro/antlr4/NCMacroDsl.g4
index 3742961..07f4871 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/makro/antlr4/NCMacroDsl.g4
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/makro/antlr4/NCMacroDsl.g4
@@ -104,7 +104,7 @@ ID: 
(UNDERSCORE|[a-z]|[A-Z])+([a-z]|[A-Z]|[0-9]|COLON|MINUS|UNDERSCORE)*;
 
 
 
-WORD: 
+WORD:
 
 WS: [ \r\t\u000C\n]+ -> skip ;
 

Reply via email to