more typescript
This commit is contained in:
parent
7d7f74cbc2
commit
7af90372ff
1 changed files with 13 additions and 7 deletions
|
@ -128,15 +128,21 @@ local theme = lush(function()
|
|||
csGeneric { Function },
|
||||
yamlBlockMappingKey { Function },
|
||||
sqlKeyword { Keyword },
|
||||
typescriptVariable { Keyword },
|
||||
typescriptDateMethod { Identifier },
|
||||
typescriptGlobal { Function },
|
||||
typescriptBOMWindowProp { Function },
|
||||
typescriptDOMDocProp { Identifier },
|
||||
typescriptDOMEventTargetMethod { Identifier },
|
||||
typescriptBOMWindowMethod { Identifier },
|
||||
typescriptAbstract { Keyword },
|
||||
typescriptBOMLocationMethod { Identifier },
|
||||
typescriptBOMWindowMethod { Identifier },
|
||||
typescriptBOMWindowProp { Function },
|
||||
typescriptDOMDocProp { Identifier },
|
||||
typescriptDOMDocMethod { Identifier },
|
||||
typescriptDOMEventTargetMethod { Identifier },
|
||||
typescriptDOMFormMethod { Identifier },
|
||||
typescriptDOMFormProp { Identifier },
|
||||
typescriptDOMNodeMethod { Identifier },
|
||||
typescriptDateMethod { Identifier },
|
||||
typescriptGlobal { Function },
|
||||
typescriptObjectStaticMethod { Identifier },
|
||||
typescriptPaymentShippingOptionProp { Identifier },
|
||||
typescriptVariable { Keyword },
|
||||
}
|
||||
end)
|
||||
|
||||
|
|
Reference in a new issue