From e999180d94132256eb707493c19a925b58b58943 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 20 Feb 2023 15:48:07 +0100 Subject: vim: add nasm syntax --- vim/nasm/ftdetect.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/nasm/ftdetect.vim (limited to 'vim/nasm/ftdetect.vim') diff --git a/vim/nasm/ftdetect.vim b/vim/nasm/ftdetect.vim new file mode 100644 index 0000000..1abb1d5 --- /dev/null +++ b/vim/nasm/ftdetect.vim @@ -0,0 +1 @@ +autocmd BufRead,BufNewFile *.asm set filetype=nasm -- cgit v1.2.3