ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Modelica

Syntax definitions for the Modelica language

Details

Installs

  • Total 1K
  • Win 586
  • Mac 204
  • Linux 240
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Text Package for the Modelica Language

view on “GitHub pages”

Sublime Text editor comes without syntax definitions for Modelica language by default, so the purpose of this package is to bring Modelica language support to Sublime Text. In addition, it provides some handy snippets for commonly used language patterns.

Also, this package is used by github/linguist library in order to perform syntax highlighting of Moldelica sources at github. You can play with it using Lightshow.

Installation

First Install Package Controll for Sublime Text (if you still have not done so) and restart Sublime Text.

Then follow these steps:

  1. Open Sublime's command palette (Ctrl(Cmd)+Shift+P)
  2. Enter: Package Control: Install Package
  3. Enter: Modelica

Syntax definitions will be applyed for all sources with 'mo' extention. Or you could manually enable syntax through command palette: 'Set Syntax: Modelica'.

Atom.io editor support

Thanks to Matthis Thorade there is an Atom.io editor conversion of this package. For more details on how to use it check it's repository.

Contributing

Everyone can contribute to the package development. You are welcome to submit a pull request or create an issue. Package is not well tested yet so feedback from first users is really appreciated. Please create an issue if you find any bugs.