While I wrote my own commenting routine, I never created a method by which Sublime Text's own commenting routine could be used! I should probably correct this.
This was relatively easy to accomplish. C/C++ has an almost identical marker for comments aside from the line comment. I've added the appropriate .tmPreferences file to the package structure.
While I wrote my own commenting routine, I never created a method by which Sublime Text's own commenting routine could be used! I should probably correct this.