The Vim syntax highlighting plugin for PSeInt files
As a computer systems student mainly using Vim, I decided to make my own plugin to support PSeInt files. PSeInt is a pseudointerpreter for people who is learning programming and flowcharts.
Color theme: dracula - my .vimrc
Vim-Plug (Recommended)
Add the following line to your .vimrc
Plug 'EddyBer16/pseint.vim'
Add the following line to your .vimrc
Plugin 'EddyBer16/pseint.vim'
Run this command in your shell Note: You must have git installed in your system
git clone https://github.com/EddyBer16/pseint.vim.git ~/.vim/bundle/pseint.vim