All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vaadin.polymer.public.bower_components.prism.components.prism-protobuf.js Maven / Gradle / Ivy

The newest version!
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'
	}
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy