comparison runtime/syntax/template.vim @ 16610:1eaf34420bb3

Update runtime files commit https://github.com/vim/vim/commit/a6c27c47ddf081859659d7de1caec675147e466b Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 9 19:16:22 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 May 2019 19:30:06 +0200
parents
children 4027cefc2aab
comparison
equal deleted inserted replaced
16609:175385d2d3d9 16610:1eaf34420bb3
1 " Vim syntax file
2 " Language: Generic template
3 " Maintainer: Bram Moolenaar <Bram@vim.org>
4 " Last Change: 2019 May 06
5
6 " Quit when a (custom) syntax file was already loaded
7 if exists("b:current_syntax")
8 finish
9 endif
10
11 " Known template types are very similar to HTML, E.g. golang and "Xfire User
12 " Interface Template"
13 " If you know how to recognize a more specific type for *.tmpl suggest a
14 " change to runtime/scripts.vim.
15 runtime! syntax/html.vim