Skip to content

Commit

Permalink
commit generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Oct 9, 2022
1 parent b2972cf commit 9bc26be
Show file tree
Hide file tree
Showing 2 changed files with 4,072 additions and 3,475 deletions.
6 changes: 3 additions & 3 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"members": [
{
"type": "PATTERN",
"value": "[\\t ]'[\\t ]"
"value": "'[\\t ]"
},
{
"type": "SEQ",
Expand Down Expand Up @@ -218,8 +218,8 @@
]
},
{
"type": "PATTERN",
"value": "[\\t ]\\|[\\t ]"
"type": "STRING",
"value": "|"
},
{
"type": "PATTERN",
Expand Down
Loading

0 comments on commit 9bc26be

Please sign in to comment.