Skip to content

Commit fdc4063

Browse files
authored
Merge pull request #2424 from h-east/update-quickfix
Update quickfix.{txt,jax}
2 parents ec28766 + 0b7591b commit fdc4063

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

doc/quickfix.jax

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,6 +1231,17 @@ Vimの古いバージョンをサポートするために、それらのプラ
12311231
コンパイラプラグインの効果を元に戻すには、|compiler-make| プラグインを使用す
12321232
る。
12331233

1234+
BIOME *compiler-biome* *quickfix-biome*
1235+
1236+
Biome は、JavaScript、TypeScript、JSX、TSX、JSON、JSONC、HTML、Vue、Svelte、
1237+
Astro、CSS、GraphQL および GritQL ファイルの lint をチェックする。
1238+
1239+
よく使われるコンパイラオプションは、b/g:biome_makeprg_params 変数を設定するこ
1240+
とで 'makeprg' に追加できる。例えば (グローバルのデフォルトは ""): >
1241+
1242+
let b:biome_makeprg_params = "--diagnostic-level=error --staged"
1243+
1244+
12341245
CPPCHECK *quickfix-cppcheck* *compiler-cppcheck*
12351246

12361247
cppcheck パラメータを設定するには、g/b:`c_cppcheck_params` を使用する。デフォ

en/quickfix.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,6 +1281,17 @@ For writing a compiler plugin, see |write-compiler-plugin|.
12811281

12821282
Use the |compiler-make| plugin to undo the effect of a compiler plugin.
12831283

1284+
BIOME *compiler-biome* *quickfix-biome*
1285+
1286+
Biome check lints JavaScript, TypeScript, JSX, TSX, JSON, JSONC, HTML, Vue,
1287+
Svelte, Astro, CSS, GraphQL and GritQL files.
1288+
1289+
Commonly used compiler options can be added to 'makeprg' by setting the
1290+
b/g:biome_makeprg_params variable. For example (global default is ""): >
1291+
1292+
let b:biome_makeprg_params = "--diagnostic-level=error --staged"
1293+
1294+
12841295
CPPCHECK *quickfix-cppcheck* *compiler-cppcheck*
12851296

12861297
Use g/b:`c_cppcheck_params` to set cppcheck parameters. The global

0 commit comments

Comments
 (0)