zanoni-mbdyn / language-mbdyn

Syntax highlighting plugin for MBDyn (https://www.mbdyn.org/) input files
GNU General Public License v3.0
2 stars 1 forks source link

language-mbdyn

Syntax highlighting plugin for general purpose, free multibody analysis software MBDyn input files.

Features

Tips

By default, Atom assigns to the Tab key both the snippets:next-tab-stop and the snippets:expand commands. This leads to a rather clumsy way of navigating through snippets tab stops using nested snippets and standard Atom autocompletion. My suggestion is to change the binding of snippets:next-tab-stop and snippets:previous-tab-stop.

Just as an example, my configuration in the keymap.cson file is

'atom-text-editor:not([mini])':
  'cmd-tab': 'snippets:next-tab-stop'
  'shift-tab': 'snippets:previous-tab-stop'

Examples

Autocompletion at work in the definition of a structural node:

strutural node autocompletion