Experiments
These features are experimental and are subject to change in the future!
In order to enable experimental features, add the following section to your script:
Consent section
Individual features may be enabled by adding the codename of the feature on new lines following the consent section.
proxies
proxies
deferred-parsing
deferred-parsing
Deferred parsing allows you to prefix any line with (parse[d] later)
to defer parsing until the first execution of the line. This allows you to circumvent issues where custom syntaxes are used before they are defined.
This should only be used when two custom syntaxes refer to each other. Other issues should be resolved by reordering custom syntax definitions and ensuring that libraries containing custom syntax load before other scripts.
Last updated