Hello Klaus,
I'm working on an Extension for the VS Code editor , for editing XML files with the Krpano markup language.
The first step is to enable syntax highlighting to help reading the code better. This is what I get so far.
Luckily, there is a similar project in Github to do the same thing for the SublimeText editor, and I was able to use its tmLanguage file to cover some ground. Although the person writing that extension did an amazing job creating the regular expressions to find all the elements, there are a few missing.
Is there an easier way to have access to all the functions, elements and actions used by Krpano, other than the documentation web pages? Although they are very useful, I really struggle to find an structure to go through all the information.
Something like an index page or a list, with just the names and the type would be ideal.
VS Code developers have put a lot of effort to make easy to people write very powerful extensions. Syntax highlighting is only the beginning. it's also possible define formatting, snippets, intellisense, hovers and validators.
Here is the Github repository: VS Code Krpano Language
Many thanks,
Rafael