feat(providers): jsx provider

This commit is contained in:
charburgx
2022-07-14 01:46:59 -05:00
parent 15ae99c273
commit 2e79953f7e
4 changed files with 116 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ M.kinds = {
'Event',
'Operator',
'TypeParameter',
'Component',
'Fragment',
}
function M.icon_from_kind(kind)