Skip to content

Commit

Permalink
Merge pull request #197 from tree-sitter/generation
Browse files Browse the repository at this point in the history
chore: generate and sync latest changes
  • Loading branch information
ckipp01 authored Mar 13, 2023
2 parents ec60db8 + 9da257a commit 6f9bc5a
Show file tree
Hide file tree
Showing 2 changed files with 15,313 additions and 15,300 deletions.
4 changes: 2 additions & 2 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -5771,11 +5771,11 @@
"members": [
{
"type": "PATTERN",
"value": "[\\d]+"
"value": "[\\d](_?\\d)*"
},
{
"type": "PATTERN",
"value": "0[xX][\\da-fA-F]+"
"value": "0[xX][\\da-fA-F](_?[\\da-fA-F])*"
}
]
},
Expand Down
Loading

0 comments on commit 6f9bc5a

Please sign in to comment.