1
1
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:
Timothy Clem 2017-07-05 14:48:57 -07:00
parent a6820d12a8
commit 3e9827a890

View File

@ -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