Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanjayankur31/nmodl.vim

VIM syntax file for the NMODL language
https://github.com/sanjayankur31/nmodl.vim

Last synced: 13 days ago
JSON representation

VIM syntax file for the NMODL language

Awesome Lists containing this project

README

        

nmodl.vim
=======

Syntax file for `nmodl `__. It's the language used in the `NEURON simulator `__ to add new components.

Taken from https://github.com/achilleas-k/vimconfig/blob/master/syntax/nmodl.vim. Feel free to update/imporve it. Pull requests welcome.

Please see https://github.com/alkino/vim-mod-syntax, which looks like a more complete syntax plugin for nmodl files.

Installation
------------

Place in :code:`~/.vim/syntax` or use :code:`pathogen` and the rest - you know what to do :)

At the end of your :code:`vimrc` file, add:

.. code:: vim

au BufRead,BufNewFile *.mod set filetype=nmodl