/* Do not edit this file!!! The file "src/regex_editable.ts" contains the source for this regex and is transformed by "babel-plugin-transform-regex". Run "npm run build:regex" to generate this file again afer editing the source. */ export default /(?\{\{(?(?:[\-+])?)\s*(?(?:(?=((?:'[^']*'|"[^"]*")|(?:[\s\S])))\4)*?)\s*(?(?:[\-+])?)\}\}|\{%(?(?:[\-+])?)\s*(?(?\w+)(?:(?=((?:'[^']*'|"[^"]*")|(?:[\s\S])))\9)*?)\s*(?(?:[\-+])?)%\}|(?(?:|\{#\s*prettier-ignore-start\s*#\})(?:(?:[\s\S])*?)(?:|\{#\s*prettier-ignore-end\s*#\}))|(?\{#(?:(?:[\s\S])*?)#\})|(?(?:(?:[\s\S])*?)<\/script>\s*)|(?(?:(?:[\s\S])*?)<\/style>\s*))/u;