mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-08 09:53:52 -05:00
Make TS params orange
This commit is contained in:
@@ -675,7 +675,7 @@ if (has('nvim-0.8'))
|
||||
" }}}
|
||||
|
||||
" TypeScript {{{
|
||||
call Highlight('@lsp.type.parameter.typescript', { 'fg': s:none, 'bg': s:none, 'style': s:none })
|
||||
call Highlight('@lsp.type.parameter.typescript', { 'fg': s:orange, 'bg': s:none, 'style': s:none })
|
||||
call Highlight('@lsp.type.variable.typescript', { 'fg': s:none, 'bg': s:none, 'style': s:none })
|
||||
call Highlight('@lsp.type.property.typescript', { 'fg': s:none, 'bg': s:none, 'style': s:none })
|
||||
call Highlight('@lsp.type.namespace.typescript', { 'fg': s:none, 'bg': s:none, 'style': s:none })
|
||||
|
||||
Reference in New Issue
Block a user