Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joelbeedle/pseudo-syntax

Syntax highlighting for various forms of pseudocode for vim
https://github.com/joelbeedle/pseudo-syntax

neovim neovim-plugin nvim pseudo-syntax pseudocode syntax-highlighting vim

Last synced: 5 days ago
JSON representation

Syntax highlighting for various forms of pseudocode for vim

Awesome Lists containing this project

README

        

# pseudo-syntax
Syntax highlighting for various styles of pseudocode for vim

# Installation
With [vim-plug](https://github.com/junegunn/vim-plug)

```
Plug 'joelbeedle/pseudo-syntax'
```

With [Vundle](https://github.com/VundleVim/Vundle.vim)

```
Plugin 'joelbeedle/pseudo-syntax'
```

With [dein](https://github.com/Shougo/dein.vim)

```
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](https://github.com/joelbeedle/pseudo-syntax/blob/main/files/screenshot.jpeg)

# TODO
- Add more syntax