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

@@ -55,6 +55,8 @@ M.defaults = {
Event = { icon = '🗲', hl = 'TSType' },
Operator = { icon = '+', hl = 'TSOperator' },
TypeParameter = { icon = '𝙏', hl = 'TSParameter' },
Component = { icon = '', hl = 'TSFunction' },
Fragment = { icon = '', hl = 'TSConstant' },
},
}