TextMate Grammar for storm (Vertex Synapse)
TextMate Grammar that allows storm syntax highlighting in for example Visual Studio Code or PyCharm.
Features
Syntax highlighting for Visual Studio Code/PyCharm for the storm language used by Vertex Synapse.
Installation
Visual Studio Code
On MacOS, take the directory and copy it to <userprofile>/.vscode/extensions . The .vscode directory should look similar to this:
.
├── argv.json
└── extensions
└── storm-textmate-grammar
├── LICENSE
├── README.md
├── language-configuration.json
├── package.json
└── syntaxes
└── synapsestorm.tmLanguage.json

### PyCharm
For PyCharm, you can follow the documentation below:
https://www.jetbrains.com/help/pycharm/textmate-bundles.html
Known Issues
- IP addresses in storm are not highlighted completely correctly.
Release Notes
0.0.1
Initial release of synapse storm grammar.
References
| |