Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 811 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 811 Bytes

MOOSE input file support in Atom

Add syntax highlighting and snippets to MOOSE input files in Atom.

screenshot

Syntax highlighting for:

  • Valid top level blocks
  • Valid sublevel blocks
  • Special highlight for the type = TypeName lines
  • Highlight valid Function Parser functions in parameter strings
  • Highlight valid parameters for shape function family/order and element type
  • Numbers and constrants (true/false)

MOOSE

MOOSE is an opensource multiphysics finite element simulation framework, developed ad Idaho National Laboratory.

Check out the MOOSE Framework website for more information.

Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.