-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Higlighting missing for typescript #15
Comments
It's been a while since I did anything this and I forgot most of it. I think you can start reading Vim's help on highlighting: |
Ok thanks anyway... After googling a bit I found out this: SyntaxAttr it is a usefull plugin that point you to the correct group you are focusing. I'll be back as soon as I found some free times to insert TypeScript Highlight in this scheme. 😃 |
Awesome. Now I remember I used this plugin too few years ago. |
What I did was add this to the end of my ~/.vimrc:
Credit to this fellow; I just put the pieces together |
Hi @sickill,
I'm using your
monokai
color scheme, by the way thanks to share it, but I'm having some trouble with Typescript highlighting.I'm using this plugin, and I would like to add support for this highlighting to your theme. As I'm pretty new to VIM and absolutely new to define color scheme, can you point me in the right direction?
Thanks in advance
Teone
The text was updated successfully, but these errors were encountered: