Skip to content

FidelSch/PeopleCode-Syntax-For-Vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A basic syntax highlighting plugin for PeopleCode on Vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published