Chris Sophos

Results 7 comments of Chris Sophos

This is also an issue with directory names including a hyphen (`-`), a keyword, or leading digits. [By convention](https://docs.oracle.com/javase/tutorial/java/package/namingpkgs.html), these can be legalized with underscores, but the extension's error resolves...

`$@` and parameter variables are also highlighted as normal variables, rather than the special highlighting given to `$?`, `$#`, `$*`, `$$`, etc. I'm not sure if this is intentional.

Ah, that seems like an issue of the theme I was using. I found other themes that don't have the issue, some where `$#`, `$?` etc have the same color...

This should be resolved now that the upstream blocker has been merged and released, there's no other blockers in the dependancy tree. ``` [email protected] └─┬ [email protected] ├── [email protected] └─┬ [email protected]...

This seems to have reappeared as an issue from a different dependency, but it seems pretty weird ```sh [email protected] └─┬ [email protected] (15.2.0) └─┬ @npmcli/[email protected] (^6.0.0) └─┬ [email protected] (^9.0.0) └─┬ [email protected]...

Guess I checked the wrong package.json 😓 Should this issue be reopened then?

This should probably be handled by `object-curly-newline` instead.