atom-protobuf icon indicating copy to clipboard operation
atom-protobuf copied to clipboard

Usage of '[]' in block comments breaks syntax highlighting

Open Olshansk opened this issue 7 years ago • 0 comments

To put it simply, the following works:

// This is single line comment comment using square brackets []
message SomeMessage {
}

and the following does not:

/* This is a block comment comment using square brackets [] */
message SomeMessage {
}

Olshansk avatar Mar 15 '17 14:03 Olshansk