Mercurial > vim
view runtime/syntax/template.vim @ 34366:1f5f3d58ed28
Added tag v9.1.0113 for changeset 8303936dbd64eca2d06b4f57b9da7a17e7496e27
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 15 Feb 2024 20:30:06 +0100 |
parents | 4027cefc2aab |
children |
line wrap: on
line source
" Vim syntax file " Language: Generic template " Maintainer: The Vim Project <https://github.com/vim/vim> " Last Change: 2023 Aug 10 " Former Maintainer: Bram Moolenaar <Bram@vim.org> " Quit when a (custom) syntax file was already loaded if exists("b:current_syntax") finish endif " Known template types are very similar to HTML, E.g. golang and "Xfire User " Interface Template" " If you know how to recognize a more specific type for *.tmpl suggest a " change to runtime/scripts.vim. runtime! syntax/html.vim