Skip to content

m-paolino/atom-package-language-ampl-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atom-package-language-ampl-syntax

Syntax Highlighting Package for AMPL .mod .dat .run files in Atom.

apm apm

Installation

Install language-ampl-syntax via either:

  • your terminal: apm install language-ampl-syntax
  • the Atom GUI: Atom > Settings > Install > Search for language-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.