MQL5-Theme / STRUCTURE.md
algorembrant's picture
Upload 22 files
3a14a3a verified
|
Raw
History Blame Contribute Delete
801 Bytes

Project Structure

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