mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
Given `message Foo {string s = 1;}`
- `mat` selects `message Foo {string s = 1}`
- `mit` selects `{string s = 1;}`
Given `service SearchService { rpc Search(Req) returns (Resp); }
- `mit` or `mat` selects `Req` or `Resp`
- `mif` or `maf` selects `rpc Search(Req) returns (Resp);`
- `mit` selects { rpc Search(Req) returns (Resp); }`
- `mat` selects `service SearchService { rpc Search(Req) returns (Resp); }`
|
||
|---|---|---|
| .. | ||
| highlights.scm | ||
| indents.scm | ||
| injections.scm | ||
| textobjects.scm | ||