typescript styling

This commit is contained in:
Rudis Muiznieks 2021-09-05 11:17:13 -05:00
parent 21b7f70da2
commit 5983835c4b
1 changed files with 7 additions and 0 deletions

View File

@ -128,6 +128,13 @@ local theme = lush(function()
csGeneric { Function },
yamlBlockMappingKey { Function },
sqlKeyword { Keyword },
typescriptVariable { Keyword },
typescriptDateMethod { Identifier },
typescriptGlobal { Function },
typescriptBOMWindowProp { Function },
typescriptDOMDocProp { Identifier },
typescriptDOMEventTargetMethod { Identifier },
typescriptBOMWindowMethod { Identifier },
}
end)