" " ----------------------------------------------------------- "" MatchTagAlways "MatchTagAlwaysのオプション機能ONにする let g:mta_use_matchparen_group = 1 "MatchTagAlwaysを使用するファイルタイプ let g:mta_filetypes = { \ 'html' : 1, \ 'xhtml' : 1, \ 'xml' : 1, \ 'jinja' : 1, \ 'php' : 1, \}