Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions doc/quickfix.jax
Original file line number Diff line number Diff line change
Expand Up @@ -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` を使用する。デフォ
Expand Down
11 changes: 11 additions & 0 deletions en/quickfix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down