comparison runtime/syntax/typescript.vim @ 18750:82a28df1e2d5

Update runtime files. Commit: https://github.com/vim/vim/commit/91359014b359cf816bf943fe2c7d492996263def Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 17:57:03 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 18:00:05 +0100
parents cb3163d590a1
children 2acb87ee55fc
comparison
equal deleted inserted replaced
18749:8217e179eb58 18750:82a28df1e2d5
1 " Vim syntax file 1 " Vim syntax file
2 " Language: TypeScript 2 " Language: TypeScript
3 " Maintainer: Bram Moolenaar 3 " Maintainer: Bram Moolenaar, Herrington Darkholme
4 " Last Change: 2019 Nov 17 4 " Last Change: 2019 Nov 30
5 " Based On: Herrington Darkholme's yats.vim 5 " Based On: Herrington Darkholme's yats.vim
6 " Changes: See https:github.com/HerringtonDarkholme/yats.vim 6 " Changes: Go to https:github.com/HerringtonDarkholme/yats.vim for recent changes.
7 " Credits: See yats.vim on github 7 " Origin: https://github.com/othree/yajs
8 " Credits: Kao Wei-Ko(othree), Jose Elera Campana, Zhao Yi, Claudio Fleiner, Scott Shattuck
9 " (This file is based on their hard work), gumnos (From the #vim
10 " IRC Channel in Freenode)
8 11
9 " This is the same syntax that is in yats.vim, but: 12 " This is the same syntax that is in yats.vim, but:
10 " - flattened into one file 13 " - flattened into one file
11 " - HiLink commands changed to "hi def link" 14 " - HiLink commands changed to "hi def link"
12 " - Setting 'cpo' to the Vim value 15 " - Setting 'cpo' to the Vim value