user.lang.proto.proto
| state message | Insert “message “ |
| state package | Insert “package “ |
| state reserved | Insert “reserved “ |
| state enum | Insert “enum “ |
| op equals | Insert ” = “ |
| state import | Insert “import “ |
| state import public | Insert “import public “ |
| state option | Insert “option “ |
| state repeated | Insert “repeated “ |
| type {user.code_type} | Insert text at the current cursor position |
| repeated type {user.code_type} | Insert “repeated { code_type }” |