mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
16 lines
246 B
VimL
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
|