File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
Typescript Syntax for Vim
1+
An old Typescript Syntax for Vim
22
=========================
33

4+
---
5+
6+
NOTE: This Typescript syntax was created before Typescript's 1.0 release, more than a decade ago. I hope it
7+
has been helpful but there are now other options available. Vim has included
8+
[Typescript syntax](https://.com/vim/vim/blob/master/runtime/syntax/typescript.vim) for some years,
9+
which receives more frequent updates at its own [repository](https://.com/HerringtonDarkholme/yats.vim).
10+
Neovim can also use a [treesitter grammar](https://.com/tree-sitter/tree-sitter-typescript) for highlighting.
11+
12+
---
13+
414
Syntax file and other settings for [TypeScript](http://typescriptlang.org). The
5-
syntax file is taken from this [blog
15+
syntax file was originally from this 2012 [blog
616
post](https://docs.microsoft.com/en-us/archive/blogs/interoperability/sublime-text-vi-emacs-typescript-enabled).
717

818
Checkout [Tsuquyomi](https://.com/Quramy/tsuquyomi) for omni-completion

0 commit comments

Comments
 (0)