- Description:
This key represents an individual delimiter string in the
root_pair_delimiterarray.The value is a string that specifies a delimiter token that separates key-value pairs when parsing snippet parameters.
- Appears in:
└── Snippet Format └── root_pair_delimiter └── [*]- Type:
string- Examples:
In this example, we have configured a root pair delimiter to use a space.
Copied to clipboard_snippets: example: snippet: <<example [[param]]>> params: param: parser: argument options: format: root_pair_delimiter: - ' '{ "_snippets": { "example": { "snippet": "<<example [[param]]>>", "params": { "param": { "parser": "argument", "options": { "format": { "root_pair_delimiter": [ " " ] } } } } } } }