Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | " Vim syntax file |
2 | " Language: XHTML | ||||
3 | " Maintainer: noone | ||||
4 | " Last Change: 2003 Feb 04 | ||||
5 | |||||
6 | " Load the HTML syntax for now. | ||||
7 | runtime! syntax/html.vim | ||||
8 | |||||
9 | let b:current_syntax = "xhtml" | ||||
10 | |||||
11 | " vim: ts=8 |