We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5242b1c commit 7401937Copy full SHA for 7401937
src/lexer/regexFactory.ts
@@ -111,6 +111,7 @@ const buildQStringPatterns = () => {
111
// 6. BigQuery '''triple-quoted'''
112
// 7. BigQuery """triple-quoted"""
113
// 8. Hive and Spark variables: ${name}
114
+// 9. Oracle q'' strings: q'<text>' q'|text|' ...
115
export const quotePatterns = {
116
'``': '(?:`[^`]*(?:$|`))+',
117
'[]': String.raw`(?:\[[^\]]*(?:$|\]))(?:\][^\]]*(?:$|\]))*`,
0 commit comments