Skip to content

ericscharff/vim-oberon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

vim-oberon

This repository provides very basic syntax highlighting for the Oberon programming language.

Installation

This should be usable with most vim plugin managers. I use vim-plug but others should potentially work too. This can be installed with something like

call plug#begin()
[ ... ]
Plug 'ericscharff/vim-oberon'
call plug#end()

Usage

The syntax highlighting can be enabled by setting the correct file type, e.g.

au BufNewFile,BufRead *.Mod set filetype=oberon
au BufNewFile,BufRead *.ob set filetype=oberon

Related Projects

I use this for synatx highlighting for my Oberon compiler which is a self-hosting Oberon compiler.

About

Oberon programming language syntax highlighting for vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors