summaryrefslogtreecommitdiff
path: root/vim/nasm/ftplugin.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/nasm/ftplugin.vim')
-rw-r--r--vim/nasm/ftplugin.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/nasm/ftplugin.vim b/vim/nasm/ftplugin.vim
new file mode 100644
index 0000000..385905e
--- /dev/null
+++ b/vim/nasm/ftplugin.vim
@@ -0,0 +1,4 @@
+let b:match_words = &matchpairs
+ \ . ',%if:%else:%endif'
+ \ . ',%macro\>:%endmacro\>'
+ \ . ',%rep\>:%endrep\>'