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
+1
View File
@@ -0,0 +1 @@
autocmd BufNewFile,BufRead *.iasm setfiletype ivy-asm
+1
View File
@@ -0,0 +1 @@
autocmd BufNewFile,BufRead *.ir setfiletype ivy-ir
-1
View File
@@ -1,2 +1 @@
autocmd BufNewFile,BufRead *.im setfiletype ivy
autocmd BufNewFile,BufRead *.iasm setfiletype ivyasm
View File