Skip to content

harshagelivi/invim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

invim

For Linux:(tried and checked in ubuntu)

To add SPL and APL syntax highlighting in vim

Copy apl.vim and spl.vim into $HOME/.vim/syntax/(create if any of these doesnt exist).

Open $HOME/.vimrc and add the following lines:

set nocompatible

syntax on

autocmd BufRead,BufNewFile *.spl set filetype=spl

autocmd BufRead,BufNewFile *.apl set filetype=apl

Close any vim sessions and re-open.

About

To add SPL and APL syntax highlighting in vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published