blob: 8c223be707b229d43633f0dbd0485d5cda8742a0 [file] [log] [blame]
Bram Moolenaar8c1b8cb2022-06-14 17:41:28 +01001" Vim syntax file
Bram Moolenaar543b7ef2013-06-01 14:50:56 +02002" Language: TT2 embedded with HTML
3" Maintainer: vim-perl <vim-perl@googlegroups.com>
4" Author: Moriki, Atsushi <4woods+vim@gmail.com>
Bram Moolenaar8c1b8cb2022-06-14 17:41:28 +01005" Homepage: https://github.com/vim-perl/vim-perl
6" Bugs/requests: https://github.com/vim-perl/vim-perl/issues
7" License: Vim License (see :help license)
8" Last Change: 2018 Mar 28
Bram Moolenaar543b7ef2013-06-01 14:50:56 +02009
10if exists("b:current_syntax")
11 finish
12endif
13
14runtime! syntax/html.vim
15unlet b:current_syntax
16
17runtime! syntax/tt2.vim
18unlet b:current_syntax
19
20syn cluster htmlPreProc add=@tt2_top_cluster
21
22let b:current_syntax = "tt2html"