Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 793 Bytes

File metadata and controls

25 lines (21 loc) · 793 Bytes

Syntax highlighting for PeopleCode

This is and independent proyect, but PRs are welcome!

Installation

As a plugin (Recommended)

Now compatible with the plugin manager of your choice!
Recommended: vim-plug

Manually

First, clone the repository to an empty directory on your machine:

mkdir Peoplecode-Syntax-For-Vim
cd Peoplecode-Syntax-For-Vim
git init && git pull https://github.com/FidelSch/PeopleCode-Syntax-For-Vim.git 

Then, copy the files under each directory to ~/.vim/<folder-name>
You may have to create them if they don't exist.

mkdir ~/.vim/syntax
cp Peoplecode-Syntax-For-Vim/syntax/* ~/.vim/syntax/

The next time you open a .ppl file, it should be highlighted accordingly.
Happy coding!