| commit | 954aeb243010f2949563d710d3f833f82b9f60d0 | [log] [tgz] |
|---|---|---|
| author | Alex Ruiz <alruiz@google.com> | Fri Apr 29 19:41:22 2011 +0000 |
| committer | Alex Ruiz <alruiz@google.com> | Fri Apr 29 19:41:22 2011 +0000 |
| tree | c1493234b966fa26668af4e8f3e5d63db97da7a4 | |
| parent | dd01b492b52e98795240f9923bf796ef74bceed0 [diff] |
In progress: [Issue 29] Problems with "extend" https://code.google.com/p/protobuf-dt/issues/detail?id=29 Added initial work in the grammar.
diff --git a/com.google.eclipse.protobuf/src/com/google/eclipse/protobuf/Protobuf.xtext b/com.google.eclipse.protobuf/src/com/google/eclipse/protobuf/Protobuf.xtext index 5b36a68..7e8fbc7 100644 --- a/com.google.eclipse.protobuf/src/com/google/eclipse/protobuf/Protobuf.xtext +++ b/com.google.eclipse.protobuf/src/com/google/eclipse/protobuf/Protobuf.xtext
@@ -126,7 +126,7 @@ name=ID '=' index=INT ';'; ExtendMessage: - 'extend' message=[Message] '{' + 'extend' message=MessageReference '{' elements+=MessageElement* '}';