2026-02-10 19:11:12 +07:00
|
|
|
{
|
|
|
|
|
"files.associations": {
|
2026-05-31 02:13:57 +07:00
|
|
|
"*.mq5": "mql5",
|
2026-02-10 19:11:12 +07:00
|
|
|
"*.mqh": "mqlh",
|
2026-05-31 02:13:57 +07:00
|
|
|
"*.mq4": "mql4"
|
2026-02-10 19:11:12 +07:00
|
|
|
},
|
|
|
|
|
"editor.tokenColorCustomizations": {
|
|
|
|
|
"textMateRules": [
|
|
|
|
|
{
|
|
|
|
|
"scope": "token.error.mql",
|
|
|
|
|
"settings": {
|
|
|
|
|
"foreground": "#F44747"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"scope": "token.done.mql",
|
|
|
|
|
"settings": {
|
|
|
|
|
"foreground": "#029c23d3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"scope": "token.warning.mql",
|
|
|
|
|
"settings": {
|
|
|
|
|
"foreground": "#ff9d00"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"scope": "token.info.mql",
|
|
|
|
|
"settings": {
|
|
|
|
|
"foreground": "#0861fc"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"scope": "token.heading.mql",
|
|
|
|
|
"settings": {
|
|
|
|
|
"foreground": "#6796E6"
|
|
|
|
|
}
|
2026-05-31 02:13:57 +07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"scope": "comment.line.double-slash.mql",
|
|
|
|
|
"settings": {
|
|
|
|
|
"foreground": "#51ff00",
|
|
|
|
|
"fontStyle": "italic"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"scope": "comment.block.mql",
|
|
|
|
|
"settings": {
|
|
|
|
|
"foreground": "#51ff00",
|
|
|
|
|
"fontStyle": "italic"
|
|
|
|
|
}
|
2026-02-10 19:11:12 +07:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"files.exclude": {
|
2026-05-31 02:13:57 +07:00
|
|
|
"**/.git": true,
|
|
|
|
|
"**/.svn": true,
|
|
|
|
|
"**/.hg": true,
|
|
|
|
|
"**/.DS_Store": true,
|
|
|
|
|
"**/Thumbs.db": true,
|
|
|
|
|
"**/flutter/ephemeral": true,
|
|
|
|
|
"**/Flutter/ephemeral": true,
|
|
|
|
|
"**/.symlinks": true,
|
|
|
|
|
"**/.plugin_symlinks": true,
|
2026-02-10 19:11:12 +07:00
|
|
|
"**/*.ex4": true,
|
|
|
|
|
"**/*.ex5": true
|
|
|
|
|
},
|
|
|
|
|
"C_Cpp.errorSquiggles": "Disabled"
|
|
|
|
|
}
|