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

4
ivy.vim/ftplugin/ivyasm.vim Executable file
View File

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