Files
RedBear-OS/recipes/wip/files/mc/source/misc/syntax/protobuf.syntax
T
vasilito facf0c92e0 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

58 lines
1.5 KiB
YAML

# Syntax rules for Protobuf files and gRPC extensions
context default
keyword whole enum yellow
keyword whole extend yellow
keyword whole extensions yellow
keyword whole import yellow
keyword whole map yellow
keyword whole message yellow
keyword whole oneof yellow
keyword whole option yellow
keyword whole optional yellow
keyword whole package yellow
keyword whole public yellow
keyword whole repeated yellow
keyword whole required yellow
keyword whole reserved yellow
keyword whole returns yellow
keyword whole rpc yellow
keyword whole service yellow
keyword whole stream yellow
keyword whole double yellow
keyword whole float yellow
keyword whole int32 yellow
keyword whole int64 yellow
keyword whole uint32 yellow
keyword whole uint64 yellow
keyword whole sint32 yellow
keyword whole sint64 yellow
keyword whole fixed32 yellow
keyword whole fixed64 yellow
keyword whole sfixed32 yellow
keyword whole sfixed64 yellow
keyword whole bool yellow
keyword whole string yellow
keyword whole bytes yellow
keyword // brown
# punctuation characters, sorted by ASCII code
keyword ( brightcyan
keyword ) brightcyan
keyword , brightcyan
keyword : brightcyan
keyword ; brightmagenta
keyword = yellow
keyword [ brightcyan
keyword ] brightcyan
keyword { brightcyan
keyword } brightcyan
context exclusive // \n brown
spellcheck
context " " green
spellcheck