Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sanjayankur31/nmodl.vim
- Owner: sanjayankur31
- License: gpl-3.0
- Created: 2016-08-10T13:51:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T13:11:05.000Z (7 months ago)
- Last Synced: 2024-11-29T03:15:14.790Z (27 days ago)
- Language: Vim Script
- Homepage: https://www.neuron.yale.edu/neuron/static/docs/help/neuron/nmodl/nmodl.html
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.rst
- License: LICENSE
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