update components
This commit is contained in:
@@ -44,10 +44,12 @@
|
||||
{
|
||||
pattern: /((?:^|[^<])<<\s*)(?:"|')?(\w+?)(?:"|')?\s*\r?\n(?:[\s\S])*?\r?\n\2/g,
|
||||
lookbehind: true,
|
||||
greedy: true,
|
||||
inside: insideString
|
||||
},
|
||||
{
|
||||
pattern: /("|')(?:\\?[\s\S])*?\1/g,
|
||||
pattern: /(["'])(?:\\\\|\\?[^\\])*?\1/g,
|
||||
greedy: true,
|
||||
inside: insideString
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user