# Define SciTE settings for AMPL files. # AMPL Files file.patterns.ampl=*.mod;*.dat;*.run; # AMPL Files filter.ampl=AMPL (mod dat run)|$(file.patterns.ampl)| api.$(file.patterns.ampl)=$(SciteDefaultHome)/ampl.api lexer.$(file.patterns.ampl)=python keywordclass.ampl=subject to subj s. t. maximize minimize var param option \ solve solver display quit model data set sum union inter diff symdiff within \ ordered by dimen cross setof (tr) integer binary mod less prod not exists \ forall or let node ark expand check Infinity keywords.$(file.patterns.ampl)=$(keywordclass.ampl) comment.block.ampl=#~ comment.stream.start.ampl=/* comment.stream.end.ampl=*/ # AMPL styles # White space style.matlab.0=fore:#000000,$(font.monospace) # Comment style.matlab.1=$(colour.code.comment.line),$(font.code.comment.line),$(font.monospace) # Command style.matlab.2=$(colour.preproc),$(font.monospace) # Number style.matlab.3=$(colour.number),$(font.monospace) # Keyword style.matlab.4=$(colour.keyword),bold,$(font.monospace) # String style.matlab.5=$(colour.string),$(font.monospace) # Operator style.matlab.6=$(colour.operator),bold,$(font.monospace) # Identifier style.matlab.7= command.go.$(file.patterns.ampl)=ampl $(FileName).run