You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Various elements in the source file allow for referencing another element, either defined in the same source file or defined in one of the source file's imports.
Fully-qualified type names are not handled correctly for syntax highlighting.
In this example, the leading dot (
.
) in a fully-qualified type name is preventing the type name and field labels from being highlighted correctly:protoc
accepts these type references without issue and they are valid per the language specification:The text was updated successfully, but these errors were encountered: