Skip to content
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

Open
teone opened this issue Apr 20, 2015 · 4 comments
Open

Higlighting missing for typescript #15

teone opened this issue Apr 20, 2015 · 4 comments

Comments

@teone
Copy link

teone commented Apr 20, 2015

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

@ku1ik
Copy link
Owner

ku1ik commented Apr 20, 2015

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: :help 'highlight'. I'm sorry but I think this is all I can do here.

@teone
Copy link
Author

teone commented Apr 20, 2015

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. 😃

@ku1ik
Copy link
Owner

ku1ik commented Apr 20, 2015

Awesome. Now I remember I used this plugin too few years ago.

@ggodreau
Copy link

ggodreau commented May 2, 2017

What I did was add this to the end of my ~/.vimrc:

au BufNewFile,BufRead *.ts set filetype=javascript

Credit to this fellow; I just put the pieces together

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants