summaryrefslogtreecommitdiff
path: root/vim/nasm/ftplugin.vim
blob: 385905e8890227d6d343a53b2bc140249ec3f04e (plain)
1
2
3
4
let b:match_words = &matchpairs
                    \ . ',%if:%else:%endif'
                    \ . ',%macro\>:%endmacro\>'
                    \ . ',%rep\>:%endrep\>'