Hello. i am writting language supportu for our in house, yet open source DSL platform, Rhetos (https://github.com/rhetos/rhetos). Besides keywords and comments, Rhetos allows users to write SQL code snippets as parameter of some keyword (concept). Is there a way to use SQL classifier/tagger as part of my own? Currently I am basing my code mostly on ook example (https://github.com/Microsoft/VSSDK-Extensibility-Samples/tree/master/Ook_Language_Integration). How would I, for example, import SQL tagger and use it as part of my own, so that I can tell it between quotations tag, and classify text as SQL. I would do similar with C# tagger/classifier, but use apostrophe sign as delimiter. It is basically the same as classifying Javascript inside script tags in html/cshtml files.
Thank you