Files
vim-polyglot/syntax/xhtml.vim
2020-10-25 20:33:44 +01:00

16 lines
247 B
VimL

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