aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
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()