Mercurial > vim
view runtime/syntax/tar.vim @ 16971:e18b1c654d09
Update runtime files - Add typescript syntax and indent.
commit https://github.com/vim/vim/commit/773a97c254d02784079fb3b20447620412588850
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jun 6 20:39:55 2019 +0200
Update runtime files - Add typescript syntax and indent.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 06 Jun 2019 20:45:06 +0200 |
parents | 7472c565592a |
children | 1e9e9d89f0ee |
line wrap: on
line source
" Language : Tar Listing Syntax " Maintainer : Bram Moolenaar " Last change: Sep 08, 2004 if exists("b:current_syntax") finish endif syn match tarComment '^".*' contains=tarFilename syn match tarFilename 'tarfile \zs.*' contained syn match tarDirectory '.*/$' hi def link tarComment Comment hi def link tarFilename Constant hi def link tarDirectory Type " vim: ts=8