Add protobuf syntax highlighting
This commit is contained in:
parent
dec5a8563c
commit
5365efebb3
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -73,3 +73,6 @@
|
||||||
[submodule "sublime/syntaxes/extra/sublime-zig-language"]
|
[submodule "sublime/syntaxes/extra/sublime-zig-language"]
|
||||||
path = sublime/syntaxes/extra/sublime-zig-language
|
path = sublime/syntaxes/extra/sublime-zig-language
|
||||||
url = https://github.com/ziglang/sublime-zig-language.git
|
url = https://github.com/ziglang/sublime-zig-language.git
|
||||||
|
[submodule "sublime/syntaxes/extra/protobuf-syntax-highlighting"]
|
||||||
|
path = sublime/syntaxes/extra/protobuf-syntax-highlighting
|
||||||
|
url = https://github.com/VcamX/protobuf-syntax-highlighting.git
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
- Add the `base16-aterlierdune-light` syntax highlight theme
|
- Add the `base16-aterlierdune-light` syntax highlight theme
|
||||||
- Improve link checking: less concurrency and try to not overload the servers
|
- Improve link checking: less concurrency and try to not overload the servers
|
||||||
- Allow using POST for `load_data`, along with a body to POST and allow it to fail
|
- Allow using POST for `load_data`, along with a body to POST and allow it to fail
|
||||||
- Add Zig syntax highlighting
|
- Add Zig and Protobuf syntax highlighting
|
||||||
- Footnotes links are now stripped from summaries - they were not linking to anything.
|
- Footnotes links are now stripped from summaries - they were not linking to anything.
|
||||||
|
|
||||||
## 0.13.0 (2021-01-09)
|
## 0.13.0 (2021-01-09)
|
||||||
|
|
|
@ -113,6 +113,8 @@ Here is a full list of supported languages and their short names:
|
||||||
- PHP -> ["php", "php3", "php4", "php5", "php7", "phps", "phpt", "phtml"]
|
- PHP -> ["php", "php3", "php4", "php5", "php7", "phps", "phpt", "phtml"]
|
||||||
- Plain Text -> ["txt"]
|
- Plain Text -> ["txt"]
|
||||||
- PowerShell -> ["ps1", "psd1", "psm1"]
|
- PowerShell -> ["ps1", "psd1", "psm1"]
|
||||||
|
- Protocol Buffer -> ["proto", "protodevel"]
|
||||||
|
- Protocol Buffer (TEXT) -> ["pb.txt", "pbtxt", "proto.text", "prototxt", "textpb"]
|
||||||
- PureScript -> ["purs"]
|
- PureScript -> ["purs"]
|
||||||
- Python -> ["SConscript", "SConstruct", "Sconstruct", "Snakefile", "bazel", "bzl", "cpy", "gyp", "gypi", "pxd", "pxd.in", "pxi", "pxi.in", "py", "py3", "pyi", "pyw", "pyx", "pyx.in", "rpy", "sconstruct", "vpy", "wscript"]
|
- Python -> ["SConscript", "SConstruct", "Sconstruct", "Snakefile", "bazel", "bzl", "cpy", "gyp", "gypi", "pxd", "pxd.in", "pxi", "pxi.in", "py", "py3", "pyi", "pyw", "pyx", "pyx.in", "rpy", "sconstruct", "vpy", "wscript"]
|
||||||
- R -> ["R", "Rprofile", "r"]
|
- R -> ["R", "Rprofile", "r"]
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 726e21d74dac23cbb036f2fbbd626decdc954060
|
Binary file not shown.
Loading…
Reference in a new issue