blob: 72fc71dfe901f378ecf1981ae9fbd0aa006e99c5 (
plain) (
tree)
|
|
if !polyglot#util#IsEnabled('xhtml', expand('<sfile>:p'))
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
|