mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-12 03:43:49 -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
|
||||
call Highlight("typescriptNull", 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
|
||||
call Highlight("graphqlStructure", s:magenta, s:none, s:none)
|
||||
|
||||
Reference in New Issue
Block a user