Skip to content

Commit

Permalink
Fix: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Feb 2, 2022
1 parent cc6b439 commit 6a1cef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bcd/translator/grammar.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const defaultGrammar = `
Quote <- '"'
Slash <- '\\'
StringContent <- [_a-zA-Z0-9- /:,.'()*+><=!\[\]^?%$;#№@~{}]
StringContent <- [_a-zA-Z0-9- /:,.'()*+><=!^?%$;#№@~{}[\]]
Hex <- [A-F0-9a-f]
Alpha <- [a-zA-Z]
Accessable <- [A-Za-z0-9_]
Expand Down

0 comments on commit 6a1cef9

Please sign in to comment.