dotfiles

dotfiles
git clone git://bsandro.tech/dotfiles
Log | Files | Refs

protobuf.nanorc (511B)


      1 syntax "PROTOBUF" "\.proto"
      2 
      3 color green "\<(int32|int64|uint32|uint64|sint32|sint64|fixed32|fixed64|sfixed32|sfixed64|float|double|bool|string|bytes)\>"
      4 color cyan "\<(syntax|import|option|package|message|group|oneof|service|rpc|returns|extend)\>"
      5 color brightcyan "\<(optional|required|repeated)\>"
      6 color brightgreen "\<(default)\>"
      7 color blue "\<(true|false)\>"
      8 color yellow "\b[0-9]+\b"
      9 color brightyellow start="\"" end="\""
     10 color blue "\<(import)\>"
     11 color white start="\/\*" end="\*\/"
     12 color white "//.*"