dracula / dracula/wolfram-notebooks
Problem with highlighting brackets in comments.
- Dominant language
- Mathematica
- Stars
- 38
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I noticed a bug.
**What Happens?**
- You define a function using Module (or another scoping construct).
- You comment out the function using `(* ... *)`.
- When you try to select a bracket (e.g., to check the scope of the function), the function name disappears or gets hidden.
**How the Bug Manifests**
- In the first image, the function `TestFunction[x_] := Module[{x1}, x1 = x; x1]` is commented out, but everything remains visible.
- In the second image, when you click/select a bracket to check its scope, the name of the scoping construct `Module` disappears or, rather gets visually merged with colour highlighting the selected text.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.