mirror of
				https://github.com/vim/vim.git
				synced 2025-11-02 09:17:47 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			151 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			151 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
" Vim syntax file
 | 
						|
" PHTML used to be the filetype for PHP 2.0.  Now everything is PHP.
 | 
						|
 | 
						|
if !exists("b:current_syntax")
 | 
						|
  runtime! syntax/php.vim
 | 
						|
endif
 |