From 0b7591bd10e166c8a95e0141429289d2a0d00a04 Mon Sep 17 00:00:00 2001 From: h-east Date: Wed, 19 Nov 2025 22:58:04 +0900 Subject: [PATCH] Update quickfix.{txt,jax} --- doc/quickfix.jax | 11 +++++++++++ en/quickfix.txt | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/doc/quickfix.jax b/doc/quickfix.jax index acdea1770..a67c2f4af 100644 --- a/doc/quickfix.jax +++ b/doc/quickfix.jax @@ -1231,6 +1231,17 @@ Vimの古いバージョンをサポートするために、それらのプラ コンパイラプラグインの効果を元に戻すには、|compiler-make| プラグインを使用す る。 +BIOME *compiler-biome* *quickfix-biome* + +Biome は、JavaScript、TypeScript、JSX、TSX、JSON、JSONC、HTML、Vue、Svelte、 +Astro、CSS、GraphQL および GritQL ファイルの lint をチェックする。 + +よく使われるコンパイラオプションは、b/g:biome_makeprg_params 変数を設定するこ +とで 'makeprg' に追加できる。例えば (グローバルのデフォルトは ""): > + + let b:biome_makeprg_params = "--diagnostic-level=error --staged" + + CPPCHECK *quickfix-cppcheck* *compiler-cppcheck* cppcheck パラメータを設定するには、g/b:`c_cppcheck_params` を使用する。デフォ diff --git a/en/quickfix.txt b/en/quickfix.txt index 0044ab85d..669e4f29d 100644 --- a/en/quickfix.txt +++ b/en/quickfix.txt @@ -1281,6 +1281,17 @@ For writing a compiler plugin, see |write-compiler-plugin|. Use the |compiler-make| plugin to undo the effect of a compiler plugin. +BIOME *compiler-biome* *quickfix-biome* + +Biome check lints JavaScript, TypeScript, JSX, TSX, JSON, JSONC, HTML, Vue, +Svelte, Astro, CSS, GraphQL and GritQL files. + +Commonly used compiler options can be added to 'makeprg' by setting the +b/g:biome_makeprg_params variable. For example (global default is ""): > + + let b:biome_makeprg_params = "--diagnostic-level=error --staged" + + CPPCHECK *quickfix-cppcheck* *compiler-cppcheck* Use g/b:`c_cppcheck_params` to set cppcheck parameters. The global