A vim syntax for the nimf programming language
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
sloum 7cb8fdf570
Updates readme
4 months ago
ftdetect Cant seem to get string litterals working, vim regex is bonkers 3 years ago
ftplugin More monkeying with ftplugin 3 years ago
indent Updates syntax highlighting to better highlight the current language 2 years ago
syntax Adds more highlighting and changes up the colors 4 months ago
.gitignore Semi working syntax file 3 years ago
LICENSE Adds readme and license 3 years ago
Makefile Adds plugin and indent files 3 years ago
README.md Updates readme 4 months ago

README.md

Nimf Vim Syntax

A syntax and indentation setup for nimf, an interpreted stack based language.

What it does

The syntax highlights many common 'words' and builtins. It also does a reasonably sane autoindent and sets widths for the indent.

Install

To install it run make. This will install it to your local ~/.vim heirarchy

License

BSD 2-clause