mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 06:23:50 -05:00
Add syntax files from upstream vim repository
This commit is contained in:
10
syntax/phtml.vim
Normal file
10
syntax/phtml.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1
|
||||
|
||||
" 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
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user