mirror of
https://github.com/github/semantic.git
synced 2024-12-23 06:41:45 +03:00
Add a bunch more literals.
This commit is contained in:
parent
0a9b9ddb8e
commit
94cb31e95e
@ -19,7 +19,12 @@ type Syntax = Union
|
|||||||
'[Comment.Comment
|
'[Comment.Comment
|
||||||
, Declaration.Class
|
, Declaration.Class
|
||||||
, Declaration.Method
|
, Declaration.Method
|
||||||
|
, Literal.Array
|
||||||
, Literal.Boolean
|
, Literal.Boolean
|
||||||
|
, Literal.Hash
|
||||||
|
, Literal.Integer
|
||||||
|
, Literal.String
|
||||||
|
, Literal.Symbol
|
||||||
, Statement.If
|
, Statement.If
|
||||||
, Statement.Return
|
, Statement.Return
|
||||||
, Statement.Yield
|
, Statement.Yield
|
||||||
|
Loading…
Reference in New Issue
Block a user