cptx032 / cptx032/cee

Allow skip plugins inside comments

Open
#14 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.