vim: add support for ivy assembly language

This commit is contained in:
2024-11-05 22:16:50 +00:00
parent fd65b665c4
commit 9323c83b31
5 changed files with 79 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
autocmd BufNewFile,BufRead *.im setfiletype ivy
autocmd BufNewFile,BufRead *.iasm setfiletype ivyasm
View File