Skip to content

Commit

Permalink
Merge pull request #1538 from eric-wieser/patch-1
Browse files Browse the repository at this point in the history
Add the oneof keyword
  • Loading branch information
isagalaev committed Jun 6, 2017
2 parents e604538 + 777c48b commit 3f96fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/protobuf.js
Expand Up @@ -8,7 +8,7 @@ Category: protocols
function(hljs) {
return {
keywords: {
keyword: 'package import option optional required repeated group',
keyword: 'package import option optional required repeated group oneof',
built_in: 'double float int32 int64 uint32 uint64 sint32 sint64 ' +
'fixed32 fixed64 sfixed32 sfixed64 bool string bytes',
literal: 'true false'
Expand Down

0 comments on commit 3f96fc1

Please sign in to comment.