Skip to content

Document Nix, Protobuf, and SCSS/LESS support#26

Merged
cgraf78 merged 1 commit into
mainfrom
doc-supported-tools
Jun 30, 2026
Merged

Document Nix, Protobuf, and SCSS/LESS support#26
cgraf78 merged 1 commit into
mainfrom
doc-supported-tools

Conversation

@cgraf78

@cgraf78 cgraf78 commented Jun 30, 2026

Copy link
Copy Markdown
Owner

Summary

The registry has supported Nix (nixfmt / statix), Protobuf
(buf format / buf lint), and SCSS/LESS (routed through biome) for a
while, and autoformat/autolint implement and dispatch all of their
adapters — but the docs never mentioned them, so a reader couldn't
discover that .nix, .proto, .scss, and .less are handled.

  • README "Supported Tools": add .scss/.less to the biome row and add
    Nix and Protobuf rows
  • autoformat/autolint --help "Supported file types": add .scss,
    .less to Web/data and add Nix (.nix) and Protobuf (.proto) lines

Docs only; no behavior change.

Testing

  • test/checkrun-test: 103 passed, 0 failed (includes the static
    shellcheck check over the changed files)

Summary

The registry has supported Nix (`nixfmt` / `statix`), Protobuf
(`buf format` / `buf lint`), and SCSS/LESS (routed through `biome`) for a
while, and `autoformat`/`autolint` implement and dispatch all of their
adapters — but the docs never mentioned them, so a reader couldn't
discover that `.nix`, `.proto`, `.scss`, and `.less` are handled.

- README "Supported Tools": add `.scss`/`.less` to the biome row and add
  Nix and Protobuf rows
- `autoformat`/`autolint` `--help` "Supported file types": add `.scss`,
  `.less` to Web/data and add Nix (`.nix`) and Protobuf (`.proto`) lines

Docs only; no behavior change.

Testing

- `test/checkrun-test`: 103 passed, 0 failed (includes the static
  shellcheck check over the changed files)
@cgraf78 cgraf78 merged commit cd0d9cc into main Jun 30, 2026
6 checks passed
@cgraf78 cgraf78 deleted the doc-supported-tools branch June 30, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant