diff --git "a/package.json" "b/package.json" new file mode 100644--- /dev/null +++ "b/package.json" @@ -0,0 +1,3977 @@ +{ + "name": "mql5-support", + "publisher": "MQL5-Theme-syntax", + "displayName": "MQL5 Support", + "description": "MQL5 Syntax Highlighting and Themes", + "version": "1.5.6", + "icon": "icon.png", + "repository": { + "type": "git", + "url": "https://github.com/algorembrant/MQL5-Theme" + }, + "engines": { + "vscode": "^1.70.0" + }, + "categories": [ + "Programming Languages" + ], + "contributes": { + "languages": [ + { + "id": "mql5", + "aliases": [ + "MQL5", + "mql5" + ], + "extensions": [ + ".mq5", + ".mqh" + ], + "configuration": "./language-configuration.json" + } + ], + "grammars": [ + { + "language": "mql5", + "scopeName": "source.mql5", + "path": "./syntaxes/mql5.tmLanguage.json" + } + ], + "configurationDefaults": { + "editor.tokenColorCustomizations": { + "textMateRules": [ + { + "name": "Special Caps Underscore", + "scope": "constant.other.caps-underscore.mql5", + "settings": { + "foreground": "#FF0000" + } + }, + { + "name": "Comments", + "scope": [ + "comment.line.double-slash.mql5", + "comment.block.mql5" + ], + "settings": { + "foreground": "#6A9955" + } + }, + { + "name": "Strings", + "scope": "string.quoted.double.mql5", + "settings": { + "foreground": "#CE9178" + } + }, + { + "name": "Numbers", + "scope": "constant.numeric.mql5", + "settings": { + "foreground": "#B5CEA8" + } + }, + { + "name": "Prefix Defuzzification", + "scope": "support.function.prefix.Defuzzification.mql5", + "settings": { + "foreground": "#a32828" + } + }, + { + "name": "Prefix Transformations", + "scope": "support.function.prefix.Transformations.mql5", + "settings": { + "foreground": "#e51b19" + } + }, + { + "name": "Prefix Classification", + "scope": "support.function.prefix.Classification.mql5", + "settings": { + "foreground": "#d65e5b" + } + }, + { + "name": "Prefix Datastructures", + "scope": "support.function.prefix.Datastructures.mql5", + "settings": { + "foreground": "#b71914" + } + }, + { + "name": "Prefix Factorization", + "scope": "support.function.prefix.Factorization.mql5", + "settings": { + "foreground": "#cc3932" + } + }, + { + "name": "Prefix Manipulations", + "scope": "support.function.prefix.Manipulations.mql5", + "settings": { + "foreground": "#ea5047" + } + }, + { + "name": "Prefix Accumulative", + "scope": "support.function.prefix.Accumulative.mql5", + "settings": { + "foreground": "#a33028" + } + }, + { + "name": "Prefix Uninitialize", + "scope": "support.function.prefix.Uninitialize.mql5", + "settings": { + "foreground": "#e52819" + } + }, + { + "name": "Prefix Aggregation", + "scope": "support.function.prefix.Aggregation.mql5", + "settings": { + "foreground": "#d6665b" + } + }, + { + "name": "Prefix Composition", + "scope": "support.function.prefix.Composition.mql5", + "settings": { + "foreground": "#b72414" + } + }, + { + "name": "Prefix Description", + "scope": "support.function.prefix.Description.mql5", + "settings": { + "foreground": "#cc4332" + } + }, + { + "name": "Prefix Implication", + "scope": "support.function.prefix.Implication.mql5", + "settings": { + "foreground": "#ea5a47" + } + }, + { + "name": "Prefix Mathematics", + "scope": "support.function.prefix.Mathematics.mql5", + "settings": { + "foreground": "#a33828" + } + }, + { + "name": "Prefix Oscillators", + "scope": "support.function.prefix.Oscillators.mql5", + "settings": { + "foreground": "#e53619" + } + }, + { + "name": "Prefix Statistical", + "scope": "support.function.prefix.Statistical.mql5", + "settings": { + "foreground": "#d66e5b" + } + }, + { + "name": "Prefix Transparent", + "scope": "support.function.prefix.Transparent.mql5", + "settings": { + "foreground": "#b72e14" + } + }, + { + "name": "Prefix Transposepy", + "scope": "support.function.prefix.Transposepy.mql5", + "settings": { + "foreground": "#cc4d32" + } + }, + { + "name": "Prefix Activation", + "scope": "support.function.prefix.Activation.mql5", + "settings": { + "foreground": "#ea6547" + } + }, + { + "name": "Prefix Background", + "scope": "support.function.prefix.Background.mql5", + "settings": { + "foreground": "#a34028" + } + }, + { + "name": "Prefix Commission", + "scope": "support.function.prefix.Commission.mql5", + "settings": { + "foreground": "#e54319" + } + }, + { + "name": "Prefix Conclusion", + "scope": "support.function.prefix.Conclusion.mql5", + "settings": { + "foreground": "#d6765b" + } + }, + { + "name": "Prefix Conditions", + "scope": "support.function.prefix.Conditions.mql5", + "settings": { + "foreground": "#b73914" + } + }, + { + "name": "Prefix Deactivate", + "scope": "support.function.prefix.Deactivate.mql5", + "settings": { + "foreground": "#cc5732" + } + }, + { + "name": "Prefix Derivative", + "scope": "support.function.prefix.Derivative.mql5", + "settings": { + "foreground": "#ea6f47" + } + }, + { + "name": "Prefix Descriptor", + "scope": "support.function.prefix.Descriptor.mql5", + "settings": { + "foreground": "#a34828" + } + }, + { + "name": "Prefix Deviations", + "scope": "support.function.prefix.Deviations.mql5", + "settings": { + "foreground": "#e55019" + } + }, + { + "name": "Prefix Expiration", + "scope": "support.function.prefix.Expiration.mql5", + "settings": { + "foreground": "#d67e5b" + } + }, + { + "name": "Prefix Foreground", + "scope": "support.function.prefix.Foreground.mql5", + "settings": { + "foreground": "#b74314" + } + }, + { + "name": "Prefix Identifier", + "scope": "support.function.prefix.Identifier.mql5", + "settings": { + "foreground": "#cc6132" + } + }, + { + "name": "Prefix Indicators", + "scope": "support.function.prefix.Indicators.mql5", + "settings": { + "foreground": "#ea7a47" + } + }, + { + "name": "Prefix initialize", + "scope": "support.function.prefix.initialize.mql5", + "settings": { + "foreground": "#a35028" + } + }, + { + "name": "Prefix Initialize", + "scope": "support.function.prefix.Initialize.mql5", + "settings": { + "foreground": "#e55d19" + } + }, + { + "name": "Prefix Membership", + "scope": "support.function.prefix.Membership.mql5", + "settings": { + "foreground": "#d6855b" + } + }, + { + "name": "Prefix Operations", + "scope": "support.function.prefix.Operations.mql5", + "settings": { + "foreground": "#b74e14" + } + }, + { + "name": "Prefix Organizing", + "scope": "support.function.prefix.Organizing.mql5", + "settings": { + "foreground": "#cc6b32" + } + }, + { + "name": "Prefix Percentile", + "scope": "support.function.prefix.Percentile.mql5", + "settings": { + "foreground": "#ea8447" + } + }, + { + "name": "Prefix Processing", + "scope": "support.function.prefix.Processing.mql5", + "settings": { + "foreground": "#a35828" + } + }, + { + "name": "Prefix Projection", + "scope": "support.function.prefix.Projection.mql5", + "settings": { + "foreground": "#e56a19" + } + }, + { + "name": "Prefix Regression", + "scope": "support.function.prefix.Regression.mql5", + "settings": { + "foreground": "#d68d5b" + } + }, + { + "name": "Prefix Scientific", + "scope": "support.function.prefix.Scientific.mql5", + "settings": { + "foreground": "#b75814" + } + }, + { + "name": "Prefix Selectable", + "scope": "support.function.prefix.Selectable.mql5", + "settings": { + "foreground": "#cc7432" + } + }, + { + "name": "Prefix Statistics", + "scope": "support.function.prefix.Statistics.mql5", + "settings": { + "foreground": "#ea8f47" + } + }, + { + "name": "Prefix Timeframes", + "scope": "support.function.prefix.Timeframes.mql5", + "settings": { + "foreground": "#a36028" + } + }, + { + "name": "Prefix Timeseries", + "scope": "support.function.prefix.Timeseries.mql5", + "settings": { + "foreground": "#e57719" + } + }, + { + "name": "Prefix Validation", + "scope": "support.function.prefix.Validation.mql5", + "settings": { + "foreground": "#d6955b" + } + }, + { + "name": "Prefix Alignment", + "scope": "support.function.prefix.Alignment.mql5", + "settings": { + "foreground": "#b76314" + } + }, + { + "name": "Prefix Available", + "scope": "support.function.prefix.Available.mql5", + "settings": { + "foreground": "#cc7e32" + } + }, + { + "name": "Prefix Calculate", + "scope": "support.function.prefix.Calculate.mql5", + "settings": { + "foreground": "#ea9a47" + } + }, + { + "name": "Prefix CholeskyL", + "scope": "support.function.prefix.CholeskyL.mql5", + "settings": { + "foreground": "#a36828" + } + }, + { + "name": "Prefix Commision", + "scope": "support.function.prefix.Commision.mql5", + "settings": { + "foreground": "#e58519" + } + }, + { + "name": "Prefix Condition", + "scope": "support.function.prefix.Condition.mql5", + "settings": { + "foreground": "#d69d5b" + } + }, + { + "name": "Prefix Confusion", + "scope": "support.function.prefix.Confusion.mql5", + "settings": { + "foreground": "#b76e14" + } + }, + { + "name": "Prefix Correlate", + "scope": "support.function.prefix.Correlate.mql5", + "settings": { + "foreground": "#cc8832" + } + }, + { + "name": "Prefix Deviation", + "scope": "support.function.prefix.Deviation.mql5", + "settings": { + "foreground": "#eaa447" + } + }, + { + "name": "Prefix Direction", + "scope": "support.function.prefix.Direction.mql5", + "settings": { + "foreground": "#a36f28" + } + }, + { + "name": "Prefix Downtrend", + "scope": "support.function.prefix.Downtrend.mql5", + "settings": { + "foreground": "#e59219" + } + }, + { + "name": "Prefix Fibonacci", + "scope": "support.function.prefix.Fibonacci.mql5", + "settings": { + "foreground": "#d6a55b" + } + }, + { + "name": "Prefix Functions", + "scope": "support.function.prefix.Functions.mql5", + "settings": { + "foreground": "#b77814" + } + }, + { + "name": "Prefix Histogram", + "scope": "support.function.prefix.Histogram.mql5", + "settings": { + "foreground": "#cc9232" + } + }, + { + "name": "Prefix Indicator", + "scope": "support.function.prefix.Indicator.mql5", + "settings": { + "foreground": "#eaaf47" + } + }, + { + "name": "Prefix Intersect", + "scope": "support.function.prefix.Intersect.mql5", + "settings": { + "foreground": "#a37728" + } + }, + { + "name": "Prefix Minimized", + "scope": "support.function.prefix.Minimized.mql5", + "settings": { + "foreground": "#e59f19" + } + }, + { + "name": "Prefix Normalize", + "scope": "support.function.prefix.Normalize.mql5", + "settings": { + "foreground": "#d6ad5b" + } + }, + { + "name": "Prefix Parameter", + "scope": "support.function.prefix.Parameter.mql5", + "settings": { + "foreground": "#b78314" + } + }, + { + "name": "Prefix Positions", + "scope": "support.function.prefix.Positions.mql5", + "settings": { + "foreground": "#cc9c32" + } + }, + { + "name": "Prefix Precision", + "scope": "support.function.prefix.Precision.mql5", + "settings": { + "foreground": "#eab947" + } + }, + { + "name": "Prefix Rectangle", + "scope": "support.function.prefix.Rectangle.mql5", + "settings": { + "foreground": "#a37f28" + } + }, + { + "name": "Prefix Solutions", + "scope": "support.function.prefix.Solutions.mql5", + "settings": { + "foreground": "#e5ac19" + } + }, + { + "name": "Prefix Symmetric", + "scope": "support.function.prefix.Symmetric.mql5", + "settings": { + "foreground": "#d6b55b" + } + }, + { + "name": "Prefix Threshold", + "scope": "support.function.prefix.Threshold.mql5", + "settings": { + "foreground": "#b78d14" + } + }, + { + "name": "Prefix Timeframe", + "scope": "support.function.prefix.Timeframe.mql5", + "settings": { + "foreground": "#cca632" + } + }, + { + "name": "Prefix Translate", + "scope": "support.function.prefix.Translate.mql5", + "settings": { + "foreground": "#eac447" + } + }, + { + "name": "Prefix Activate", + "scope": "support.function.prefix.Activate.mql5", + "settings": { + "foreground": "#a38728" + } + }, + { + "name": "Prefix Calendar", + "scope": "support.function.prefix.Calendar.mql5", + "settings": { + "foreground": "#e5b919" + } + }, + { + "name": "Prefix Capacity", + "scope": "support.function.prefix.Capacity.mql5", + "settings": { + "foreground": "#d6bd5b" + } + }, + { + "name": "Prefix Cholesky", + "scope": "support.function.prefix.Cholesky.mql5", + "settings": { + "foreground": "#b79814" + } + }, + { + "name": "Prefix Comparer", + "scope": "support.function.prefix.Comparer.mql5", + "settings": { + "foreground": "#ccb032" + } + }, + { + "name": "Prefix Contains", + "scope": "support.function.prefix.Contains.mql5", + "settings": { + "foreground": "#eace47" + } + }, + { + "name": "Prefix Contract", + "scope": "support.function.prefix.Contract.mql5", + "settings": { + "foreground": "#a38f28" + } + }, + { + "name": "Prefix Controls", + "scope": "support.function.prefix.Controls.mql5", + "settings": { + "foreground": "#e5c719" + } + }, + { + "name": "Prefix Convolve", + "scope": "support.function.prefix.Convolve.mql5", + "settings": { + "foreground": "#d6c55b" + } + }, + { + "name": "Prefix Currency", + "scope": "support.function.prefix.Currency.mql5", + "settings": { + "foreground": "#b7a214" + } + }, + { + "name": "Prefix Database", + "scope": "support.function.prefix.Database.mql5", + "settings": { + "foreground": "#ccba32" + } + }, + { + "name": "Prefix Decrease", + "scope": "support.function.prefix.Decrease.mql5", + "settings": { + "foreground": "#ead947" + } + }, + { + "name": "Prefix Exchange", + "scope": "support.function.prefix.Exchange.mql5", + "settings": { + "foreground": "#a39728" + } + }, + { + "name": "Prefix Features", + "scope": "support.function.prefix.Features.mql5", + "settings": { + "foreground": "#e5d419" + } + }, + { + "name": "Prefix Filename", + "scope": "support.function.prefix.Filename.mql5", + "settings": { + "foreground": "#d6cd5b" + } + }, + { + "name": "Prefix Gradient", + "scope": "support.function.prefix.Gradient.mql5", + "settings": { + "foreground": "#b7ad14" + } + }, + { + "name": "Prefix Identity", + "scope": "support.function.prefix.Identity.mql5", + "settings": { + "foreground": "#ccc432" + } + }, + { + "name": "Prefix Language", + "scope": "support.function.prefix.Language.mql5", + "settings": { + "foreground": "#eae347" + } + }, + { + "name": "Prefix Leverage", + "scope": "support.function.prefix.Leverage.mql5", + "settings": { + "foreground": "#a39f28" + } + }, + { + "name": "Prefix Maximize", + "scope": "support.function.prefix.Maximize.mql5", + "settings": { + "foreground": "#e5e119" + } + }, + { + "name": "Prefix Minimize", + "scope": "support.function.prefix.Minimize.mql5", + "settings": { + "foreground": "#d6d55b" + } + }, + { + "name": "Prefix Navigate", + "scope": "support.function.prefix.Navigate.mql5", + "settings": { + "foreground": "#b7b714" + } + }, + { + "name": "Prefix Overlaps", + "scope": "support.function.prefix.Overlaps.mql5", + "settings": { + "foreground": "#cacc32" + } + }, + { + "name": "Prefix Patterns", + "scope": "support.function.prefix.Patterns.mql5", + "settings": { + "foreground": "#e6ea47" + } + }, + { + "name": "Prefix Polyline", + "scope": "support.function.prefix.Polyline.mql5", + "settings": { + "foreground": "#9fa328" + } + }, + { + "name": "Prefix Position", + "scope": "support.function.prefix.Position.mql5", + "settings": { + "foreground": "#dce519" + } + }, + { + "name": "Prefix Previous", + "scope": "support.function.prefix.Previous.mql5", + "settings": { + "foreground": "#cfd65b" + } + }, + { + "name": "Prefix Products", + "scope": "support.function.prefix.Products.mql5", + "settings": { + "foreground": "#acb714" + } + }, + { + "name": "Prefix Quantile", + "scope": "support.function.prefix.Quantile.mql5", + "settings": { + "foreground": "#c0cc32" + } + }, + { + "name": "Prefix Receiver", + "scope": "support.function.prefix.Receiver.mql5", + "settings": { + "foreground": "#dcea47" + } + }, + { + "name": "Prefix Resource", + "scope": "support.function.prefix.Resource.mql5", + "settings": { + "foreground": "#97a328" + } + }, + { + "name": "Prefix Selected", + "scope": "support.function.prefix.Selected.mql5", + "settings": { + "foreground": "#cfe519" + } + }, + { + "name": "Prefix Shutdown", + "scope": "support.function.prefix.Shutdown.mql5", + "settings": { + "foreground": "#c7d65b" + } + }, + { + "name": "Prefix shutdown", + "scope": "support.function.prefix.shutdown.mql5", + "settings": { + "foreground": "#a2b714" + } + }, + { + "name": "Prefix Singular", + "scope": "support.function.prefix.Singular.mql5", + "settings": { + "foreground": "#b6cc32" + } + }, + { + "name": "Prefix Spectrum", + "scope": "support.function.prefix.Spectrum.mql5", + "settings": { + "foreground": "#d1ea47" + } + }, + { + "name": "Prefix Strategy", + "scope": "support.function.prefix.Strategy.mql5", + "settings": { + "foreground": "#8fa328" + } + }, + { + "name": "Prefix Terminal", + "scope": "support.function.prefix.Terminal.mql5", + "settings": { + "foreground": "#c1e519" + } + }, + { + "name": "Prefix Trailing", + "scope": "support.function.prefix.Trailing.mql5", + "settings": { + "foreground": "#bfd65b" + } + }, + { + "name": "Prefix Triangle", + "scope": "support.function.prefix.Triangle.mql5", + "settings": { + "foreground": "#97b714" + } + }, + { + "name": "Prefix Account", + "scope": "support.function.prefix.Account.mql5", + "settings": { + "foreground": "#accc32" + } + }, + { + "name": "Prefix Allowed", + "scope": "support.function.prefix.Allowed.mql5", + "settings": { + "foreground": "#c7ea47" + } + }, + { + "name": "Prefix Ambient", + "scope": "support.function.prefix.Ambient.mql5", + "settings": { + "foreground": "#87a328" + } + }, + { + "name": "Prefix Applied", + "scope": "support.function.prefix.Applied.mql5", + "settings": { + "foreground": "#b4e519" + } + }, + { + "name": "Prefix Average", + "scope": "support.function.prefix.Average.mql5", + "settings": { + "foreground": "#b7d65b" + } + }, + { + "name": "Prefix Balance", + "scope": "support.function.prefix.Balance.mql5", + "settings": { + "foreground": "#8db714" + } + }, + { + "name": "Prefix Buffers", + "scope": "support.function.prefix.Buffers.mql5", + "settings": { + "foreground": "#a2cc32" + } + }, + { + "name": "Prefix Caption", + "scope": "support.function.prefix.Caption.mql5", + "settings": { + "foreground": "#bcea47" + } + }, + { + "name": "Prefix Channel", + "scope": "support.function.prefix.Channel.mql5", + "settings": { + "foreground": "#7fa328" + } + }, + { + "name": "Prefix Checked", + "scope": "support.function.prefix.Checked.mql5", + "settings": { + "foreground": "#a7e519" + } + }, + { + "name": "Prefix Chinkou", + "scope": "support.function.prefix.Chinkou.mql5", + "settings": { + "foreground": "#afd65b" + } + }, + { + "name": "Prefix Comment", + "scope": "support.function.prefix.Comment.mql5", + "settings": { + "foreground": "#82b714" + } + }, + { + "name": "Prefix Company", + "scope": "support.function.prefix.Company.mql5", + "settings": { + "foreground": "#98cc32" + } + }, + { + "name": "Prefix Compare", + "scope": "support.function.prefix.Compare.mql5", + "settings": { + "foreground": "#b2ea47" + } + }, + { + "name": "Prefix Control", + "scope": "support.function.prefix.Control.mql5", + "settings": { + "foreground": "#77a328" + } + }, + { + "name": "Prefix Default", + "scope": "support.function.prefix.Default.mql5", + "settings": { + "foreground": "#9ae519" + } + }, + { + "name": "Prefix Dequeue", + "scope": "support.function.prefix.Dequeue.mql5", + "settings": { + "foreground": "#a7d65b" + } + }, + { + "name": "Prefix Destroy", + "scope": "support.function.prefix.Destroy.mql5", + "settings": { + "foreground": "#78b714" + } + }, + { + "name": "Prefix Disable", + "scope": "support.function.prefix.Disable.mql5", + "settings": { + "foreground": "#8ecc32" + } + }, + { + "name": "Prefix Dperiod", + "scope": "support.function.prefix.Dperiod.mql5", + "settings": { + "foreground": "#a7ea47" + } + }, + { + "name": "Prefix Dynamic", + "scope": "support.function.prefix.Dynamic.mql5", + "settings": { + "foreground": "#6fa328" + } + }, + { + "name": "Prefix Elliott", + "scope": "support.function.prefix.Elliott.mql5", + "settings": { + "foreground": "#8de519" + } + }, + { + "name": "Prefix Ellipse", + "scope": "support.function.prefix.Ellipse.mql5", + "settings": { + "foreground": "#9fd65b" + } + }, + { + "name": "Prefix Enqueue", + "scope": "support.function.prefix.Enqueue.mql5", + "settings": { + "foreground": "#6db714" + } + }, + { + "name": "Prefix Execute", + "scope": "support.function.prefix.Execute.mql5", + "settings": { + "foreground": "#84cc32" + } + }, + { + "name": "Prefix General", + "scope": "support.function.prefix.General.mql5", + "settings": { + "foreground": "#9cea47" + } + }, + { + "name": "Prefix Generic", + "scope": "support.function.prefix.Generic.mql5", + "settings": { + "foreground": "#67a328" + } + }, + { + "name": "Prefix Graphic", + "scope": "support.function.prefix.Graphic.mql5", + "settings": { + "foreground": "#80e519" + } + }, + { + "name": "Prefix History", + "scope": "support.function.prefix.History.mql5", + "settings": { + "foreground": "#98d65b" + } + }, + { + "name": "Prefix Integer", + "scope": "support.function.prefix.Integer.mql5", + "settings": { + "foreground": "#62b714" + } + }, + { + "name": "Prefix Inverse", + "scope": "support.function.prefix.Inverse.mql5", + "settings": { + "foreground": "#7acc32" + } + }, + { + "name": "Prefix Kperiod", + "scope": "support.function.prefix.Kperiod.mql5", + "settings": { + "foreground": "#92ea47" + } + }, + { + "name": "Prefix Locking", + "scope": "support.function.prefix.Locking.mql5", + "settings": { + "foreground": "#5fa328" + } + }, + { + "name": "Prefix Machine", + "scope": "support.function.prefix.Machine.mql5", + "settings": { + "foreground": "#72e519" + } + }, + { + "name": "Prefix Mamdani", + "scope": "support.function.prefix.Mamdani.mql5", + "settings": { + "foreground": "#90d65b" + } + }, + { + "name": "Prefix Maximum", + "scope": "support.function.prefix.Maximum.mql5", + "settings": { + "foreground": "#58b714" + } + }, + { + "name": "Prefix Message", + "scope": "support.function.prefix.Message.mql5", + "settings": { + "foreground": "#71cc32" + } + }, + { + "name": "Prefix Minimum", + "scope": "support.function.prefix.Minimum.mql5", + "settings": { + "foreground": "#87ea47" + } + }, + { + "name": "Prefix Modules", + "scope": "support.function.prefix.Modules.mql5", + "settings": { + "foreground": "#57a328" + } + }, + { + "name": "Prefix Objects", + "scope": "support.function.prefix.Objects.mql5", + "settings": { + "foreground": "#65e519" + } + }, + { + "name": "Prefix Percent", + "scope": "support.function.prefix.Percent.mql5", + "settings": { + "foreground": "#88d65b" + } + }, + { + "name": "Prefix Polygon", + "scope": "support.function.prefix.Polygon.mql5", + "settings": { + "foreground": "#4db714" + } + }, + { + "name": "Prefix Prepare", + "scope": "support.function.prefix.Prepare.mql5", + "settings": { + "foreground": "#67cc32" + } + }, + { + "name": "Prefix Pressed", + "scope": "support.function.prefix.Pressed.mql5", + "settings": { + "foreground": "#7dea47" + } + }, + { + "name": "Prefix Program", + "scope": "support.function.prefix.Program.mql5", + "settings": { + "foreground": "#4fa328" + } + }, + { + "name": "Prefix Rebound", + "scope": "support.function.prefix.Rebound.mql5", + "settings": { + "foreground": "#58e519" + } + }, + { + "name": "Prefix Reflect", + "scope": "support.function.prefix.Reflect.mql5", + "settings": { + "foreground": "#80d65b" + } + }, + { + "name": "Prefix Refresh", + "scope": "support.function.prefix.Refresh.mql5", + "settings": { + "foreground": "#43b714" + } + }, + { + "name": "Prefix Replace", + "scope": "support.function.prefix.Replace.mql5", + "settings": { + "foreground": "#5dcc32" + } + }, + { + "name": "Prefix Request", + "scope": "support.function.prefix.Request.mql5", + "settings": { + "foreground": "#72ea47" + } + }, + { + "name": "Prefix Reserve", + "scope": "support.function.prefix.Reserve.mql5", + "settings": { + "foreground": "#48a328" + } + }, + { + "name": "Prefix Reshape", + "scope": "support.function.prefix.Reshape.mql5", + "settings": { + "foreground": "#4be519" + } + }, + { + "name": "Prefix Reverse", + "scope": "support.function.prefix.Reverse.mql5", + "settings": { + "foreground": "#78d65b" + } + }, + { + "name": "Prefix Session", + "scope": "support.function.prefix.Session.mql5", + "settings": { + "foreground": "#38b714" + } + }, + { + "name": "Prefix Signals", + "scope": "support.function.prefix.Signals.mql5", + "settings": { + "foreground": "#53cc32" + } + }, + { + "name": "Prefix Slowing", + "scope": "support.function.prefix.Slowing.mql5", + "settings": { + "foreground": "#68ea47" + } + }, + { + "name": "Prefix Stopout", + "scope": "support.function.prefix.Stopout.mql5", + "settings": { + "foreground": "#40a328" + } + }, + { + "name": "Prefix Strings", + "scope": "support.function.prefix.Strings.mql5", + "settings": { + "foreground": "#3ee519" + } + }, + { + "name": "Prefix Support", + "scope": "support.function.prefix.Support.mql5", + "settings": { + "foreground": "#70d65b" + } + }, + { + "name": "Prefix Tooltip", + "scope": "support.function.prefix.Tooltip.mql5", + "settings": { + "foreground": "#2eb714" + } + }, + { + "name": "Prefix version", + "scope": "support.function.prefix.version.mql5", + "settings": { + "foreground": "#49cc32" + } + }, + { + "name": "Prefix Visible", + "scope": "support.function.prefix.Visible.mql5", + "settings": { + "foreground": "#5dea47" + } + }, + { + "name": "Prefix Windows", + "scope": "support.function.prefix.Windows.mql5", + "settings": { + "foreground": "#38a328" + } + }, + { + "name": "Prefix Anchor", + "scope": "support.function.prefix.Anchor.mql5", + "settings": { + "foreground": "#30e519" + } + }, + { + "name": "Prefix Append", + "scope": "support.function.prefix.Append.mql5", + "settings": { + "foreground": "#68d65b" + } + }, + { + "name": "Prefix Arrows", + "scope": "support.function.prefix.Arrows.mql5", + "settings": { + "foreground": "#23b714" + } + }, + { + "name": "Prefix Assign", + "scope": "support.function.prefix.Assign.mql5", + "settings": { + "foreground": "#3fcc32" + } + }, + { + "name": "Prefix Attach", + "scope": "support.function.prefix.Attach.mql5", + "settings": { + "foreground": "#53ea47" + } + }, + { + "name": "Prefix Binary", + "scope": "support.function.prefix.Binary.mql5", + "settings": { + "foreground": "#30a328" + } + }, + { + "name": "Prefix Border", + "scope": "support.function.prefix.Border.mql5", + "settings": { + "foreground": "#23e519" + } + }, + { + "name": "Prefix Bottom", + "scope": "support.function.prefix.Bottom.mql5", + "settings": { + "foreground": "#60d65b" + } + }, + { + "name": "Prefix Buffer", + "scope": "support.function.prefix.Buffer.mql5", + "settings": { + "foreground": "#19b714" + } + }, + { + "name": "Prefix Circle", + "scope": "support.function.prefix.Circle.mql5", + "settings": { + "foreground": "#35cc32" + } + }, + { + "name": "Prefix Client", + "scope": "support.function.prefix.Client.mql5", + "settings": { + "foreground": "#48ea47" + } + }, + { + "name": "Prefix Common", + "scope": "support.function.prefix.Common.mql5", + "settings": { + "foreground": "#28a329" + } + }, + { + "name": "Prefix Concat", + "scope": "support.function.prefix.Concat.mql5", + "settings": { + "foreground": "#19e51c" + } + }, + { + "name": "Prefix Corner", + "scope": "support.function.prefix.Corner.mql5", + "settings": { + "foreground": "#5bd65e" + } + }, + { + "name": "Prefix Create", + "scope": "support.function.prefix.Create.mql5", + "settings": { + "foreground": "#14b71a" + } + }, + { + "name": "Prefix Credit", + "scope": "support.function.prefix.Credit.mql5", + "settings": { + "foreground": "#32cc3a" + } + }, + { + "name": "Prefix Curves", + "scope": "support.function.prefix.Curves.mql5", + "settings": { + "foreground": "#47ea50" + } + }, + { + "name": "Prefix Custom", + "scope": "support.function.prefix.Custom.mql5", + "settings": { + "foreground": "#28a331" + } + }, + { + "name": "Prefix Degree", + "scope": "support.function.prefix.Degree.mql5", + "settings": { + "foreground": "#19e529" + } + }, + { + "name": "Prefix Deinit", + "scope": "support.function.prefix.Deinit.mql5", + "settings": { + "foreground": "#5bd666" + } + }, + { + "name": "Prefix Delete", + "scope": "support.function.prefix.Delete.mql5", + "settings": { + "foreground": "#14b724" + } + }, + { + "name": "Prefix Detach", + "scope": "support.function.prefix.Detach.mql5", + "settings": { + "foreground": "#32cc44" + } + }, + { + "name": "Prefix Digits", + "scope": "support.function.prefix.Digits.mql5", + "settings": { + "foreground": "#47ea5b" + } + }, + { + "name": "Prefix Double", + "scope": "support.function.prefix.Double.mql5", + "settings": { + "foreground": "#28a339" + } + }, + { + "name": "Prefix Enable", + "scope": "support.function.prefix.Enable.mql5", + "settings": { + "foreground": "#19e536" + } + }, + { + "name": "Prefix Equals", + "scope": "support.function.prefix.Equals.mql5", + "settings": { + "foreground": "#5bd66e" + } + }, + { + "name": "Prefix Equity", + "scope": "support.function.prefix.Equity.mql5", + "settings": { + "foreground": "#14b72f" + } + }, + { + "name": "Prefix Except", + "scope": "support.function.prefix.Except.mql5", + "settings": { + "foreground": "#32cc4d" + } + }, + { + "name": "Prefix Expert", + "scope": "support.function.prefix.Expert.mql5", + "settings": { + "foreground": "#47ea65" + } + }, + { + "name": "Prefix Filled", + "scope": "support.function.prefix.Filled.mql5", + "settings": { + "foreground": "#28a340" + } + }, + { + "name": "Prefix Folder", + "scope": "support.function.prefix.Folder.mql5", + "settings": { + "foreground": "#19e543" + } + }, + { + "name": "Prefix Format", + "scope": "support.function.prefix.Format.mql5", + "settings": { + "foreground": "#5bd676" + } + }, + { + "name": "Prefix Freeze", + "scope": "support.function.prefix.Freeze.mql5", + "settings": { + "foreground": "#14b739" + } + }, + { + "name": "Prefix Global", + "scope": "support.function.prefix.Global.mql5", + "settings": { + "foreground": "#32cc57" + } + }, + { + "name": "Prefix Handle", + "scope": "support.function.prefix.Handle.mql5", + "settings": { + "foreground": "#47ea70" + } + }, + { + "name": "Prefix Height", + "scope": "support.function.prefix.Height.mql5", + "settings": { + "foreground": "#28a348" + } + }, + { + "name": "Prefix Hsplit", + "scope": "support.function.prefix.Hsplit.mql5", + "settings": { + "foreground": "#19e551" + } + }, + { + "name": "Prefix Ignore", + "scope": "support.function.prefix.Ignore.mql5", + "settings": { + "foreground": "#5bd67e" + } + }, + { + "name": "Prefix Indent", + "scope": "support.function.prefix.Indent.mql5", + "settings": { + "foreground": "#14b744" + } + }, + { + "name": "Prefix Insert", + "scope": "support.function.prefix.Insert.mql5", + "settings": { + "foreground": "#32cc61" + } + }, + { + "name": "Prefix Invert", + "scope": "support.function.prefix.Invert.mql5", + "settings": { + "foreground": "#47ea7a" + } + }, + { + "name": "Prefix Kernel", + "scope": "support.function.prefix.Kernel.mql5", + "settings": { + "foreground": "#28a350" + } + }, + { + "name": "Prefix Legend", + "scope": "support.function.prefix.Legend.mql5", + "settings": { + "foreground": "#19e55e" + } + }, + { + "name": "Prefix Levels", + "scope": "support.function.prefix.Levels.mql5", + "settings": { + "foreground": "#5bd686" + } + }, + { + "name": "Prefix Linear", + "scope": "support.function.prefix.Linear.mql5", + "settings": { + "foreground": "#14b74e" + } + }, + { + "name": "Prefix Margin", + "scope": "support.function.prefix.Margin.mql5", + "settings": { + "foreground": "#32cc6b" + } + }, + { + "name": "Prefix Market", + "scope": "support.function.prefix.Market.mql5", + "settings": { + "foreground": "#47ea85" + } + }, + { + "name": "Prefix Median", + "scope": "support.function.prefix.Median.mql5", + "settings": { + "foreground": "#28a358" + } + }, + { + "name": "Prefix Memory", + "scope": "support.function.prefix.Memory.mql5", + "settings": { + "foreground": "#19e56b" + } + }, + { + "name": "Prefix Method", + "scope": "support.function.prefix.Method.mql5", + "settings": { + "foreground": "#5bd68e" + } + }, + { + "name": "Prefix Object", + "scope": "support.function.prefix.Object.mql5", + "settings": { + "foreground": "#14b759" + } + }, + { + "name": "Prefix Offset", + "scope": "support.function.prefix.Offset.mql5", + "settings": { + "foreground": "#32cc75" + } + }, + { + "name": "Prefix Orders", + "scope": "support.function.prefix.Orders.mql5", + "settings": { + "foreground": "#47ea90" + } + }, + { + "name": "Prefix Output", + "scope": "support.function.prefix.Output.mql5", + "settings": { + "foreground": "#28a360" + } + }, + { + "name": "Prefix Panels", + "scope": "support.function.prefix.Panels.mql5", + "settings": { + "foreground": "#19e578" + } + }, + { + "name": "Prefix Parent", + "scope": "support.function.prefix.Parent.mql5", + "settings": { + "foreground": "#5bd696" + } + }, + { + "name": "Prefix Period", + "scope": "support.function.prefix.Period.mql5", + "settings": { + "foreground": "#14b764" + } + }, + { + "name": "Prefix Points", + "scope": "support.function.prefix.Points.mql5", + "settings": { + "foreground": "#32cc7f" + } + }, + { + "name": "Prefix Profit", + "scope": "support.function.prefix.Profit.mql5", + "settings": { + "foreground": "#47ea9a" + } + }, + { + "name": "Prefix Pseudo", + "scope": "support.function.prefix.Pseudo.mql5", + "settings": { + "foreground": "#28a368" + } + }, + { + "name": "Prefix Random", + "scope": "support.function.prefix.Random.mql5", + "settings": { + "foreground": "#19e585" + } + }, + { + "name": "Prefix Redraw", + "scope": "support.function.prefix.Redraw.mql5", + "settings": { + "foreground": "#5bd69e" + } + }, + { + "name": "Prefix Reduce", + "scope": "support.function.prefix.Reduce.mql5", + "settings": { + "foreground": "#14b76e" + } + }, + { + "name": "Prefix Remove", + "scope": "support.function.prefix.Remove.mql5", + "settings": { + "foreground": "#32cc89" + } + }, + { + "name": "Prefix Render", + "scope": "support.function.prefix.Render.mql5", + "settings": { + "foreground": "#47eaa5" + } + }, + { + "name": "Prefix Resize", + "scope": "support.function.prefix.Resize.mql5", + "settings": { + "foreground": "#28a370" + } + }, + { + "name": "Prefix Result", + "scope": "support.function.prefix.Result.mql5", + "settings": { + "foreground": "#19e593" + } + }, + { + "name": "Prefix Screen", + "scope": "support.function.prefix.Screen.mql5", + "settings": { + "foreground": "#5bd6a6" + } + }, + { + "name": "Prefix Search", + "scope": "support.function.prefix.Search.mql5", + "settings": { + "foreground": "#14b779" + } + }, + { + "name": "Prefix Select", + "scope": "support.function.prefix.Select.mql5", + "settings": { + "foreground": "#32cc93" + } + }, + { + "name": "Prefix Senkou", + "scope": "support.function.prefix.Senkou.mql5", + "settings": { + "foreground": "#47eaaf" + } + }, + { + "name": "Prefix Series", + "scope": "support.function.prefix.Series.mql5", + "settings": { + "foreground": "#28a378" + } + }, + { + "name": "Prefix Server", + "scope": "support.function.prefix.Server.mql5", + "settings": { + "foreground": "#19e5a0" + } + }, + { + "name": "Prefix Signal", + "scope": "support.function.prefix.Signal.mql5", + "settings": { + "foreground": "#5bd6ad" + } + }, + { + "name": "Prefix Socket", + "scope": "support.function.prefix.Socket.mql5", + "settings": { + "foreground": "#14b783" + } + }, + { + "name": "Prefix Spread", + "scope": "support.function.prefix.Spread.mql5", + "settings": { + "foreground": "#32cc9d" + } + }, + { + "name": "Prefix Status", + "scope": "support.function.prefix.Status.mql5", + "settings": { + "foreground": "#47eaba" + } + }, + { + "name": "Prefix String", + "scope": "support.function.prefix.String.mql5", + "settings": { + "foreground": "#28a380" + } + }, + { + "name": "Prefix Struct", + "scope": "support.function.prefix.Struct.mql5", + "settings": { + "foreground": "#19e5ad" + } + }, + { + "name": "Prefix Subwin", + "scope": "support.function.prefix.Subwin.mql5", + "settings": { + "foreground": "#5bd6b5" + } + }, + { + "name": "Prefix Sugeno", + "scope": "support.function.prefix.Sugeno.mql5", + "settings": { + "foreground": "#14b78e" + } + }, + { + "name": "Prefix Symbol", + "scope": "support.function.prefix.Symbol.mql5", + "settings": { + "foreground": "#32cca6" + } + }, + { + "name": "Prefix Tenkan", + "scope": "support.function.prefix.Tenkan.mql5", + "settings": { + "foreground": "#47eac4" + } + }, + { + "name": "Prefix Tester", + "scope": "support.function.prefix.Tester.mql5", + "settings": { + "foreground": "#28a388" + } + }, + { + "name": "Prefix Ticket", + "scope": "support.function.prefix.Ticket.mql5", + "settings": { + "foreground": "#19e5ba" + } + }, + { + "name": "Prefix Update", + "scope": "support.function.prefix.Update.mql5", + "settings": { + "foreground": "#5bd6bd" + } + }, + { + "name": "Prefix Values", + "scope": "support.function.prefix.Values.mql5", + "settings": { + "foreground": "#14b798" + } + }, + { + "name": "Prefix Volume", + "scope": "support.function.prefix.Volume.mql5", + "settings": { + "foreground": "#32ccb0" + } + }, + { + "name": "Prefix Vsplit", + "scope": "support.function.prefix.Vsplit.mql5", + "settings": { + "foreground": "#47eacf" + } + }, + { + "name": "Prefix Weight", + "scope": "support.function.prefix.Weight.mql5", + "settings": { + "foreground": "#28a390" + } + }, + { + "name": "Prefix Window", + "scope": "support.function.prefix.Window.mql5", + "settings": { + "foreground": "#19e5c7" + } + }, + { + "name": "Prefix Alert", + "scope": "support.function.prefix.Alert.mql5", + "settings": { + "foreground": "#5bd6c5" + } + }, + { + "name": "Prefix Align", + "scope": "support.function.prefix.Align.mql5", + "settings": { + "foreground": "#14b7a3" + } + }, + { + "name": "Prefix Angle", + "scope": "support.function.prefix.Angle.mql5", + "settings": { + "foreground": "#32ccba" + } + }, + { + "name": "Prefix Apply", + "scope": "support.function.prefix.Apply.mql5", + "settings": { + "foreground": "#47ead9" + } + }, + { + "name": "Prefix Array", + "scope": "support.function.prefix.Array.mql5", + "settings": { + "foreground": "#28a397" + } + }, + { + "name": "Prefix Arrow", + "scope": "support.function.prefix.Arrow.mql5", + "settings": { + "foreground": "#19e5d5" + } + }, + { + "name": "Prefix Basic", + "scope": "support.function.prefix.Basic.mql5", + "settings": { + "foreground": "#5bd6cd" + } + }, + { + "name": "Prefix Bring", + "scope": "support.function.prefix.Bring.mql5", + "settings": { + "foreground": "#14b7ad" + } + }, + { + "name": "Prefix Build", + "scope": "support.function.prefix.Build.mql5", + "settings": { + "foreground": "#32ccc4" + } + }, + { + "name": "Prefix Chart", + "scope": "support.function.prefix.Chart.mql5", + "settings": { + "foreground": "#47eae4" + } + }, + { + "name": "Prefix Check", + "scope": "support.function.prefix.Check.mql5", + "settings": { + "foreground": "#28a39f" + } + }, + { + "name": "Prefix Clear", + "scope": "support.function.prefix.Clear.mql5", + "settings": { + "foreground": "#19e5e2" + } + }, + { + "name": "Prefix Clone", + "scope": "support.function.prefix.Clone.mql5", + "settings": { + "foreground": "#5bd6d5" + } + }, + { + "name": "Prefix Close", + "scope": "support.function.prefix.Close.mql5", + "settings": { + "foreground": "#14b6b7" + } + }, + { + "name": "Prefix Color", + "scope": "support.function.prefix.Color.mql5", + "settings": { + "foreground": "#32c9cc" + } + }, + { + "name": "Prefix Count", + "scope": "support.function.prefix.Count.mql5", + "settings": { + "foreground": "#47e6ea" + } + }, + { + "name": "Prefix Crypt", + "scope": "support.function.prefix.Crypt.mql5", + "settings": { + "foreground": "#289ea3" + } + }, + { + "name": "Prefix Curve", + "scope": "support.function.prefix.Curve.mql5", + "settings": { + "foreground": "#19dbe5" + } + }, + { + "name": "Prefix Debug", + "scope": "support.function.prefix.Debug.mql5", + "settings": { + "foreground": "#5bced6" + } + }, + { + "name": "Prefix Delta", + "scope": "support.function.prefix.Delta.mql5", + "settings": { + "foreground": "#14acb7" + } + }, + { + "name": "Prefix Eigen", + "scope": "support.function.prefix.Eigen.mql5", + "settings": { + "foreground": "#32bfcc" + } + }, + { + "name": "Prefix Empty", + "scope": "support.function.prefix.Empty.mql5", + "settings": { + "foreground": "#47dbea" + } + }, + { + "name": "Prefix Entry", + "scope": "support.function.prefix.Entry.mql5", + "settings": { + "foreground": "#2896a3" + } + }, + { + "name": "Prefix Erase", + "scope": "support.function.prefix.Erase.mql5", + "settings": { + "foreground": "#19cee5" + } + }, + { + "name": "Prefix Event", + "scope": "support.function.prefix.Event.mql5", + "settings": { + "foreground": "#5bc7d6" + } + }, + { + "name": "Prefix Every", + "scope": "support.function.prefix.Every.mql5", + "settings": { + "foreground": "#14a1b7" + } + }, + { + "name": "Prefix Files", + "scope": "support.function.prefix.Files.mql5", + "settings": { + "foreground": "#32b5cc" + } + }, + { + "name": "Prefix First", + "scope": "support.function.prefix.First.mql5", + "settings": { + "foreground": "#47d1ea" + } + }, + { + "name": "Prefix Fixed", + "scope": "support.function.prefix.Fixed.mql5", + "settings": { + "foreground": "#288ea3" + } + }, + { + "name": "Prefix Flags", + "scope": "support.function.prefix.Flags.mql5", + "settings": { + "foreground": "#19c1e5" + } + }, + { + "name": "Prefix Flush", + "scope": "support.function.prefix.Flush.mql5", + "settings": { + "foreground": "#5bbfd6" + } + }, + { + "name": "Prefix Frame", + "scope": "support.function.prefix.Frame.mql5", + "settings": { + "foreground": "#1497b7" + } + }, + { + "name": "Prefix Fuzzy", + "scope": "support.function.prefix.Fuzzy.mql5", + "settings": { + "foreground": "#32abcc" + } + }, + { + "name": "Prefix Graph", + "scope": "support.function.prefix.Graph.mql5", + "settings": { + "foreground": "#47c6ea" + } + }, + { + "name": "Prefix Index", + "scope": "support.function.prefix.Index.mql5", + "settings": { + "foreground": "#2886a3" + } + }, + { + "name": "Prefix Indic", + "scope": "support.function.prefix.Indic.mql5", + "settings": { + "foreground": "#19b4e5" + } + }, + { + "name": "Prefix Inner", + "scope": "support.function.prefix.Inner.mql5", + "settings": { + "foreground": "#5bb7d6" + } + }, + { + "name": "Prefix Input", + "scope": "support.function.prefix.Input.mql5", + "settings": { + "foreground": "#148cb7" + } + }, + { + "name": "Prefix Kijun", + "scope": "support.function.prefix.Kijun.mql5", + "settings": { + "foreground": "#32a1cc" + } + }, + { + "name": "Prefix Label", + "scope": "support.function.prefix.Label.mql5", + "settings": { + "foreground": "#47bcea" + } + }, + { + "name": "Prefix Least", + "scope": "support.function.prefix.Least.mql5", + "settings": { + "foreground": "#287ea3" + } + }, + { + "name": "Prefix Level", + "scope": "support.function.prefix.Level.mql5", + "settings": { + "foreground": "#19a6e5" + } + }, + { + "name": "Prefix Light", + "scope": "support.function.prefix.Light.mql5", + "settings": { + "foreground": "#5bafd6" + } + }, + { + "name": "Prefix Limit", + "scope": "support.function.prefix.Limit.mql5", + "settings": { + "foreground": "#1481b7" + } + }, + { + "name": "Prefix Lines", + "scope": "support.function.prefix.Lines.mql5", + "settings": { + "foreground": "#3298cc" + } + }, + { + "name": "Prefix Login", + "scope": "support.function.prefix.Login.mql5", + "settings": { + "foreground": "#47b1ea" + } + }, + { + "name": "Prefix login", + "scope": "support.function.prefix.login.mql5", + "settings": { + "foreground": "#2877a3" + } + }, + { + "name": "Prefix Lower", + "scope": "support.function.prefix.Lower.mql5", + "settings": { + "foreground": "#1999e5" + } + }, + { + "name": "Prefix Magic", + "scope": "support.function.prefix.Magic.mql5", + "settings": { + "foreground": "#5ba7d6" + } + }, + { + "name": "Prefix Major", + "scope": "support.function.prefix.Major.mql5", + "settings": { + "foreground": "#1477b7" + } + }, + { + "name": "Prefix Marks", + "scope": "support.function.prefix.Marks.mql5", + "settings": { + "foreground": "#328ecc" + } + }, + { + "name": "Prefix Minus", + "scope": "support.function.prefix.Minus.mql5", + "settings": { + "foreground": "#47a6ea" + } + }, + { + "name": "Prefix Money", + "scope": "support.function.prefix.Money.mql5", + "settings": { + "foreground": "#286fa3" + } + }, + { + "name": "Prefix Month", + "scope": "support.function.prefix.Month.mql5", + "settings": { + "foreground": "#198ce5" + } + }, + { + "name": "Prefix Mouse", + "scope": "support.function.prefix.Mouse.mql5", + "settings": { + "foreground": "#5b9fd6" + } + }, + { + "name": "Prefix Order", + "scope": "support.function.prefix.Order.mql5", + "settings": { + "foreground": "#146cb7" + } + }, + { + "name": "Prefix Outer", + "scope": "support.function.prefix.Outer.mql5", + "settings": { + "foreground": "#3284cc" + } + }, + { + "name": "Prefix Owner", + "scope": "support.function.prefix.Owner.mql5", + "settings": { + "foreground": "#479cea" + } + }, + { + "name": "Prefix Param", + "scope": "support.function.prefix.Param.mql5", + "settings": { + "foreground": "#2867a3" + } + }, + { + "name": "Prefix Parse", + "scope": "support.function.prefix.Parse.mql5", + "settings": { + "foreground": "#197fe5" + } + }, + { + "name": "Prefix Pixel", + "scope": "support.function.prefix.Pixel.mql5", + "settings": { + "foreground": "#5b97d6" + } + }, + { + "name": "Prefix Point", + "scope": "support.function.prefix.Point.mql5", + "settings": { + "foreground": "#1462b7" + } + }, + { + "name": "Prefix Polar", + "scope": "support.function.prefix.Polar.mql5", + "settings": { + "foreground": "#327acc" + } + }, + { + "name": "Prefix Power", + "scope": "support.function.prefix.Power.mql5", + "settings": { + "foreground": "#4791ea" + } + }, + { + "name": "Prefix Price", + "scope": "support.function.prefix.Price.mql5", + "settings": { + "foreground": "#285fa3" + } + }, + { + "name": "Prefix Print", + "scope": "support.function.prefix.Print.mql5", + "settings": { + "foreground": "#1972e5" + } + }, + { + "name": "Prefix Reset", + "scope": "support.function.prefix.Reset.mql5", + "settings": { + "foreground": "#5b8fd6" + } + }, + { + "name": "Prefix Right", + "scope": "support.function.prefix.Right.mql5", + "settings": { + "foreground": "#1457b7" + } + }, + { + "name": "Prefix Rules", + "scope": "support.function.prefix.Rules.mql5", + "settings": { + "foreground": "#3270cc" + } + }, + { + "name": "Prefix Scale", + "scope": "support.function.prefix.Scale.mql5", + "settings": { + "foreground": "#4787ea" + } + }, + { + "name": "Prefix Shape", + "scope": "support.function.prefix.Shape.mql5", + "settings": { + "foreground": "#2857a3" + } + }, + { + "name": "Prefix Shift", + "scope": "support.function.prefix.Shift.mql5", + "settings": { + "foreground": "#1964e5" + } + }, + { + "name": "Prefix Short", + "scope": "support.function.prefix.Short.mql5", + "settings": { + "foreground": "#5b87d6" + } + }, + { + "name": "Prefix Sigma", + "scope": "support.function.prefix.Sigma.mql5", + "settings": { + "foreground": "#144db7" + } + }, + { + "name": "Prefix Sleep", + "scope": "support.function.prefix.Sleep.mql5", + "settings": { + "foreground": "#3266cc" + } + }, + { + "name": "Prefix Solve", + "scope": "support.function.prefix.Solve.mql5", + "settings": { + "foreground": "#477cea" + } + }, + { + "name": "Prefix Split", + "scope": "support.function.prefix.Split.mql5", + "settings": { + "foreground": "#284fa3" + } + }, + { + "name": "Prefix Start", + "scope": "support.function.prefix.Start.mql5", + "settings": { + "foreground": "#1957e5" + } + }, + { + "name": "Prefix State", + "scope": "support.function.prefix.State.mql5", + "settings": { + "foreground": "#5b7fd6" + } + }, + { + "name": "Prefix Steps", + "scope": "support.function.prefix.Steps.mql5", + "settings": { + "foreground": "#1442b7" + } + }, + { + "name": "Prefix Stops", + "scope": "support.function.prefix.Stops.mql5", + "settings": { + "foreground": "#325ccc" + } + }, + { + "name": "Prefix Store", + "scope": "support.function.prefix.Store.mql5", + "settings": { + "foreground": "#4772ea" + } + }, + { + "name": "Prefix Style", + "scope": "support.function.prefix.Style.mql5", + "settings": { + "foreground": "#2847a3" + } + }, + { + "name": "Prefix Teeth", + "scope": "support.function.prefix.Teeth.mql5", + "settings": { + "foreground": "#194ae5" + } + }, + { + "name": "Prefix Terms", + "scope": "support.function.prefix.Terms.mql5", + "settings": { + "foreground": "#5b77d6" + } + }, + { + "name": "Prefix Ticks", + "scope": "support.function.prefix.Ticks.mql5", + "settings": { + "foreground": "#1438b7" + } + }, + { + "name": "Prefix Total", + "scope": "support.function.prefix.Total.mql5", + "settings": { + "foreground": "#3252cc" + } + }, + { + "name": "Prefix Trace", + "scope": "support.function.prefix.Trace.mql5", + "settings": { + "foreground": "#4767ea" + } + }, + { + "name": "Prefix Trade", + "scope": "support.function.prefix.Trade.mql5", + "settings": { + "foreground": "#283fa3" + } + }, + { + "name": "Prefix Trend", + "scope": "support.function.prefix.Trend.mql5", + "settings": { + "foreground": "#193de5" + } + }, + { + "name": "Prefix Union", + "scope": "support.function.prefix.Union.mql5", + "settings": { + "foreground": "#5b70d6" + } + }, + { + "name": "Prefix Upper", + "scope": "support.function.prefix.Upper.mql5", + "settings": { + "foreground": "#142db7" + } + }, + { + "name": "Prefix Value", + "scope": "support.function.prefix.Value.mql5", + "settings": { + "foreground": "#3248cc" + } + }, + { + "name": "Prefix Width", + "scope": "support.function.prefix.Width.mql5", + "settings": { + "foreground": "#475dea" + } + }, + { + "name": "Prefix Write", + "scope": "support.function.prefix.Write.mql5", + "settings": { + "foreground": "#2837a3" + } + }, + { + "name": "Prefix Zeros", + "scope": "support.function.prefix.Zeros.mql5", + "settings": { + "foreground": "#1930e5" + } + }, + { + "name": "Prefix Auto", + "scope": "support.function.prefix.Auto.mql5", + "settings": { + "foreground": "#5b68d6" + } + }, + { + "name": "Prefix Back", + "scope": "support.function.prefix.Back.mql5", + "settings": { + "foreground": "#1423b7" + } + }, + { + "name": "Prefix Bank", + "scope": "support.function.prefix.Bank.mql5", + "settings": { + "foreground": "#323fcc" + } + }, + { + "name": "Prefix Bars", + "scope": "support.function.prefix.Bars.mql5", + "settings": { + "foreground": "#4752ea" + } + }, + { + "name": "Prefix Base", + "scope": "support.function.prefix.Base.mql5", + "settings": { + "foreground": "#282fa3" + } + }, + { + "name": "Prefix Bill", + "scope": "support.function.prefix.Bill.mql5", + "settings": { + "foreground": "#1923e5" + } + }, + { + "name": "Prefix Char", + "scope": "support.function.prefix.Char.mql5", + "settings": { + "foreground": "#5b60d6" + } + }, + { + "name": "Prefix Clip", + "scope": "support.function.prefix.Clip.mql5", + "settings": { + "foreground": "#1418b7" + } + }, + { + "name": "Prefix Code", + "scope": "support.function.prefix.Code.mql5", + "settings": { + "foreground": "#3235cc" + } + }, + { + "name": "Prefix Cols", + "scope": "support.function.prefix.Cols.mql5", + "settings": { + "foreground": "#4747ea" + } + }, + { + "name": "Prefix Cond", + "scope": "support.function.prefix.Cond.mql5", + "settings": { + "foreground": "#2928a3" + } + }, + { + "name": "Prefix Copy", + "scope": "support.function.prefix.Copy.mql5", + "settings": { + "foreground": "#1d19e5" + } + }, + { + "name": "Prefix Data", + "scope": "support.function.prefix.Data.mql5", + "settings": { + "foreground": "#5f5bd6" + } + }, + { + "name": "Prefix Date", + "scope": "support.function.prefix.Date.mql5", + "settings": { + "foreground": "#1a14b7" + } + }, + { + "name": "Prefix Days", + "scope": "support.function.prefix.Days.mql5", + "settings": { + "foreground": "#3a32cc" + } + }, + { + "name": "Prefix Deal", + "scope": "support.function.prefix.Deal.mql5", + "settings": { + "foreground": "#5147ea" + } + }, + { + "name": "Prefix Diag", + "scope": "support.function.prefix.Diag.mql5", + "settings": { + "foreground": "#3128a3" + } + }, + { + "name": "Prefix Disk", + "scope": "support.function.prefix.Disk.mql5", + "settings": { + "foreground": "#2a19e5" + } + }, + { + "name": "Prefix Drag", + "scope": "support.function.prefix.Drag.mql5", + "settings": { + "foreground": "#675bd6" + } + }, + { + "name": "Prefix DRAW", + "scope": "support.function.prefix.DRAW.mql5", + "settings": { + "foreground": "#2514b7" + } + }, + { + "name": "Prefix Draw", + "scope": "support.function.prefix.Draw.mql5", + "settings": { + "foreground": "#4432cc" + } + }, + { + "name": "Prefix Enum", + "scope": "support.function.prefix.Enum.mql5", + "settings": { + "foreground": "#5b47ea" + } + }, + { + "name": "Prefix Fast", + "scope": "support.function.prefix.Fast.mql5", + "settings": { + "foreground": "#3928a3" + } + }, + { + "name": "Prefix File", + "scope": "support.function.prefix.File.mql5", + "settings": { + "foreground": "#3719e5" + } + }, + { + "name": "Prefix Fill", + "scope": "support.function.prefix.Fill.mql5", + "settings": { + "foreground": "#6f5bd6" + } + }, + { + "name": "Prefix Find", + "scope": "support.function.prefix.Find.mql5", + "settings": { + "foreground": "#2f14b7" + } + }, + { + "name": "Prefix Flat", + "scope": "support.function.prefix.Flat.mql5", + "settings": { + "foreground": "#4e32cc" + } + }, + { + "name": "Prefix Font", + "scope": "support.function.prefix.Font.mql5", + "settings": { + "foreground": "#6647ea" + } + }, + { + "name": "Prefix Free", + "scope": "support.function.prefix.Free.mql5", + "settings": { + "foreground": "#4128a3" + } + }, + { + "name": "Prefix Full", + "scope": "support.function.prefix.Full.mql5", + "settings": { + "foreground": "#4419e5" + } + }, + { + "name": "Prefix Gann", + "scope": "support.function.prefix.Gann.mql5", + "settings": { + "foreground": "#775bd6" + } + }, + { + "name": "Prefix Grid", + "scope": "support.function.prefix.Grid.mql5", + "settings": { + "foreground": "#3a14b7" + } + }, + { + "name": "Prefix Hash", + "scope": "support.function.prefix.Hash.mql5", + "settings": { + "foreground": "#5832cc" + } + }, + { + "name": "Prefix Head", + "scope": "support.function.prefix.Head.mql5", + "settings": { + "foreground": "#7147ea" + } + }, + { + "name": "Prefix Hide", + "scope": "support.function.prefix.Hide.mql5", + "settings": { + "foreground": "#4928a3" + } + }, + { + "name": "Prefix High", + "scope": "support.function.prefix.High.mql5", + "settings": { + "foreground": "#5119e5" + } + }, + { + "name": "Prefix Hour", + "scope": "support.function.prefix.Hour.mql5", + "settings": { + "foreground": "#7e5bd6" + } + }, + { + "name": "Prefix Info", + "scope": "support.function.prefix.Info.mql5", + "settings": { + "foreground": "#4514b7" + } + }, + { + "name": "Prefix Init", + "scope": "support.function.prefix.Init.mql5", + "settings": { + "foreground": "#6232cc" + } + }, + { + "name": "Prefix Kron", + "scope": "support.function.prefix.Kron.mql5", + "settings": { + "foreground": "#7b47ea" + } + }, + { + "name": "Prefix Last", + "scope": "support.function.prefix.Last.mql5", + "settings": { + "foreground": "#5128a3" + } + }, + { + "name": "Prefix Left", + "scope": "support.function.prefix.Left.mql5", + "settings": { + "foreground": "#5f19e5" + } + }, + { + "name": "Prefix Line", + "scope": "support.function.prefix.Line.mql5", + "settings": { + "foreground": "#865bd6" + } + }, + { + "name": "Prefix Lips", + "scope": "support.function.prefix.Lips.mql5", + "settings": { + "foreground": "#4f14b7" + } + }, + { + "name": "Prefix List", + "scope": "support.function.prefix.List.mql5", + "settings": { + "foreground": "#6c32cc" + } + }, + { + "name": "Prefix Load", + "scope": "support.function.prefix.Load.mql5", + "settings": { + "foreground": "#8647ea" + } + }, + { + "name": "Prefix Long", + "scope": "support.function.prefix.Long.mql5", + "settings": { + "foreground": "#5928a3" + } + }, + { + "name": "Prefix Loss", + "scope": "support.function.prefix.Loss.mql5", + "settings": { + "foreground": "#6c19e5" + } + }, + { + "name": "Prefix Lots", + "scope": "support.function.prefix.Lots.mql5", + "settings": { + "foreground": "#8e5bd6" + } + }, + { + "name": "Prefix Main", + "scope": "support.function.prefix.Main.mql5", + "settings": { + "foreground": "#5a14b7" + } + }, + { + "name": "Prefix Math", + "scope": "support.function.prefix.Math.mql5", + "settings": { + "foreground": "#7632cc" + } + }, + { + "name": "Prefix Mean", + "scope": "support.function.prefix.Mean.mql5", + "settings": { + "foreground": "#9047ea" + } + }, + { + "name": "Prefix Mode", + "scope": "support.function.prefix.Mode.mql5", + "settings": { + "foreground": "#6128a3" + } + }, + { + "name": "Prefix Move", + "scope": "support.function.prefix.Move.mql5", + "settings": { + "foreground": "#7919e5" + } + }, + { + "name": "Prefix Name", + "scope": "support.function.prefix.Name.mql5", + "settings": { + "foreground": "#965bd6" + } + }, + { + "name": "Prefix Next", + "scope": "support.function.prefix.Next.mql5", + "settings": { + "foreground": "#6414b7" + } + }, + { + "name": "Prefix Norm", + "scope": "support.function.prefix.Norm.mql5", + "settings": { + "foreground": "#7f32cc" + } + }, + { + "name": "Prefix Ones", + "scope": "support.function.prefix.Ones.mql5", + "settings": { + "foreground": "#9b47ea" + } + }, + { + "name": "Prefix ONNX", + "scope": "support.function.prefix.ONNX.mql5", + "settings": { + "foreground": "#6828a3" + } + }, + { + "name": "Prefix Onnx", + "scope": "support.function.prefix.Onnx.mql5", + "settings": { + "foreground": "#8619e5" + } + }, + { + "name": "Prefix Open", + "scope": "support.function.prefix.Open.mql5", + "settings": { + "foreground": "#9e5bd6" + } + }, + { + "name": "Prefix Path", + "scope": "support.function.prefix.Path.mql5", + "settings": { + "foreground": "#6f14b7" + } + }, + { + "name": "Prefix Peek", + "scope": "support.function.prefix.Peek.mql5", + "settings": { + "foreground": "#8932cc" + } + }, + { + "name": "Prefix Pips", + "scope": "support.function.prefix.Pips.mql5", + "settings": { + "foreground": "#a547ea" + } + }, + { + "name": "Prefix Play", + "scope": "support.function.prefix.Play.mql5", + "settings": { + "foreground": "#7028a3" + } + }, + { + "name": "Prefix Plot", + "scope": "support.function.prefix.Plot.mql5", + "settings": { + "foreground": "#9319e5" + } + }, + { + "name": "Prefix Plus", + "scope": "support.function.prefix.Plus.mql5", + "settings": { + "foreground": "#a65bd6" + } + }, + { + "name": "Prefix Prev", + "scope": "support.function.prefix.Prev.mql5", + "settings": { + "foreground": "#7914b7" + } + }, + { + "name": "Prefix Prop", + "scope": "support.function.prefix.Prop.mql5", + "settings": { + "foreground": "#9332cc" + } + }, + { + "name": "Prefix Push", + "scope": "support.function.prefix.Push.mql5", + "settings": { + "foreground": "#b047ea" + } + }, + { + "name": "Prefix Rank", + "scope": "support.function.prefix.Rank.mql5", + "settings": { + "foreground": "#7828a3" + } + }, + { + "name": "Prefix Read", + "scope": "support.function.prefix.Read.mql5", + "settings": { + "foreground": "#a119e5" + } + }, + { + "name": "Prefix Real", + "scope": "support.function.prefix.Real.mql5", + "settings": { + "foreground": "#ae5bd6" + } + }, + { + "name": "Prefix Root", + "scope": "support.function.prefix.Root.mql5", + "settings": { + "foreground": "#8414b7" + } + }, + { + "name": "Prefix Rows", + "scope": "support.function.prefix.Rows.mql5", + "settings": { + "foreground": "#9d32cc" + } + }, + { + "name": "Prefix Save", + "scope": "support.function.prefix.Save.mql5", + "settings": { + "foreground": "#ba47ea" + } + }, + { + "name": "Prefix Seek", + "scope": "support.function.prefix.Seek.mql5", + "settings": { + "foreground": "#8028a3" + } + }, + { + "name": "Prefix Sell", + "scope": "support.function.prefix.Sell.mql5", + "settings": { + "foreground": "#ae19e5" + } + }, + { + "name": "Prefix Send", + "scope": "support.function.prefix.Send.mql5", + "settings": { + "foreground": "#b65bd6" + } + }, + { + "name": "Prefix Show", + "scope": "support.function.prefix.Show.mql5", + "settings": { + "foreground": "#8e14b7" + } + }, + { + "name": "Prefix Size", + "scope": "support.function.prefix.Size.mql5", + "settings": { + "foreground": "#a732cc" + } + }, + { + "name": "Prefix SLog", + "scope": "support.function.prefix.SLog.mql5", + "settings": { + "foreground": "#c547ea" + } + }, + { + "name": "Prefix Slow", + "scope": "support.function.prefix.Slow.mql5", + "settings": { + "foreground": "#8828a3" + } + }, + { + "name": "Prefix Sort", + "scope": "support.function.prefix.Sort.mql5", + "settings": { + "foreground": "#bb19e5" + } + }, + { + "name": "Prefix Step", + "scope": "support.function.prefix.Step.mql5", + "settings": { + "foreground": "#be5bd6" + } + }, + { + "name": "Prefix Stop", + "scope": "support.function.prefix.Stop.mql5", + "settings": { + "foreground": "#9914b7" + } + }, + { + "name": "Prefix Swap", + "scope": "support.function.prefix.Swap.mql5", + "settings": { + "foreground": "#b132cc" + } + }, + { + "name": "Prefix Take", + "scope": "support.function.prefix.Take.mql5", + "settings": { + "foreground": "#cf47ea" + } + }, + { + "name": "Prefix Tell", + "scope": "support.function.prefix.Tell.mql5", + "settings": { + "foreground": "#9028a3" + } + }, + { + "name": "Prefix Term", + "scope": "support.function.prefix.Term.mql5", + "settings": { + "foreground": "#c819e5" + } + }, + { + "name": "Prefix Text", + "scope": "support.function.prefix.Text.mql5", + "settings": { + "foreground": "#c65bd6" + } + }, + { + "name": "Prefix Tick", + "scope": "support.function.prefix.Tick.mql5", + "settings": { + "foreground": "#a314b7" + } + }, + { + "name": "Prefix Time", + "scope": "support.function.prefix.Time.mql5", + "settings": { + "foreground": "#bb32cc" + } + }, + { + "name": "Prefix Trim", + "scope": "support.function.prefix.Trim.mql5", + "settings": { + "foreground": "#da47ea" + } + }, + { + "name": "Prefix Type", + "scope": "support.function.prefix.Type.mql5", + "settings": { + "foreground": "#9828a3" + } + }, + { + "name": "Prefix Used", + "scope": "support.function.prefix.Used.mql5", + "settings": { + "foreground": "#d519e5" + } + }, + { + "name": "Prefix View", + "scope": "support.function.prefix.View.mql5", + "settings": { + "foreground": "#ce5bd6" + } + }, + { + "name": "Prefix Wait", + "scope": "support.function.prefix.Wait.mql5", + "settings": { + "foreground": "#ae14b7" + } + }, + { + "name": "Prefix Year", + "scope": "support.function.prefix.Year.mql5", + "settings": { + "foreground": "#c532cc" + } + }, + { + "name": "Prefix Zero", + "scope": "support.function.prefix.Zero.mql5", + "settings": { + "foreground": "#e547ea" + } + }, + { + "name": "Prefix Add", + "scope": "support.function.prefix.Add.mql5", + "settings": { + "foreground": "#a028a3" + } + }, + { + "name": "Prefix Arc", + "scope": "support.function.prefix.Arc.mql5", + "settings": { + "foreground": "#e219e5" + } + }, + { + "name": "Prefix Arg", + "scope": "support.function.prefix.Arg.mql5", + "settings": { + "foreground": "#d55bd6" + } + }, + { + "name": "Prefix Ask", + "scope": "support.function.prefix.Ask.mql5", + "settings": { + "foreground": "#b714b6" + } + }, + { + "name": "Prefix Bar", + "scope": "support.function.prefix.Bar.mql5", + "settings": { + "foreground": "#cc32c8" + } + }, + { + "name": "Prefix Bid", + "scope": "support.function.prefix.Bid.mql5", + "settings": { + "foreground": "#ea47e5" + } + }, + { + "name": "Prefix Bmp", + "scope": "support.function.prefix.Bmp.mql5", + "settings": { + "foreground": "#a3289e" + } + }, + { + "name": "Prefix Buy", + "scope": "support.function.prefix.Buy.mql5", + "settings": { + "foreground": "#e519da" + } + }, + { + "name": "Prefix Cmo", + "scope": "support.function.prefix.Cmo.mql5", + "settings": { + "foreground": "#d65bce" + } + }, + { + "name": "Prefix Col", + "scope": "support.function.prefix.Col.mql5", + "settings": { + "foreground": "#b714ab" + } + }, + { + "name": "Prefix Cov", + "scope": "support.function.prefix.Cov.mql5", + "settings": { + "foreground": "#cc32bf" + } + }, + { + "name": "Prefix CPU", + "scope": "support.function.prefix.CPU.mql5", + "settings": { + "foreground": "#ea47db" + } + }, + { + "name": "Prefix Cum", + "scope": "support.function.prefix.Cum.mql5", + "settings": { + "foreground": "#a32896" + } + }, + { + "name": "Prefix Day", + "scope": "support.function.prefix.Day.mql5", + "settings": { + "foreground": "#e519cd" + } + }, + { + "name": "Prefix Dot", + "scope": "support.function.prefix.Dot.mql5", + "settings": { + "foreground": "#d65bc6" + } + }, + { + "name": "Prefix Ema", + "scope": "support.function.prefix.Ema.mql5", + "settings": { + "foreground": "#b714a1" + } + }, + { + "name": "Prefix Eye", + "scope": "support.function.prefix.Eye.mql5", + "settings": { + "foreground": "#cc32b5" + } + }, + { + "name": "Prefix Gap", + "scope": "support.function.prefix.Gap.mql5", + "settings": { + "foreground": "#ea47d0" + } + }, + { + "name": "Prefix Get", + "scope": "support.function.prefix.Get.mql5", + "settings": { + "foreground": "#a3288e" + } + }, + { + "name": "Prefix Has", + "scope": "support.function.prefix.Has.mql5", + "settings": { + "foreground": "#e519c0" + } + }, + { + "name": "Prefix Ind", + "scope": "support.function.prefix.Ind.mql5", + "settings": { + "foreground": "#d65bbe" + } + }, + { + "name": "Prefix Ini", + "scope": "support.function.prefix.Ini.mql5", + "settings": { + "foreground": "#b71496" + } + }, + { + "name": "Prefix Inv", + "scope": "support.function.prefix.Inv.mql5", + "settings": { + "foreground": "#cc32ab" + } + }, + { + "name": "Prefix Jaw", + "scope": "support.function.prefix.Jaw.mql5", + "settings": { + "foreground": "#ea47c5" + } + }, + { + "name": "Prefix Key", + "scope": "support.function.prefix.Key.mql5", + "settings": { + "foreground": "#a32886" + } + }, + { + "name": "Prefix LDL", + "scope": "support.function.prefix.LDL.mql5", + "settings": { + "foreground": "#e519b3" + } + }, + { + "name": "Prefix Len", + "scope": "support.function.prefix.Len.mql5", + "settings": { + "foreground": "#d65bb6" + } + }, + { + "name": "Prefix Log", + "scope": "support.function.prefix.Log.mql5", + "settings": { + "foreground": "#b7148b" + } + }, + { + "name": "Prefix Lot", + "scope": "support.function.prefix.Lot.mql5", + "settings": { + "foreground": "#cc32a1" + } + }, + { + "name": "Prefix Low", + "scope": "support.function.prefix.Low.mql5", + "settings": { + "foreground": "#ea47bb" + } + }, + { + "name": "Prefix Lst", + "scope": "support.function.prefix.Lst.mql5", + "settings": { + "foreground": "#a3287e" + } + }, + { + "name": "Prefix LUP", + "scope": "support.function.prefix.LUP.mql5", + "settings": { + "foreground": "#e519a6" + } + }, + { + "name": "Prefix Mat", + "scope": "support.function.prefix.Mat.mql5", + "settings": { + "foreground": "#d65bae" + } + }, + { + "name": "Prefix Max", + "scope": "support.function.prefix.Max.mql5", + "settings": { + "foreground": "#b71481" + } + }, + { + "name": "Prefix Mid", + "scope": "support.function.prefix.Mid.mql5", + "settings": { + "foreground": "#cc3297" + } + }, + { + "name": "Prefix Min", + "scope": "support.function.prefix.Min.mql5", + "settings": { + "foreground": "#ea47b0" + } + }, + { + "name": "Prefix Mon", + "scope": "support.function.prefix.Mon.mql5", + "settings": { + "foreground": "#a32876" + } + }, + { + "name": "Prefix MQL", + "scope": "support.function.prefix.MQL.mql5", + "settings": { + "foreground": "#e51998" + } + }, + { + "name": "Prefix Not", + "scope": "support.function.prefix.Not.mql5", + "settings": { + "foreground": "#d65ba6" + } + }, + { + "name": "Prefix Num", + "scope": "support.function.prefix.Num.mql5", + "settings": { + "foreground": "#b71476" + } + }, + { + "name": "Prefix Pie", + "scope": "support.function.prefix.Pie.mql5", + "settings": { + "foreground": "#cc328d" + } + }, + { + "name": "Prefix PLU", + "scope": "support.function.prefix.PLU.mql5", + "settings": { + "foreground": "#ea47a6" + } + }, + { + "name": "Prefix Pop", + "scope": "support.function.prefix.Pop.mql5", + "settings": { + "foreground": "#a3286e" + } + }, + { + "name": "Prefix Ray", + "scope": "support.function.prefix.Ray.mql5", + "settings": { + "foreground": "#e5198b" + } + }, + { + "name": "Prefix Row", + "scope": "support.function.prefix.Row.mql5", + "settings": { + "foreground": "#d65b9f" + } + }, + { + "name": "Prefix Run", + "scope": "support.function.prefix.Run.mql5", + "settings": { + "foreground": "#b7146c" + } + }, + { + "name": "Prefix Sar", + "scope": "support.function.prefix.Sar.mql5", + "settings": { + "foreground": "#cc3283" + } + }, + { + "name": "Prefix Sec", + "scope": "support.function.prefix.Sec.mql5", + "settings": { + "foreground": "#ea479b" + } + }, + { + "name": "Prefix Set", + "scope": "support.function.prefix.Set.mql5", + "settings": { + "foreground": "#a32866" + } + }, + { + "name": "Prefix Std", + "scope": "support.function.prefix.Std.mql5", + "settings": { + "foreground": "#e5197e" + } + }, + { + "name": "Prefix Sum", + "scope": "support.function.prefix.Sum.mql5", + "settings": { + "foreground": "#d65b97" + } + }, + { + "name": "Prefix SVD", + "scope": "support.function.prefix.SVD.mql5", + "settings": { + "foreground": "#b71461" + } + }, + { + "name": "Prefix Top", + "scope": "support.function.prefix.Top.mql5", + "settings": { + "foreground": "#cc3279" + } + }, + { + "name": "Prefix Tri", + "scope": "support.function.prefix.Tri.mql5", + "settings": { + "foreground": "#ea4791" + } + }, + { + "name": "Prefix Try", + "scope": "support.function.prefix.Try.mql5", + "settings": { + "foreground": "#a3285e" + } + }, + { + "name": "Prefix Var", + "scope": "support.function.prefix.Var.mql5", + "settings": { + "foreground": "#e51971" + } + }, + { + "name": "Prefix Web", + "scope": "support.function.prefix.Web.mql5", + "settings": { + "foreground": "#d65b8f" + } + }, + { + "name": "Prefix 3D", + "scope": "support.function.prefix.3D.mql5", + "settings": { + "foreground": "#b71457" + } + }, + { + "name": "Prefix A1", + "scope": "support.function.prefix.A1.mql5", + "settings": { + "foreground": "#cc326f" + } + }, + { + "name": "Prefix A2", + "scope": "support.function.prefix.A2.mql5", + "settings": { + "foreground": "#ea4786" + } + }, + { + "name": "Prefix At", + "scope": "support.function.prefix.At.mql5", + "settings": { + "foreground": "#a32856" + } + }, + { + "name": "Prefix B1", + "scope": "support.function.prefix.B1.mql5", + "settings": { + "foreground": "#e51964" + } + }, + { + "name": "Prefix B2", + "scope": "support.function.prefix.B2.mql5", + "settings": { + "foreground": "#d65b87" + } + }, + { + "name": "Prefix C1", + "scope": "support.function.prefix.C1.mql5", + "settings": { + "foreground": "#b7144c" + } + }, + { + "name": "Prefix C2", + "scope": "support.function.prefix.C2.mql5", + "settings": { + "foreground": "#cc3266" + } + }, + { + "name": "Prefix Ci", + "scope": "support.function.prefix.Ci.mql5", + "settings": { + "foreground": "#ea477c" + } + }, + { + "name": "Prefix CL", + "scope": "support.function.prefix.CL.mql5", + "settings": { + "foreground": "#a3284f" + } + }, + { + "name": "Prefix CP", + "scope": "support.function.prefix.CP.mql5", + "settings": { + "foreground": "#e51957" + } + }, + { + "name": "Prefix CS", + "scope": "support.function.prefix.CS.mql5", + "settings": { + "foreground": "#d65b7f" + } + }, + { + "name": "Prefix CZ", + "scope": "support.function.prefix.CZ.mql5", + "settings": { + "foreground": "#b71442" + } + }, + { + "name": "Prefix DX", + "scope": "support.function.prefix.DX.mql5", + "settings": { + "foreground": "#cc325c" + } + }, + { + "name": "Prefix Id", + "scope": "support.function.prefix.Id.mql5", + "settings": { + "foreground": "#ea4771" + } + }, + { + "name": "Prefix Is", + "scope": "support.function.prefix.Is.mql5", + "settings": { + "foreground": "#a32847" + } + }, + { + "name": "Prefix LU", + "scope": "support.function.prefix.LU.mql5", + "settings": { + "foreground": "#e51949" + } + }, + { + "name": "Prefix Ma", + "scope": "support.function.prefix.Ma.mql5", + "settings": { + "foreground": "#d65b77" + } + }, + { + "name": "Prefix No", + "scope": "support.function.prefix.No.mql5", + "settings": { + "foreground": "#b71437" + } + }, + { + "name": "Prefix On", + "scope": "support.function.prefix.On.mql5", + "settings": { + "foreground": "#cc3252" + } + }, + { + "name": "Prefix Op", + "scope": "support.function.prefix.Op.mql5", + "settings": { + "foreground": "#ea4767" + } + }, + { + "name": "Prefix QR", + "scope": "support.function.prefix.QR.mql5", + "settings": { + "foreground": "#a3283f" + } + }, + { + "name": "Prefix To", + "scope": "support.function.prefix.To.mql5", + "settings": { + "foreground": "#e5193c" + } + }, + { + "name": "Prefix X1", + "scope": "support.function.prefix.X1.mql5", + "settings": { + "foreground": "#d65b6f" + } + }, + { + "name": "Prefix X2", + "scope": "support.function.prefix.X2.mql5", + "settings": { + "foreground": "#b7142d" + } + }, + { + "name": "Prefix X3", + "scope": "support.function.prefix.X3.mql5", + "settings": { + "foreground": "#cc3248" + } + }, + { + "name": "Prefix X4", + "scope": "support.function.prefix.X4.mql5", + "settings": { + "foreground": "#ea475c" + } + }, + { + "name": "Prefix A", + "scope": "support.function.prefix.A.mql5", + "settings": { + "foreground": "#a32837" + } + }, + { + "name": "Prefix B", + "scope": "support.function.prefix.B.mql5", + "settings": { + "foreground": "#e5192f" + } + }, + { + "name": "Prefix C", + "scope": "support.function.prefix.C.mql5", + "settings": { + "foreground": "#d65b67" + } + }, + { + "name": "Prefix D", + "scope": "support.function.prefix.D.mql5", + "settings": { + "foreground": "#b71422" + } + }, + { + "name": "Prefix H", + "scope": "support.function.prefix.H.mql5", + "settings": { + "foreground": "#cc323e" + } + }, + { + "name": "Prefix I", + "scope": "support.function.prefix.I.mql5", + "settings": { + "foreground": "#ea4751" + } + }, + { + "name": "Prefix i", + "scope": "support.function.prefix.i.mql5", + "settings": { + "foreground": "#a3282f" + } + }, + { + "name": "Prefix V", + "scope": "support.function.prefix.V.mql5", + "settings": { + "foreground": "#e51922" + } + }, + { + "name": "Prefix X", + "scope": "support.function.prefix.X.mql5", + "settings": { + "foreground": "#d65b5f" + } + }, + { + "name": "Prefix Y", + "scope": "support.function.prefix.Y.mql5", + "settings": { + "foreground": "#b71417" + } + }, + { + "name": "Prefix Z", + "scope": "support.function.prefix.Z.mql5", + "settings": { + "foreground": "#cc3234" + } + } + ] + } + } + } +} \ No newline at end of file