vim: pull IR syntax highlighting into separate vim plugin

This commit is contained in:
2025-04-03 10:42:46 +01:00
parent 445be7f1ee
commit 6fa0488efe
4 changed files with 87 additions and 0 deletions

4
mie.vim/ftplugin/mie.vim Executable file
View File

@@ -0,0 +1,4 @@
setlocal tabstop=8
setlocal softtabstop=8
setlocal shiftwidth=8
setlocal noexpandtab