TsukiGva2 / vim-rEduc-syntax

a super small vim syntax file for rEduc code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-rEduc-syntax

a super small vim syntax file for rEduc code

um arquivo de síntáxe minúsculo para códigos em rEduc no vim

installation

you can install it easily with vim-plug (my favorite) or another plugin manager of choice, to install using vim-plug, simply put:

call plug#begin()
" ...other plugins...
Plug 'TsukiGva2/vim-rEduc-syntax'
call plug#end()

on your .vimrc or init.vim and then running PlugInstall.

About

a super small vim syntax file for rEduc code


Languages

Language:Vim Script 100.0%