EddyBer16 / pseint.vim

Syntax highlighting for PSeInt files for Vim and NeoVim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSeInt Syntax Highlighting Plugin for Vim

The Vim syntax highlighting plugin for PSeInt files

About

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.

Preview

Color theme: dracula - my .vimrc

Installation

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

License

MIT License

About

Syntax highlighting for PSeInt files for Vim and NeoVim

License:MIT License


Languages

Language:Vim Script 88.1%Language:Papyrus 11.9%