Use parser settings to configure parsers.


The resx-parser, for example, recognizes {0}, {1}, ... as placeholders for variables. It is possible to define additional placeholder patterns for any parser. For example, define the regular expression %.+?% to recognize variables like %var%. You can define as many additional placeholders as you like (one per line).



Hover the mouse over the setting to get additional explanation.


The JSON-parser does not have additional settings on top of the Additional Placeholders.


The Properties parser quite some settings. In the example below, an additional placeholder is defined to recognize a pattern like {samplevar} as variable.