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 b2972cf commit 6cd420dCopy full SHA for 6cd420d
src/grammar.json
@@ -169,7 +169,7 @@
169
"members": [
170
{
171
"type": "PATTERN",
172
- "value": "[\\t ]'[\\t ]"
+ "value": "'[\\t ]"
173
},
174
175
"type": "SEQ",
@@ -219,7 +219,20 @@
219
220
221
222
- "value": "[\\t ]\\|[\\t ]"
+ "value": "\\|[\\t ]"
223
+ },
224
+ {
225
+ "type": "SEQ",
226
+ "members": [
227
228
+ "type": "STRING",
229
+ "value": "|"
230
231
232
+ "type": "PATTERN",
233
+ "value": "[^|\\n\\t ]+"
234
+ }
235
+ ]
236
237
238
0 commit comments