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

Improve compatibility with built in typescript syntax #20

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

tobil4sk
Copy link

This makes the theme look closer to the original vscode theme with the built in syntax in vim/neovim for typescript. For example, here is the sample from #15:

image

According to vim docs:
```
Identifier   any variable name
Function	function name (also: methods for classes)
```

https://vimdoc.sourceforge.net/htmldoc/syntax.html
Add comments about the plugins where the highlight groups originate
In the vscode theme, typescriptInterfaceKeyword and
typescriptAliasKeyword are both regular keywords so they have been
reverted to default (Keyword).
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

Successfully merging this pull request may close these issues.

1 participant