Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions parser/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ struct ParserOptions final {
// Enables support for identifier quoting syntax:
// "message.`skewer-case-field`"
//
// Limited to field specifiers in select and message creation.
bool enable_quoted_identifiers = false;
// Limited to field specifiers in select and message creation,
// enabled by default
bool enable_quoted_identifiers = true;
};

} // namespace cel
Expand Down