Skip to content

joelbeedle/pseudo-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pseudo-syntax

Syntax highlighting for various styles of pseudocode for vim

Installation

With vim-plug

Plug 'joelbeedle/pseudo-syntax'

With Vundle

Plugin 'joelbeedle/pseudo-syntax'

With dein

call dein#add('joelbeedle/pseudo-syntax')

Or, stick ftdetect and syntax folders in your ~/.vim/ folder (will not update automatically)

How to use

Simply follow the install instructions above and start editing any file with the extension .pseudo

Example

image

TODO

  • Add more syntax

Releases

No releases published

Packages

No packages published