From bc8a81d3592dab86334f27d1d43c080ebf680d42 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 14 Oct 2022 17:40:10 +0200 Subject: Update --- ftplugin/mir.vim | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ftplugin/mir.vim (limited to 'ftplugin/mir.vim') diff --git a/ftplugin/mir.vim b/ftplugin/mir.vim new file mode 100644 index 00000000..332e3272 --- /dev/null +++ b/ftplugin/mir.vim @@ -0,0 +1,17 @@ +if polyglot#init#is_disabled(expand(':p'), 'llvm', 'ftplugin/mir.vim') + finish +endif + +" Vim filetype plugin file +" Language: LLVM Machine IR +" Maintainer: The LLVM team, http://llvm.org/ + +if exists("b:did_ftplugin") + finish +endif +let b:did_ftplugin = 1 + +setlocal softtabstop=2 shiftwidth=2 +setlocal expandtab +setlocal comments+=:; + -- cgit v1.2.3