ApamaCommunity / apama-vscode-extensions

Support for EPL language , and tooling from the Apama product. See http://www.apamacommunity.com/
https://marketplace.visualstudio.com/items?itemName=ApamaCommunity.apama-extensions
Apache License 2.0
0 stars 6 forks source link

rewrite syntax highlighting #17

Closed CaribouJohn closed 5 years ago

CaribouJohn commented 5 years ago

The highlighting is somewhat naive at the moment. The structure of the Apama EPL is similar to Javascript so adapting a syntax file for javascript to EPL would be a good starting point. The Texmate language grammars for most languages are very complex and It is quite esoteric in nature. I would rather not reinvent the wheel and start with a large portion of the grammar defined.

CaribouJohn commented 5 years ago

Created new syntax highlighting scheme and added other innovation week enhancements