File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ TSKeywordReturn = 'link:Include'
187187TSKeywordOperator = ' link:Include'
188188TSKeywordFunction = ' link:Keyword'
189189TSFunction = ' link:Function'
190- TSFuncBuiltin = ' link:Type '
190+ TSFuncBuiltin = ' link:Function '
191191TSMethod = ' link:Function'
192192TSFuncMacro = ' link:Function'
193193TSConditional = ' link:Conditional'
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ theme.set_highlights = function()
124124 hl (0 , " @number" , { link = ' Number' })
125125 hl (0 , " @float" , { link = ' Float' })
126126 hl (0 , " @function" , { link = ' Function' })
127- hl (0 , " @function.builtin" , { link = ' Type ' })
127+ hl (0 , " @function.builtin" , { link = ' Function ' })
128128 hl (0 , " @function.call" , { link = ' Function' })
129129 hl (0 , " @function.macro" , { link = ' Macro' })
130130 hl (0 , " @method" , { link = ' Function' })
You can’t perform that action at this time.
0 commit comments