blob: a59b7b0af984a012303eaadd3926b2e58f017318 [file] [log] [blame]
Bram Moolenaara6c27c42019-05-09 19:16:22 +02001" Vim syntax file
2" Language: Generic template
Christian Brabandte978b452023-08-13 10:33:05 +02003" Maintainer: The Vim Project <https://github.com/vim/vim>
4" Last Change: 2023 Aug 10
5" Former Maintainer: Bram Moolenaar <Bram@vim.org>
Bram Moolenaara6c27c42019-05-09 19:16:22 +02006
7" Quit when a (custom) syntax file was already loaded
8if exists("b:current_syntax")
9 finish
10endif
11
12" Known template types are very similar to HTML, E.g. golang and "Xfire User
13" Interface Template"
14" If you know how to recognize a more specific type for *.tmpl suggest a
15" change to runtime/scripts.vim.
16runtime! syntax/html.vim