1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00

whitespace

This commit is contained in:
Patrick Thomson 2018-06-04 17:45:11 -04:00
parent 726d300004
commit 0253a20250

View File

@ -38,7 +38,7 @@ import Prologue
-- | The type of TypeScript syntax.
type Syntax = '[
Comment.Comment
, Comment.HashBang
, Comment.HashBang
, Declaration.Class
, Declaration.Function
, Declaration.Method