mirror of
https://github.com/github/semantic.git
synced 2024-12-21 13:51:44 +03:00
s/keywords/keyword
This commit is contained in:
parent
a6820d12a8
commit
3e9827a890
@ -91,7 +91,7 @@ statement = -- handleError $
|
||||
<|> unary
|
||||
<|> binary
|
||||
<|> literal
|
||||
<|> keywords
|
||||
<|> keyword
|
||||
<|> mk Return Statement.Return
|
||||
<|> mk Yield Statement.Yield
|
||||
<|> mk Break Statement.Break
|
||||
@ -147,8 +147,8 @@ literal =
|
||||
where
|
||||
pairs = makeTerm <$> symbol Pair <*> children (Literal.KeyValue <$> statement <*> statement)
|
||||
|
||||
keywords :: Assignment
|
||||
keywords =
|
||||
keyword :: Assignment
|
||||
keyword =
|
||||
mk KeywordFILE
|
||||
<|> mk KeywordLINE
|
||||
<|> mk KeywordENCODING
|
||||
|
Loading…
Reference in New Issue
Block a user