made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
6
gitportable/usr/share/vim/vim91/syntax/phtml.vim
Normal file
6
gitportable/usr/share/vim/vim91/syntax/phtml.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
" 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
|
||||
Reference in New Issue
Block a user