diff options
author | katherine <shmibs@shmibbles.me> | 2016-01-11 00:33:16 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-01-11 00:33:16 -0700 |
commit | c0255be3de8e984106881ad8955bc14774e4cc21 (patch) | |
tree | 73ee6ee175c08591b4f6a1e5b86a5d125b1a6d92 | |
parent | 90553b6fc957ae2ef568a81e66486d86caba2969 (diff) | |
download | dotfiles-c0255be3de8e984106881ad8955bc14774e4cc21.tar.gz |
php rules
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -183,6 +183,7 @@ autocmd FileType matlab call Settings_matlab() autocmd FileType mkd call Settings_text() autocmd FileType nim call Settings_nim() autocmd FileType perl call Settings_script() +autocmd FileType php call Settings_html() autocmd FileType python call Settings_script() autocmd FileType ruby call Settings_script() autocmd FileType rust call Settings_rust() |