mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 14:03:50 -05:00
Add all vim filetypes
This commit is contained in:
15
syntax/xhtml.vim
Normal file
15
syntax/xhtml.vim
Normal file
@@ -0,0 +1,15 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'xhtml') == -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
|
||||
Reference in New Issue
Block a user