Saad

Results 5 issues of Saad

Problem: **When I use namespace as the name of the variable, everything that follows is highlighted incorrectly. While namespace is a TS keyword it's fine to use it as a...

The highlighting of preprocessor goes wrong. Everything after the define line has no highlighting. This PR resolves the Issue #3505 ### Changes There was a simple change in cpp.js file....

**Describe the bug** ``` Traceback (most recent call last): File "D:\python\Hacking\Tools\vulnx\vulnx.py", line 17, in from modules.cli.cli import CLI File "D:\python\Hacking\Tools\vulnx\modules\cli\cli.py", line 7, in import readline ModuleNotFoundError: No module named 'readline'...

**Issue: (cpp) Keywords followed by parens are treated as built_in** ![image](https://github.com/highlightjs/highlight.js/assets/57033728/f46152fd-f8de-42c4-a697-759e0b0a8a21) Resolves #3980 ### Changes Added list of false positives to `FUNCTION_DISPATCH` The List: ``` /(?!decltype)/, /(?!if)/, /(?!for)/, /(?!switch)/, /(?!while)/,...

### Describe the bug The written prompt in [`src/agents/decision/prompt.jinja2`](https://github.com/stitionai/devika/blob/6acce21fb08c3d1123ef05df6a33912bf0ee77c2/src/agents/decision/prompt.jinja2#L67) is incomplete. ``` [ { "function": "git_clone", "args": { "url": "https://github.com/username/repo" }, "reply": ""