Originally posted by: FredericDelhoume
As the scripting in OPL is ECMAScript, you might open the file in an external editor as JavaScript, or apply the JavaScript coloring afterwards.
This might give you correct coloring for execute {} parts but you will certainy not have the coloring for
other OPL syntax.
I have no knowledge of Sublime, but it might be possible to write an OPL highlighting configuration file, starting from the Javascript one.
See http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html
#DecisionOptimization#OPLusingCPLEXOptimizer