Allow skip plugins inside comments
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
the following code will probably generate an error:
```c
// @my_plugin_that_expects_an_json {
// "key": "value"
// }
```
when commented out, the plugin system will still try to parse the command, an the final json tring will be:
```json
{
// "key": "value"
// }
```
with the double slashes in the beginning
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.