aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-01-11 00:33:16 -0700
committerkatherine <shmibs@shmibbles.me>2016-01-11 00:33:16 -0700
commitc0255be3de8e984106881ad8955bc14774e4cc21 (patch)
tree73ee6ee175c08591b4f6a1e5b86a5d125b1a6d92 /.vimrc
parent90553b6fc957ae2ef568a81e66486d86caba2969 (diff)
downloaddotfiles-c0255be3de8e984106881ad8955bc14774e4cc21.tar.gz
php rules
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index c47e55c..0245e50 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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()