File size: 801 Bytes
3a14a3a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## Project Structure

```text

MQL5-Theme/

β”œβ”€β”€ .nevermind/

β”‚   β”œβ”€β”€ image.png

β”‚   β”œβ”€β”€ initial_file_system.png

β”‚   └── token.md

β”œβ”€β”€ .vscode/

β”‚   β”œβ”€β”€ syntaxes/

β”‚   β”‚   └── mql5.tmLanguage.json

β”‚   β”œβ”€β”€ launch.json

β”‚   └── settings.json

β”œβ”€β”€ Python/

β”‚   β”œβ”€β”€ fix_package_json.py

β”‚   └── update_mql5_extension.py

β”œβ”€β”€ syntaxes/

β”‚   └── mql5.tmLanguage.json

β”œβ”€β”€ .gitignore

β”œβ”€β”€ .vscodeignore

β”œβ”€β”€ icon.png

β”œβ”€β”€ language-configuration.json

β”œβ”€β”€ LICENSE

β”œβ”€β”€ mql5-support-1.5.6.vsix

β”œβ”€β”€ MQL5-Theme-syntax.mql5-support-1.5.1.vsix

β”œβ”€β”€ package.json

β”œβ”€β”€ prefixes.md

β”œβ”€β”€ README.md

β”œβ”€β”€ TECHSTACK.md

└── test.mq5

```