vim: add syntax highlighting support for intermediate language
This commit is contained in:
1
ivy.vim/ftdetect/ivy-asm.vim
Executable file
1
ivy.vim/ftdetect/ivy-asm.vim
Executable file
@@ -0,0 +1 @@
|
||||
autocmd BufNewFile,BufRead *.iasm setfiletype ivy-asm
|
||||
1
ivy.vim/ftdetect/ivy-ir.vim
Executable file
1
ivy.vim/ftdetect/ivy-ir.vim
Executable file
@@ -0,0 +1 @@
|
||||
autocmd BufNewFile,BufRead *.ir setfiletype ivy-ir
|
||||
@@ -1,2 +1 @@
|
||||
autocmd BufNewFile,BufRead *.im setfiletype ivy
|
||||
autocmd BufNewFile,BufRead *.iasm setfiletype ivyasm
|
||||
|
||||
Reference in New Issue
Block a user