mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-12 11:53:50 -05:00
Match typescript function keyword with javascript style
This commit is contained in:
@@ -313,6 +313,7 @@ call Highlight("jsxAttrib", s:white, s:none, s:italic)
|
|||||||
" Typescript
|
" Typescript
|
||||||
call Highlight("typescriptNull", s:purple, s:none, s:none)
|
call Highlight("typescriptNull", s:purple, s:none, s:none)
|
||||||
call Highlight("typescriptBraces", s:purple, s:none, s:none)
|
call Highlight("typescriptBraces", s:purple, s:none, s:none)
|
||||||
|
call Highlight("typescriptFuncKeyword", s:light_blue, s:none, s:italic)
|
||||||
|
|
||||||
" GraphQL
|
" GraphQL
|
||||||
call Highlight("graphqlStructure", s:magenta, s:none, s:none)
|
call Highlight("graphqlStructure", s:magenta, s:none, s:none)
|
||||||
|
|||||||
Reference in New Issue
Block a user