summaryrefslogblamecommitdiffstats
path: root/syntax/xhtml.vim
blob: fff29b4d891d6921377e3a48b7b81f9f717d38f2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
                                                                              

        











                               
if polyglot#init#is_disabled(expand('<sfile>:p'), 'xhtml', 'syntax/xhtml.vim')
  finish
endif

" Vim syntax file
" Language:	XHTML
" Maintainer:	noone
" Last Change:	2003 Feb 04

" Load the HTML syntax for now.
runtime! syntax/html.vim

let b:current_syntax = "xhtml"

" vim: ts=8