TOML Formatter / Linter / Language Server
Find a file
ya7010 12b10923d9
Some checks are pending
CI Python / ci-python (push) Waiting to run
CI Rust / ci-rust (push) Waiting to run
CI VSCode Extensions / ci-vscode-extensions (push) Waiting to run
Deploy Docs to GitHub Pages / deploy (push) Waiting to run
Release CLI and VSCode Extension / delete-old-dev-artifacts (push) Waiting to run
Release CLI and VSCode Extension / dist (x86_64-apple-darwin) (push) Blocked by required conditions
Release CLI and VSCode Extension / dist (aarch64-apple-darwin) (push) Blocked by required conditions
Release CLI and VSCode Extension / dist (arm-unknown-linux-gnueabihf) (push) Blocked by required conditions
Release CLI and VSCode Extension / dist (x86_64-unknown-linux-musl) (push) Blocked by required conditions
Release CLI and VSCode Extension / dist (aarch64-pc-windows-msvc) (push) Blocked by required conditions
Release CLI and VSCode Extension / dist (aarch64-unknown-linux-musl) (push) Blocked by required conditions
Release CLI and VSCode Extension / dist (x86_64-pc-windows-msvc) (push) Blocked by required conditions
Release CLI and VSCode Extension / check-release-notes (push) Waiting to run
Release CLI and VSCode Extension / release-notes (push) Blocked by required conditions
Release NPM Package / Package darwin-arm64 (push) Waiting to run
Release NPM Package / Package darwin-x64 (push) Waiting to run
Release NPM Package / Package linux-arm64 (push) Waiting to run
Release NPM Package / Package linux-arm64-musl (push) Waiting to run
Release NPM Package / Package linux-x64 (push) Waiting to run
Release NPM Package / Package linux-x64-musl (push) Waiting to run
Release NPM Package / Package win32-arm64 (push) Waiting to run
Release NPM Package / Package win32-x64 (push) Waiting to run
Release NPM Package / Publish (push) Blocked by required conditions
Release Python / linux (map[runner:ubuntu-latest target:aarch64]) (push) Waiting to run
Release Python / linux (map[runner:ubuntu-latest target:armv7]) (push) Waiting to run
Release Python / linux (map[runner:ubuntu-latest target:ppc64le]) (push) Waiting to run
Release Python / linux (map[runner:ubuntu-latest target:s390x]) (push) Waiting to run
Release Python / linux (map[runner:ubuntu-latest target:x86]) (push) Waiting to run
Release Python / linux (map[runner:ubuntu-latest target:x86_64]) (push) Waiting to run
Release Python / musllinux (map[runner:ubuntu-latest target:aarch64]) (push) Waiting to run
Release Python / musllinux (map[runner:ubuntu-latest target:armv7]) (push) Waiting to run
Release Python / musllinux (map[runner:ubuntu-latest target:x86]) (push) Waiting to run
Release Python / musllinux (map[runner:ubuntu-latest target:x86_64]) (push) Waiting to run
Release Python / windows (map[runner:windows-latest target:x64]) (push) Waiting to run
Release Python / windows (map[runner:windows-latest target:x86]) (push) Waiting to run
Release Python / macos (map[runner:macos-13 target:x86_64]) (push) Waiting to run
Release Python / macos (map[runner:macos-14 target:aarch64]) (push) Waiting to run
Release Python / sdist (push) Waiting to run
Release Python / Release (push) Blocked by required conditions
Release Python / delete-artifacts (push) Blocked by required conditions
Release Python / Notify pre-commit mirror (push) Blocked by required conditions
toml-test / Run toml-test (v1.0.0) (push) Waiting to run
toml-test / Run toml-test (v1.1.0-preview) (push) Waiting to run
toml-test / success-toml-test (push) Blocked by required conditions
Merge pull request #662 from tombi-toml/ya7010-patch-1
Update README.md
2025-07-07 11:27:07 +09:00
.cargo feat: support wasm 2025-07-02 03:27:09 +09:00
.cursor/rules test: add goto type definition tests for TOML schemas 2025-04-14 23:37:51 +09:00
.github ci: update release workflow for LTO configuration 2025-06-30 23:52:47 +09:00
.vscode feat: update schema paths to use new directory structure 2025-06-08 00:00:35 +09:00
crates fix: completion. 2025-07-07 09:24:56 +09:00
docs Update docs/src/routes/docs/json-schema.mdx 2025-07-07 01:07:37 +09:00
editors feat: add enter rule. 2025-07-07 01:33:57 +09:00
extensions テストの改善とCargo.tomlの機能追加 2025-07-06 21:24:59 +09:00
python fix: update author name in configuration files 2025-05-30 21:43:38 +09:00
rust chore: features. 2025-07-06 19:37:01 +09:00
schemas style: format JSON package files for consistency 2025-06-28 21:43:58 +09:00
toml-test refactor: remove unnecessary option wrapping for toml_version 2025-05-17 14:42:05 +09:00
typescript/@tombi-toml style: format JSON package files for consistency 2025-06-28 21:43:58 +09:00
xtask ci: update release workflow for LTO configuration 2025-06-30 23:52:47 +09:00
.envrc Add nix flake and supporting cast 2025-06-09 23:24:26 -07:00
.gitcommitrule chore: update commit message guidelines 2025-03-27 00:03:39 +09:00
.gitignore chore: add tombi-flamegraph command and update .gitignore 2025-06-25 00:26:50 +09:00
.node-version fix: ci. 2024-11-24 17:28:00 +09:00
.npmrc feat: node.js. 2024-10-19 00:23:27 +09:00
.python-version feat: add tombi-py. 2024-10-22 23:03:51 +09:00
biome.json chore: update biomejs v2 2025-06-28 21:36:58 +09:00
Cargo.lock Merge branch 'main' of github.com:tombi-toml/tombi into feat_support_schema_cache 2025-07-05 02:52:32 +09:00
Cargo.toml chore: features. 2025-07-06 19:37:01 +09:00
clippy.toml fix: clippy.toml 2025-02-23 10:27:48 +09:00
DEVELOPMENT.md docs: update DEVELOPMENT.md with command version note 2025-06-01 10:02:34 +09:00
flake.lock Clean up flake and use crane to actually make the binary accessible 2025-06-09 23:35:04 -07:00
flake.nix Remove personalization 2025-06-10 00:24:37 -07:00
LICENSE chore: update author information in project files 2025-05-25 21:14:50 +09:00
package.json chore: update biomejs v2 2025-06-28 21:36:58 +09:00
pnpm-lock.yaml update: vsce package. 2025-07-06 11:23:31 +09:00
pnpm-workspace.yaml feat: update pnpm workspace. 2025-07-03 00:13:28 +09:00
pyproject.toml chore: streamline configuration files and add benchmarks 2025-06-25 00:12:46 +09:00
README.md Update README.md 2025-07-07 11:24:05 +09:00
rust-toolchain.toml chore: streamline configuration files and add benchmarks 2025-06-25 00:12:46 +09:00
rustfmt.toml chore: add rustfmt.toml 2025-05-24 16:50:18 +09:00
sample.toml fix: semantic tokens. 2025-06-18 01:53:44 +09:00
TODO.ja.md feat: add features to JSON Schema and Cargo.toml 2025-05-24 10:06:36 +09:00
tombi.code-workspace refactor: rename crate paths for consistency 2025-05-26 00:27:43 +09:00
tombi.toml feat: add async support and new dependencies for tombi-glob 2025-06-24 01:27:42 +09:00
toml.ungram refactor: rename array_of_tables. 2025-03-21 18:55:37 +09:00
type-test.toml chore: update document message. 2025-06-28 14:09:18 +09:00
uv.lock feat: change python folder structure. 2025-04-23 21:47:36 +09:00

Logo

Marketplace Version pypi toml-test GitHub license


🦅  Feature-Rich TOML Toolkit   🦅
Tombi(鳶) provides a Formatter, Linter, and Language Server

📚 Documentation here 📚



Support

❤️ If you like this project and would like to support us ❤️

Buy Me A Coffee