Added the mikrotik syntax colors
This commit is contained in:
		@@ -153,6 +153,7 @@ call plug#begin('~/.config/nvim/plugged')
 | 
				
			|||||||
    Plug 'kyazdani42/nvim-tree.lua'
 | 
					    Plug 'kyazdani42/nvim-tree.lua'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Plug 'z0mbix/vim-shfmt', { 'for': 'sh' }
 | 
					    Plug 'z0mbix/vim-shfmt', { 'for': 'sh' }
 | 
				
			||||||
 | 
					    Plug 'zainin/vim-mikrotik'
 | 
				
			||||||
call plug#end()
 | 
					call plug#end()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" LUA
 | 
					" LUA
 | 
				
			||||||
@@ -600,6 +601,9 @@ autocmd BufWritePre *.go lua go_org_imports()
 | 
				
			|||||||
" Conf
 | 
					" Conf
 | 
				
			||||||
au BufNewFile,BufRead *.conf setfiletype conf
 | 
					au BufNewFile,BufRead *.conf setfiletype conf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					" Mikrotik
 | 
				
			||||||
 | 
					au BufNewFile,BufRead *.mikrotik setfiletype routeros
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" Automatically deletes all trailing whitespace and newlines at end of file on save.
 | 
					" Automatically deletes all trailing whitespace and newlines at end of file on save.
 | 
				
			||||||
autocmd BufWritePre * %s/\s\+$//e
 | 
					autocmd BufWritePre * %s/\s\+$//e
 | 
				
			||||||
autocmd BufWritepre * %s/\n\+\%$//e
 | 
					autocmd BufWritepre * %s/\n\+\%$//e
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user