Skip to content

Improve compatibility with built in typescript syntax#20

Open
tobil4sk wants to merge 9 commits into
Rigellute:masterfrom
tobil4sk:fix/improve-typescript
Open

Improve compatibility with built in typescript syntax#20
tobil4sk wants to merge 9 commits into
Rigellute:masterfrom
tobil4sk:fix/improve-typescript

Conversation

@tobil4sk
Copy link
Copy Markdown

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