update components
This commit is contained in:
parent
3f0cecbf02
commit
06ade66d61
881 changed files with 676 additions and 47086 deletions
8
dashboard-ui/bower_components/prism/components/prism-protobuf.js
vendored
Normal file
8
dashboard-ui/bower_components/prism/components/prism-protobuf.js
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
Prism.languages.protobuf = Prism.languages.extend('clike', {
|
||||
keyword: /\b(package|import|message|enum)\b/,
|
||||
builtin: /\b(required|repeated|optional|reserved)\b/,
|
||||
primitive: {
|
||||
pattern: /\b(double|float|int32|int64|uint32|uint64|sint32|sint64|fixed32|fixed64|sfixed32|sfixed64|bool|string|bytes)\b/,
|
||||
alias: 'symbol'
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue