mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-14 04:43:49 -05:00
Make JS rules match TS
This commit is contained in:
@@ -686,6 +686,7 @@ if (has('nvim-0.8'))
|
|||||||
" JavaScript {{{
|
" JavaScript {{{
|
||||||
call Highlight('@lsp.type.parameter.javascript', { 'fg': s:none, 'bg': s:none, 'style': s:none })
|
call Highlight('@lsp.type.parameter.javascript', { 'fg': s:none, 'bg': s:none, 'style': s:none })
|
||||||
call Highlight('@lsp.type.variable.javascript', { 'fg': s:none, 'bg': s:none, 'style': s:none })
|
call Highlight('@lsp.type.variable.javascript', { 'fg': s:none, 'bg': s:none, 'style': s:none })
|
||||||
|
call Highlight('@lsp.type.property.javascript', { 'fg': s:none, 'bg': s:none, 'style': s:none })
|
||||||
call Highlight('@lsp.type.namespace.javascript', { 'fg': s:none, 'bg': s:none, 'style': s:none })
|
call Highlight('@lsp.type.namespace.javascript', { 'fg': s:none, 'bg': s:none, 'style': s:none })
|
||||||
" }}}
|
" }}}
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user