typescript-vim icon indicating copy to clipboard operation
typescript-vim copied to clipboard

Typescript syntax files for Vim

Results 46 typescript-vim issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello :-) @returns was modified to support Type parameter back at [2018](https://github.com/leafgarland/typescript-vim/issues/131) . We now have `tsdoc` and the [correct](https://tsdoc.org/pages/tags/returns/) way is without a Type. I'm not sure if you...

Details [here](https://github.com/leafgarland/typescript-vim/issues/198).

After TypeScript 2.0, there're a lot of changes were implemented. Therefore some keyword like goto no longer available in ts. According to ECMAScript 2020 standard, this keywords aren't available in...

https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#new-file-extensions

This PR adds support for highlighting regular expression literals with 3 or more flags, including the `d` flag.

Unfortunately the [vim syntax override logic](https://github.com/leafgarland/typescript-vim/commit/efc0c33f9130c80452d80dca718dacea5987eab5#diff-353b2b61eb85896ec622d5841907f4329c3a53a35d2610f7f309ef9cfe33b009R230) appears to have recently broken relative to neovim `master` circa neovim/neovim@2786d96. With this plugin loaded (confirmed via starting neovim with `-V20vimlog` and searching the...

I just want change this 2 value when ts, which different with other fileType. but I did not found this 2 keyword setting in this plugin

One small change to my local tyspescriptreact ftplugin has improved the user experience of editing a fair amount: ```vim " Remove > as a comment character setl comments-=n:> ``` Now...

I have the following .vimrc and all the plugins are installed: ``` " https://realpython.com/vim-and-python-a-match-made-in-heaven/ set nocompatible " required filetype off " required " jump between matching html/xml/jxs tags runtime macros/matchit.vim...