BigBahss / vscode-cmantic

C/C++ code generation for VS Code: Generate Definitions, Getters, Setters, and much more.
https://bigbahss.github.io/vscode-cmantic/
MIT License
83 stars 9 forks source link

Raw string literals #8

Closed BigBahss closed 3 years ago

BigBahss commented 3 years ago

Currently, C-mantic does not account for raw string literals. This might impact parsing if they are present, and support should be added for them.

BigBahss commented 3 years ago

Fixed on branch master. (Was easier than I anticipated when I made the issue.)

BigBahss commented 3 years ago

Fixed in release 0.4.0.