working from rfc
This commit is contained in:
parent
35ba1a129f
commit
f748221e16
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export const ident = seq(
|
|||
char('_'),
|
||||
seq(str('__'), many(anyChar)),
|
||||
)),
|
||||
until(' ')
|
||||
until(char(' '))
|
||||
)
|
||||
|
||||
const Keyword = [
|
||||
|
|
Loading…
Add table
Reference in a new issue