vim: add syntax highlighting support for intermediate language

This commit is contained in:
2025-01-27 19:19:29 +00:00
parent b4fd6a999b
commit 02ebb5c32b
10 changed files with 95 additions and 8 deletions

4
ivy.vim/ftplugin/ivy-ir.vim Executable file
View File

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