c92s

Results 2 issues of c92s

### 👓 What did you see? When using the official Cucumber VSCode extension with the Python behave package, some steps with string variables are underlined and marked as "Undefined step"....

Imagine, we have the following schema file: ```fbs namespace mydata; table Data { value:string; size:uint; } table Element { data:Data; } root_type Element; ``` Running `flatc --python -o . example.fbs...