typescript styling
This commit is contained in:
parent
21b7f70da2
commit
5983835c4b
1 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Reference in a new issue