Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.17 KB

With the announcement of Atom getting sunsetted I have switched to VSCode and have migrated and continued development of this plugin there. Check out the MOOSE Language Support extension for your MOOSE input editing needs.

MOOSE input file support in Atom

Add syntax highlighting and snippets to MOOSE input and test spec 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.