Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joelbeedle/pseudo-syntax
- Owner: joelbeedle
- License: mit
- Created: 2020-11-16T19:15:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T00:16:35.000Z (over 2 years ago)
- Last Synced: 2023-06-08T13:44:37.174Z (over 1 year ago)
- Topics: neovim, neovim-plugin, nvim, pseudo-syntax, pseudocode, syntax-highlighting, vim
- Language: Vim script
- Homepage:
- Size: 74.2 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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