値パターン - in this field, In the 値パターン field, type a regular expression that determines the context to inject the language into. パターンの最初のキャプチャーグループを挿入対象として使用することで、特定のパターンに一致する値、パターンに一致する複数の部分にのみ言語を挿入するように手順を構成できます。
単一ファイル - If the option is off, the fragments that match the value pattern are treated separately, as different "files" - for example from the fragment editor's viewpoint.
このオプションがオフの場合、 select * と from family は 2 つの独立したフラグメント(または「ファイル」)として扱われます。 このオプションがオンの場合、 select * from family は単一のユニットまたは「ファイル」として扱われます。
XPath 条件: XPath 式を指定して、インジェクションターゲットをより正確に指定します。 式が評価されるコンテキストは、周囲の XML タグです。
If necessary, use XPath extension functions, for example, lower-case(). また、現在のファイル名、拡張子、ファイル種類を判別するために使える追加関数があります: file-name()、 file-ext()、 file-type()。 あるいは、標準のコード補完を使用して、使用可能な関数の一覧を取得することもできます。