I’m a fire alarm programmer working primarily on Edwards systems. I was told Edwards’ EST panels use a modified version of C++ for syntax in writing the program rules for their systems. Normally, Edwards suggests using Jens File Editor (which is quite old) in order to write the programming rules for their systems. I’m looking for a way to add syntax highlighting for EST panels into Sublime.
I found this old forum post with a custom Notepad++ syntax in it that I’m hoping I can use to transfer to Sublime. It seems the poster has setup a user defined language as an .xml file that you select from within Notepad++. http://www.thealarmtech.com/forum/viewtopic.php?t=107
Is there any way I could convert that .xml file to a .tmLanguage or sublime-syntax file and use it in Sublime? Or, is anyone familiar with EST’s programming language and how I could achieve the same syntax highlighting within Sublime?
Sorry if this post is somewhat vague. I am fairly new to the programming world and Edwards isn’t exactly looking to support this. I could certainly just use Jens File Editor, I just prefer not to.