diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-10-03 09:50:41 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-10-05 23:20:45 -0400 |
commit | 95fd5ed8c952546832a2b7c54c3a0b5c0eaeb949 (patch) | |
tree | 909263a63341a582737b9d3dc040997ffd697fd6 /runtime/syntax/typescript.vim | |
parent | 0f1d679531e56c5cb8180abc56b466668e68800f (diff) | |
download | rneovim-95fd5ed8c952546832a2b7c54c3a0b5c0eaeb949.tar.gz rneovim-95fd5ed8c952546832a2b7c54c3a0b5c0eaeb949.tar.bz2 rneovim-95fd5ed8c952546832a2b7c54c3a0b5c0eaeb949.zip |
runtime/typescript: 91359014b359cf816bf943fe2c7d492996263def
Port typescript syntax changes only.
https://github.com/vim/vim/commit/91359014b359cf816bf943fe2c7d492996263def
Diffstat (limited to 'runtime/syntax/typescript.vim')
-rw-r--r-- | runtime/syntax/typescript.vim | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/runtime/syntax/typescript.vim b/runtime/syntax/typescript.vim index 475cb8dae4..767ba56d42 100644 --- a/runtime/syntax/typescript.vim +++ b/runtime/syntax/typescript.vim @@ -1,10 +1,13 @@ " Vim syntax file " Language: TypeScript -" Maintainer: Bram Moolenaar -" Last Change: 2019 Nov 17 +" Maintainer: Bram Moolenaar, Herrington Darkholme +" Last Change: 2019 Nov 30 " Based On: Herrington Darkholme's yats.vim -" Changes: See https:github.com/HerringtonDarkholme/yats.vim -" Credits: See yats.vim on github +" Changes: Go to https:github.com/HerringtonDarkholme/yats.vim for recent changes. +" Origin: https://github.com/othree/yajs +" Credits: Kao Wei-Ko(othree), Jose Elera Campana, Zhao Yi, Claudio Fleiner, Scott Shattuck +" (This file is based on their hard work), gumnos (From the #vim +" IRC Channel in Freenode) " This is the same syntax that is in yats.vim, but: " - flattened into one file |