kakoune/test/highlight/rust/inner_block_doc_comment1/in
2020-07-09 00:21:11 +08:00

18 lines
244 B
Plaintext

/**
* ```shell
* $ cargo install
* ```
*
* ```edition2018,no_run
* # use foo;
* foo::bar("Hello world");
* ```
*/
/**
```
# use foo;
foo::bar("Hello world");
```
*/