1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

Add a bunch more literals.

This commit is contained in:
Rob Rix 2017-04-13 15:43:45 -04:00
parent 0a9b9ddb8e
commit 94cb31e95e

View File

@ -19,7 +19,12 @@ type Syntax = Union
'[Comment.Comment
, Declaration.Class
, Declaration.Method
, Literal.Array
, Literal.Boolean
, Literal.Hash
, Literal.Integer
, Literal.String
, Literal.Symbol
, Statement.If
, Statement.Return
, Statement.Yield