Skip to content

Commit f2be62e

Browse files
GrayJackmaxbrunsfeld
authored andcommitted
Allow negation impl traits blocks (#59)
1 parent 5a30ff0 commit f2be62e

File tree

2 files changed

+132
-203
lines changed

2 files changed

+132
-203
lines changed

src/grammar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
},
736736
{
737737
"type": "PATTERN",
738-
"value": "[/_\\-=->,;:::!=?.@*=/='&=#%=^=+<>|~]+"
738+
"value": "[\\/_\\-=->,;:::!=?.@*=\\/='&=#%=^=+<>|~]+"
739739
},
740740
{
741741
"type": "STRING",

0 commit comments

Comments
 (0)