blob: 3df25ee236f61d5a2bdaae0e62ef58d1af380bf5 (
plain) (
tree)
|
|
if !has_key(g:polyglot_is_disabled, 'xhtml')
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
|