atom-package-language-ampl-syntax
Syntax Highlighting Package for AMPL .mod .dat .run files in Atom.
Installation
Install language-ampl-syntax via either:
- your terminal:
apm install language-ampl-syntax - the Atom GUI:
Atom>Settings>Install> Search forlanguage-ampl-syntax
Background: AMPL language
AMPL (A Mathematical Programming Language) is an algebraic modelling language for describing and solving high-complexity problems for large-scale mathematical computation (i.e. large-scale optimization and scheduling-type problems).
NOTE: AMPL is available from ampl.com
Features
This package adds syntax highlighting for all built-in functions, as well as strings, numeric values, and function arguments.