diff vim/.vimrc @ 22:4408beef769d

Vim updates for Mac environment.
author Brian Neal <bgneal@gmail.com>
date Thu, 18 Dec 2014 21:07:52 -0600
parents 083b3c7ae8c0
children 7c2f7ee3f55e
line wrap: on
line diff
--- a/vim/.vimrc	Thu Dec 18 20:24:45 2014 -0600
+++ b/vim/.vimrc	Thu Dec 18 21:07:52 2014 -0600
@@ -113,6 +113,10 @@
 " Format paragraph
 nnoremap <leader>p gqip
 
+" Actionscript support
+let tlist_actionscript_settings = 'actionscript;c:class;f:method;p:property;v:variable'
+au BufRead,BufNewFile *.mxml set ft=actionscript
+
 function BgnSwitchPart()
 python << EOF
 import vim, os.path, sys