Hello,
I’m relatively new to sublime text and to python and I’m trying to craft a small plugin.
My plugin will need to know the current language and commenting characters among other things.
While search online documentation and the source code of various plugins. I’ve found some code that seems to the extract the commenting characters but I’m concerned because this method doesn’t seem to be documented anywhere that I can find.
view.meta_info(“shellVariables”, pt)
Can anybody tell me is this sublime thing, a python, or what? Is it documented, if so where?
Thanks
Gary