rakr / vim-one

Adaptation of one-light and one-dark colorschemes for Vim
MIT License
1.98k stars 196 forks source link

Support for Typescript #127

Closed jordihm9 closed 2 years ago

jordihm9 commented 2 years ago

Hi! I'm a frontend developer so I program in JS, but now I switched to TS. I have some colouring issues, for example, in React, when using the useEffect hook and calling functions/methods, this are not highlighted, but in JS it is. TS: image JS: image