This is an automated email from the ASF dual-hosted git repository. jfeinauer pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push: new 34fed62 Fixed mspec comment problem with ASF header. 34fed62 is described below commit 34fed6221c234359542bb8668b7852ce61e2261e Author: julian <j.feina...@pragmaticminds.de> AuthorDate: Tue Jul 30 11:16:55 2019 +0200 Fixed mspec comment problem with ASF header. --- .../org/apache/plc4x/plugins/codegenerator/language/mspec/MSpec.g4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-utils/protocol-base-mspec/src/main/antlr4/org/apache/plc4x/plugins/codegenerator/language/mspec/MSpec.g4 b/build-utils/protocol-base-mspec/src/main/antlr4/org/apache/plc4x/plugins/codegenerator/language/mspec/MSpec.g4 index 6f2ed24..80ed428 100644 --- a/build-utils/protocol-base-mspec/src/main/antlr4/org/apache/plc4x/plugins/codegenerator/language/mspec/MSpec.g4 +++ b/build-utils/protocol-base-mspec/src/main/antlr4/org/apache/plc4x/plugins/codegenerator/language/mspec/MSpec.g4 @@ -125,8 +125,8 @@ innerExpression ; COMMENT - : K_COMMENT [a-zA-Z0-9,.'":()/ \t\r\n\u000C-]* - | '//' [a-zA-Z0-9,.'":()/ \t-]* + : K_COMMENT [a-zA-Z0-9,.'":;()/ \t\r\n\u000C-]* + | '//' [a-zA-Z0-9,.'":;()/ \t-]* ; INTEGER_LITERAL