Allow matching preceding atom with zero-width (\@=)

This commit is contained in:
Junegunn Choi
2013-08-11 02:33:22 +09:00
parent 10a4176159
commit b3281fb19a
6 changed files with 128 additions and 5 deletions

View File

@@ -107,3 +107,13 @@ my_object.
|batch_size | Fixnum | nil | number of maximum items to be assigned at once |
|logger | Logger | nil | logger instance for debug logs |
```c
const char* str = "Hello";
int64_t count = 1 + 2;
static double pi = 3.14;
static std::map<std::string, float>* scores = pointer;
```