blob: 5bf580fc116a71845000cfcae7c2b88ac5cd046d [file] [log] [blame]
Bram Moolenaara6c27c42019-05-09 19:16:22 +02001" 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
7if exists("b:current_syntax")
8 finish
9endif
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.
15runtime! syntax/html.vim