wooorm / refractor

Lightweight, robust, elegant virtual syntax highlighting using Prism
MIT License
722 stars 33 forks source link

Add `proto` alias for protobuf #65

Closed dimitropoulos closed 1 year ago

dimitropoulos commented 1 year ago

proto is the extension for protobuf files, and is used in other syntax highlighters as the language id.

wooorm commented 1 year ago

These files are generated from prism, you can add it there, then this is updated automatically. It can't be accepted here because it will just be overwritten again!

dimitropoulos commented 1 year ago

thanks @wooorm, I opened https://github.com/PrismJS/prism/pull/3662