https://github.com/thejustinwalsh/textproto-grammar
Syntax Highlighting for the Protocol Buffer Text Format
https://github.com/thejustinwalsh/textproto-grammar
grammar hacktoberfest highlighting pbtxt protobuf protocol-buffers syntax-highlighting textproto textproto-grammar vscode-extension
Last synced: 5 months ago
JSON representation
Syntax Highlighting for the Protocol Buffer Text Format
- Host: GitHub
- URL: https://github.com/thejustinwalsh/textproto-grammar
- Owner: thejustinwalsh
- License: mit
- Created: 2020-11-20T03:32:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T21:34:20.000Z (over 2 years ago)
- Last Synced: 2024-05-01T13:25:48.244Z (about 1 year ago)
- Topics: grammar, hacktoberfest, highlighting, pbtxt, protobuf, protocol-buffers, syntax-highlighting, textproto, textproto-grammar, vscode-extension
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=thejustinwalsh.textproto-grammer
- Size: 776 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# TextProto Grammar
> Syntax Highlighting for the Protocol Buffer Text Format
## Features

## Release Notes
### 0.0.1
Initial release of textproto grammar.
### 0.0.2
Adds keywords
### 0.0.3
Change text theme to light (dark text on a light background)
### 0.0.4 - 2020-11-19
Ran npm version by mistake :rocket:
### 0.0.5 - 2020-12-08
Epic PR from [@marcusrbrown](https://github.com/thejustinwalsh/textproto-grammar/pull/5)!
Adds highlighting syntax within fenced code blocks in Markdown preview
Extension bundling with Rollup
CI workflow including release and publishing to VS Code Marketplace### 0.0.6 - 2021-09-13
Refactor syntax highlighting
Adds support for single quote strings
Fixes bug in nested object handling
More lenient object field parsing### 0.0.7 - 2021-09-14
Better highlighting on GitHub
### 0.0.8 - 2021-09-14
Update highlight-reel preview image