yongrenjie / vim-bruker

A small vim plugin for Bruker NMR pulse programmes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-bruker

A small Vim plugin for working with Bruker NMR pulse programmes.

Features:

  • Filetype detection (ftdetect) based on the #include <Avance.incl> line found in virtually all pulse programmes.
  • Sets commentstring to a semicolon, as is traditionally used (even though C-style /* ... */ also works).
  • Syntax highlighting. This is not perfect but is good enough for myself to use. I am very much open to suggestions, though, so feel free to open an issue or a PR.

Screenshots

My colorscheme is the light version of vim-one.

Screenshot 1

Screenshot 2

About

A small vim plugin for Bruker NMR pulse programmes.

License:MIT License


Languages

Language:Vim Script 100.0%