blob: e0859d3b539f7162cf41c5ee0f2e6e04899a0f91 (
plain) (
tree)
|  |  | if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1
  
" 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
endif
 |