monaco-proto-lint
v0.0.1
Published
Supporting Protobuf language for monaco-editor
Downloads
73
Readme
monaco-proto
Supporting Protobuf language for monaco-editor
Install
npm i -S monaco-proto
Usage
import registerProtobufLanguage from 'monaco-proto';
registerProtobufLanguage(monaco);
monaco.editor.create(document.getElementById("container"), {
language: "protobuf",
theme: "protobuf"
});