Files
vim-polyglot/syntax/xhtml.vim
Adam Stankiewicz 2838800832 Fix conditions, #608
2020-10-25 21:08:27 +01:00

16 lines
246 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