mirror of
				https://github.com/vim/vim.git
				synced 2025-11-03 09:44:48 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			186 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			186 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
" 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
 |